Skip to content

Instantly share code, notes, and snippets.

@bboyle
Last active October 16, 2017 18:22
Show Gist options
  • Save bboyle/70ad757f84e9cc411cf6 to your computer and use it in GitHub Desktop.
Save bboyle/70ad757f84e9cc411cf6 to your computer and use it in GitHub Desktop.
Super simple backup script for windows
CHCP 65001
robocopy /mir "D:\Users\foo" "E:\Users\foo"
robocopy /mir "C:\foo\bar" "E:\foo\bar"
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment