Skip to content

Instantly share code, notes, and snippets.

@gyandeeps
Created June 23, 2017 18:05
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 gyandeeps/e4860284f24e37736d4255e516eeb05a to your computer and use it in GitHub Desktop.
Save gyandeeps/e4860284f24e37736d4255e516eeb05a to your computer and use it in GitHub Desktop.
Windows backup into One Drive
robocopy %userprofile%\Documents "%userprofile%\OneDrive" /MIR /W:5 /r:5 /xo /xf *.pst /xd node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment