Created
June 23, 2017 18:05
-
-
Save gyandeeps/e4860284f24e37736d4255e516eeb05a to your computer and use it in GitHub Desktop.
Windows backup into One Drive
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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