Link to home
Start Free TrialLog in
Avatar of Christian Palacios
Christian PalaciosFlag for Canada

asked on

Incremental/Differential backups with Robocopy

Hi there,

We are trying to figure out a solution to our backup problem.

Background:  We have a contract with a company and with that contract, we are suppose to send them a copy of all of the files we are working on or have backed up.  When we send them these files, we send them to them on 2TB USB drives.  Each month though, the number of files is getting bigger and bigger so we have to keep buying more USB drives to hold all of these files.  The only way we can ensure every file is copied properly, we have to do a full backup at the beginning of each month.

What we want:  In order to avoid having to do a full backup each month, we are looking for a backup solution that will do what we need it to do and we're looking at Robocopy.  These are the steps we need:

1.  Create an initial full backup with Robocopy.
2.  At the beginning of the next month, we need Robocopy to create a copy of only files that have been recently added or modified.
3.  Each month after that, we need Robocopy to again create a copy of only files that have been modified or recently added, since the first full backup and since the last incremental/differential backup.

In addition, we are curious:

1.  If the source destination somehow is completely wiped out and all of the files have been removed, can Robocopy copy everything back automatically?
2.  Since we have to ship out USB drives with these files, can Robocopy somehow split the backup automatically between 2 or 3 USB drives?  We don't want to specify what to copy to a specific USB drive, we'd rather Robocopy automatically decide what data goes to what USB drive.

Can any of this be done with Robocopy, if not, please let me know of another option that would work better.

Thank you,
- Christian
ASKER CERTIFIED SOLUTION
Avatar of Bill Prew
Bill Prew

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Christian Palacios

ASKER

Thank you very much!  Does xxcopy have the ability to do everything else I noted above?

- Christian
Avatar of Bill Prew
Bill Prew

I need clarification on this requirement:

Each month after that, we need Robocopy to again create a copy of only files that have been modified or recently added, since the first full backup and since the last incremental/differential backup.

It seems to contradict itself.  It says each month we want to get new and changed files since either the last full backup, or the last incremental backup. So which is it?

~bp
You're right.  We will look into this further and we are now trying it with xxcopy.

Thanks!