Skip to content

Instantly share code, notes, and snippets.

@threesquared
Created March 1, 2019 10:52
Show Gist options
  • Save threesquared/293ddc0ba304b9e4cdb83d139155f637 to your computer and use it in GitHub Desktop.
Save threesquared/293ddc0ba304b9e4cdb83d139155f637 to your computer and use it in GitHub Desktop.
Ultimate Projects Backup Command
tar --exclude 'node_modules' --exclude '.git' --exclude 'vendor' --exclude '.sass-cache' --exclude '.idea' --exclude 'coverage' --exclude 'cache' --exclude 'bower_components' --exclude 'Pods' --exclude '.gradle' --exclude 'zip-cache' --exclude '.webpack' --exclude 'venv' --exclude 'external-modules' --exclude '.terraform' -vczf projects.tar *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment