Popular Post

Posted by : Unknown Saturday, May 31, 2014

Thanks to the robocopy command, you don't need to use Window's backup software or install a third party program to manage your backups.

Just execute robocopy c:\users\tim\documents f:\backup\documents /copyall /e /r:0 /dcopy:t /mir, obviously replacing the source and destination folders with whatever you'd like to backup and where. The robocopy command with these options functions identically to an incremental backup software tool, keeping both locations in sync.

You don't have the robocopy command if you're using Windows XP or earlier. However, you do have the xcopy command, which can be used to do something very similar: xcopy c:\users\tim\documents f:\backup\documents /c /d /e /h /i /k /q /r /s /x /y.

No matter which command you choose to use, just create a script file containing the command and schedule it to run in Task Scheduler and you'll have your own custom made backup solution.

I've chosen to use the robocopy command on my personal computers as my only local backup solution because I like the level of control it gives me. Hopefully you take that as a vote of confidence in this incredibly useful Command Prompt trick.

Leave a Reply

Subscribe to Posts | Subscribe to Comments

- Copyright © Lapog Technologies - Date A Live - Powered by Blogger - Designed by Johanes Djogan -