Link to home
Start Free TrialLog in
Avatar of rattleme
rattleme

asked on

Backing Up files to external hard drive without repeating same files again

How can i continue to back up files onto my external hardrive without having to copy over the same thing over and over again? I usually just select all the files in my documents and then copy and paste into the external hard drive, but i have to wait for it to copy over the same files that have not been changed. Can the computer tell what files have been changed or modified and only copy those over?
ASKER CERTIFIED SOLUTION
Avatar of SysExpert
SysExpert
Flag of Israel image

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
Another  OPTION IS THE FREE Win XP syncToy

http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx

Other great utils are there also.

Hi

Use robocopy.exe to do this

http://www.ss64.com/nt/robocopy.html

This an script example how to run robocopy.exe and update only the new files.

If you put this scritp in the schedule,  lets say, every 3 days of the week, you have on your destination copy only the new files.

robocopy will copy the folder/files and users security attributes

If you want to copy also the share folder, and its security attributes, use Permcopy

Hope this can help you

Jail