Skip to content

Instantly share code, notes, and snippets.

@Beej126
Last active September 29, 2020 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Beej126/1d738f071114c5b89243a399fa567813 to your computer and use it in GitHub Desktop.
Save Beej126/1d738f071114c5b89243a399fa567813 to your computer and use it in GitHub Desktop.
robocopy command line - migrate whole drive
robocopy e:\ d:\ /s /move /xd $* /r:0 /xd "System Volume Information" /eta /sl
/xd = exclude folder
/sl = copy symbolic links
/eta = show eta
/r = retry attempts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment