Skip to content

Instantly share code, notes, and snippets.

@Johnz86
Created June 8, 2018 08:09
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 Johnz86/9fd8770ded81dabfdca8e6e489ec9fcd to your computer and use it in GitHub Desktop.
Save Johnz86/9fd8770ded81dabfdca8e6e489ec9fcd to your computer and use it in GitHub Desktop.
Backup git projects to external disk without node_modules on windows via command line.
robocopy . E:\backup\GIT\. /IS /S /XD node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment