Advertisement
cccccccc

RobocopySync.bat

Mar 17th, 2015
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.71 KB | None | 0 0
  1. robocopy C:\Users\Cartman\Desktop\ Z:\Viivo\SyncedFromDesktop\ /MON:1 /MOT:1 /XJ /MAX:5000000000 /e /mir /np /mt:4 /unilog:my_backup_log.txt
  2.  
  3. rem pause
  4.  
  5. rem /MON:1          monitor file changes and run again after 1 change detected
  6. rem /MAX:5000000000     max file size to copy is 5GB
  7. rem /mir            mirror (check the files in the destination, and only copy newer files)
  8. rem /XJ             eXclude Junction points. (normally included by default).
  9. rem /np             no progress counter
  10. rem /mt:4           Multithreaded copying, n = no. of threads to use (1-128)
  11. rem /TEE            Output to console window, as well as the log file.
  12. rem /E          Copy Subfolders, including Empty Subfolders.
  13. rem /XJ             eXclude Junction points. (normally included by default).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement