Thread: XP Backup
View Single Post
  #8  
Old 11-07-2012, 11:00 AM
arifmshaikh
Registered User

arifmshaikh is offline
 
Join Date: Dec 2010
Location: Sydney, Australia
Posts: 142
Hi Peter

Here is the sample backup command, replace the backup folder and backup destination as per your setup. Use the external USB drive for the backup destination.
Just copy and paste this command into the notepad and save it with .bat extension. Run the test backup and if everything is ok, schedule it through Schedule Task from control panel. Just make sure you close any open file and email before starting backup.


robocopy.exe <backup folder> <backup destination> /R:5 /W:10 /MIR /np /LOG:c:\MyBackupLog.txt
Reply With Quote