Well, I've got two harddrives with plenty of space to spare on both. I've got stuff I'd like not to lose in a HDD crash on both drives and each drives critical data can be easily backed up on to the other.... making sense?
I'm running winxp pro and I'd like to use the windows backup utility to back file up on harddrive A to Hadrrive B and vice versa....
The Idea[
What I'd like to happen is run a full backup (at the begining of every month?) and then maybe incremental backups on a daily basis.... Does this seem 'smart'?
Also, exactly how would I setup these backups? What settings should I use, anything to avoid? Do I do the full and incremental backup to the same file or different files?
Restoring the media
I've tried this before and am not sure if it is working properly. When I open the .bkf file I see a whole bunch of dated file catalogs, Do I need to restore each of these manually? Starting from the oldest to the newest? Or is there a way of making the backup software restore this in a smart way? i.e. restoring only the newest of each file and not restoring files that were deleted since the first backup.
Alternative: Robocopy
FYI: Robocopy is a XCopy on steriods and is part of the MS WinXP/Windows Server Resource kit, see here.(Description)
Should I use robocopy instead? I could do a daily:
#get rid of deleted files
ROBOCOPY src dest /PURGE
#Mirror changes from src to dest - i.e. copy only the updates
ROBOCOPY src dest /MIR
The second method seems nice 'cos I don't have to mess with the backup utility, I just need to write a simple batch file / windows script... but the problem is that a lot of my data can becompressed a lot and while the windowsbackup doesn't offer much compression it's probably better than the NTFS compression....
So, what should I do? I'm sure this info. would be useful for a lot of people, esp. those who like me don't wanna spend money on backup programs.....
I'm running winxp pro and I'd like to use the windows backup utility to back file up on harddrive A to Hadrrive B and vice versa....
The Idea[
What I'd like to happen is run a full backup (at the begining of every month?) and then maybe incremental backups on a daily basis.... Does this seem 'smart'?
Also, exactly how would I setup these backups? What settings should I use, anything to avoid? Do I do the full and incremental backup to the same file or different files?
Restoring the media
I've tried this before and am not sure if it is working properly. When I open the .bkf file I see a whole bunch of dated file catalogs, Do I need to restore each of these manually? Starting from the oldest to the newest? Or is there a way of making the backup software restore this in a smart way? i.e. restoring only the newest of each file and not restoring files that were deleted since the first backup.
Alternative: Robocopy
FYI: Robocopy is a XCopy on steriods and is part of the MS WinXP/Windows Server Resource kit, see here.(Description)
Should I use robocopy instead? I could do a daily:
#get rid of deleted files
ROBOCOPY src dest /PURGE
#Mirror changes from src to dest - i.e. copy only the updates
ROBOCOPY src dest /MIR
The second method seems nice 'cos I don't have to mess with the backup utility, I just need to write a simple batch file / windows script... but the problem is that a lot of my data can becompressed a lot and while the windowsbackup doesn't offer much compression it's probably better than the NTFS compression....
So, what should I do? I'm sure this info. would be useful for a lot of people, esp. those who like me don't wanna spend money on backup programs.....