Feeds:
Posts
Comments

Posts Tagged ‘robocopy’

In part 1, I covered how to use robocopy, which is part of Windows Vista. Now we’ll use that knowledge to create a scheduled task and have regular backups.
Using Vista, you’ll want to run Task Scheduler (try pressing the windows key and typing this in, it should appear pretty swiftly). You’ll probably need to press [...]

Read Full Post »

Putting all of this together, we can now run robocopy “C:\Users\MyUser\Pictures” “G:\MyBackup\Pictures” /MIR /XJD /R:5 /W:15 and it will backup my Pictures folder.

Read Full Post »

Robocopy exit codes

Robocopy is a great tool for copying files and is built into Vista. As a reference here is some information on the exit codes (not error codes – they provide information about what the program did), from http://kerpau.net/robocopy-exit-codes/
 
The return code from Robocopy is a bit map, defined as follows:
Hex Bit Value Decimal Value Meaning If [...]

Read Full Post »