Last active
August 29, 2015 14:15
-
-
Save mohitt/2cc4a734cbe719a18b15 to your computer and use it in GitHub Desktop.
RoboCopyBackup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Robocopy M:\ D:\M-Drive /E /z /256 /move /r:3 /w:5 /v /eta /fp /log+:C:\M-driveCopyLog.log | |
Robocopy C:\ D:\C-Drive /E /z /256 /move /r:1 /w:1 /v /eta /fp /log+:M:\C-driveCopyLog.log /xa:S /XD "C:\Program Files" "C:\Windows" "C:\Documents and Settings" "C:\Program Files (x86)" "C:\ProgramData" "C:\Intel" "C:\logs" "C:\MSOCache" "C:\Nuget" "C:\cygwin64" "C:\Users\mohit_thakral\AppData" | |
Robocopy C:\Users\mohit_thakral D:\C-Drive\Users\mohit_thakral /E /z /256 /move /r:1 /w:1 /v /eta /fp /log+:M:\C-driveCopyLog.log /xa:S /XD "C:\Program Files" "C:\Windows" "C:\Documents and Settings" "C:\Program Files (x86)" "C:\ProgramData" "C:\Intel" "C:\logs" "C:\MSOCache" "C:\Nuget" "C:\cygwin64" "C:\Users\mohit_thakral\AppData" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment