Resumeable Windows File Copying

Recently having need to copy huge files or a whole set of files more often over the network. Thinking of finding a tool like getright. So, this is the tool I found really useful.

Robocopy - http://en.wikipedia.org/wiki/Robocopy

How it fit my usage is with command like below.

robocopy \\source\dir \\destination\dir /W:15 /R:30 /E /Z

W = 15 seconds pause should it failed
R = Retry of 30 times
Z = Restartable mode
E = Copying content recursively (including subfolders content)

(use /MIR if want to mirror both side of content instead of /E. /MIR would remove the destination file if not found in source)

Comments

Popular posts from this blog

Outlook : "operation failed, object could not be found. " when trying to close a PST.

How to transfer app and data from old iPhone to new iPhone for model IOS17 and IOS18 above.

Tips on how to use IBM iNotes (web client) on emailing or scheduling - Like copy tables from Excel or checking for user id (windows logon id) through email address