Skip to content

Instantly share code, notes, and snippets.

@chrisn
Created December 26, 2013 21:05
Show Gist options
  • Save chrisn/8138681 to your computer and use it in GitHub Desktop.
Save chrisn/8138681 to your computer and use it in GitHub Desktop.
robocopy command to backup to a shared drive
robocopy D:\ Z:\BackupDir /MIR /XD "$RECYCLE.BIN" "System Volume Information" /FFT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment