Results 1 to 8 of 8

Thread: How use Robocopy and incremental backup

  1. #1
    MarcusB Guest

    How use Robocopy and incremental backup

    Because of the lack of Ntbackup in Windows 2008 we would like use
    robocopy to make backups. We was using robocopy before to backup
    webservers folders but that we copied everything with /mir options.

    We want make full backup one time per 4 weeks and than do incremental
    every day. But we want to make incremental to another disk where
    robocopy will copy only new files. How to do this?



    MarcusB




  2. #2
    Pegasus [MVP] Guest

    Re: How use Robocopy and incremental backup


    "MarcusB" <bafi@linux.nu> wrote in message
    news:%23LRXMgsqJHA.2368@TK2MSFTNGP06.phx.gbl...
    > Because of the lack of Ntbackup in Windows 2008 we would like use robocopy
    > to make backups. We was [we was?] using robocopy before to backup
    > webservers folders but that we copied everything with /mir options.
    >
    > We want make full backup one time per 4 weeks and than do incremental
    > every day. But we want to make incremental to another disk where robocopy
    > will copy only new files. How to do this?
    >
    > MarcusB


    From the robocopy Help file:
    ::
    :: File Selection Options :
    ::
    /A :: copy only files with the Archive attribute set.



  3. #3
    Daniel Jameson Guest

    Re: How use Robocopy and incremental backup

    Hi,

    Actually, you will want to use the /M option:

    ::
    :: File Selection Options :
    ::
    /A :: copy only files with the Archive attribute set.
    /M :: copy only files with the Archive attribute and reset
    it.

    With /A you keep recopuing the same files over and over; it would be more
    like a differential backup.
    With /M you copy only the files changed since your last incremental.

    --
    Daniel Jameson
    ·.·.·.·.·.·.·.·.·.·.·.·.·.·.·.·.·.·.·.·.·.·.·.·.·.·.·.·.·.·.·.·.·. ·.·.·.·.·.·.·
    You don't have to agree with an artist's opinion
    to appreciate the art with which he expresses it.


    "Pegasus [MVP]" <news@microsoft.com> wrote in message
    news:OtB82xsqJHA.5452@TK2MSFTNGP02.phx.gbl...
    >
    > "MarcusB" <bafi@linux.nu> wrote in message
    > news:%23LRXMgsqJHA.2368@TK2MSFTNGP06.phx.gbl...
    >> Because of the lack of Ntbackup in Windows 2008 we would like use
    >> robocopy to make backups. We was [we was?] using robocopy before to
    >> backup webservers folders but that we copied everything with /mir
    >> options.
    >>
    >> We want make full backup one time per 4 weeks and than do incremental
    >> every day. But we want to make incremental to another disk where robocopy
    >> will copy only new files. How to do this?
    >>
    >> MarcusB

    >
    > From the robocopy Help file:
    > ::
    > :: File Selection Options :
    > ::
    > /A :: copy only files with the Archive attribute set.
    >
    >



  4. #4
    Pegasus [MVP] Guest

    Re: How use Robocopy and incremental backup


    "Daniel Jameson" <danjam@jamnet.danjam.net> wrote in message
    news:ety75DxqJHA.3992@TK2MSFTNGP04.phx.gbl...
    > Hi,
    >
    > Actually, you will want to use the /M option:
    >
    > ::
    > :: File Selection Options :
    > ::
    > /A :: copy only files with the Archive attribute set.
    > /M :: copy only files with the Archive attribute and reset
    > it.
    >
    > With /A you keep recopuing the same files over and over; it would be more
    > like a differential backup.
    > With /M you copy only the files changed since your last incremental.
    >
    > --
    > Daniel Jameson


    Oops - forgot about that one. Thanks for the correction.



  5. #5
    MarcusB Guest

    Re: How use Robocopy and incremental backup

    Thank you, I missed this options.
    How is with opened files in Robocopy? Is there the way to backup opened
    files?


    MarcusB

    Pegasus [MVP] wrote:
    > "Daniel Jameson" <danjam@jamnet.danjam.net> wrote in message
    > news:ety75DxqJHA.3992@TK2MSFTNGP04.phx.gbl...
    >> Hi,
    >>
    >> Actually, you will want to use the /M option:
    >>
    >> ::
    >> :: File Selection Options :
    >> ::
    >> /A :: copy only files with the Archive attribute set.
    >> /M :: copy only files with the Archive attribute and reset
    >> it.
    >>
    >> With /A you keep recopuing the same files over and over; it would be more
    >> like a differential backup.
    >> With /M you copy only the files changed since your last incremental.
    >>
    >> --
    >> Daniel Jameson

    >
    > Oops - forgot about that one. Thanks for the correction.
    >
    >


  6. #6
    Grant Taylor Guest

    Re: How use Robocopy and incremental backup

    MarcusB wrote:
    > We want make full backup one time per 4 weeks and than do incremental
    > every day. But we want to make incremental to another disk where
    > robocopy will copy only new files. How to do this?


    Take a look at the /MAXAGE option under "File Selection Options" and see
    if you can't get that to do what you want.



    Grant. . . .

  7. #7
    Grant Taylor Guest

    Re: How use Robocopy and incremental backup

    MarcusB wrote:
    > How is with opened files in Robocopy? Is there the way to backup
    > opened files?


    Look at the /R and /W options.

    Robocopy basically will Retry and Wait in between retries.



    Grant. . . .

  8. #8
    Anthony [MVP] Guest

    Re: How use Robocopy and incremental backup

    You can just wait, but AFAIK robocopy is not a VSS aware product and will
    not copy locked files.
    Anthony
    http://www.airdesk.com


    "Grant Taylor" <gtaylor@riverviewtech.net> wrote in message
    news:gqca0a$p07$2@tncsrv01.tnetconsulting.net...
    > MarcusB wrote:
    >> How is with opened files in Robocopy? Is there the way to backup
    >> opened files?

    >
    > Look at the /R and /W options.
    >
    > Robocopy basically will Retry and Wait in between retries.
    >
    >
    >
    > Grant. . . .



Similar Threads

  1. Backup retention with incremental
    By fRANCES in forum Networking & Security
    Replies: 3
    Last Post: 14-06-2011, 01:44 PM
  2. Unable to take incremental backup on windows7
    By Elazar in forum Operating Systems
    Replies: 6
    Last Post: 24-01-2011, 10:21 AM
  3. Incremental backup data with one. Def
    By Rocky4 in forum Tips & Tweaks
    Replies: 0
    Last Post: 01-12-2008, 12:25 PM
  4. Vista Backup Utility : Incremental backup questions
    By Nicholas Thompson - Me in forum Vista Help
    Replies: 14
    Last Post: 18-09-2007, 04:50 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,584,762.58711 seconds with 16 queries