Created
March 1, 2019 10:52
-
-
Save threesquared/293ddc0ba304b9e4cdb83d139155f637 to your computer and use it in GitHub Desktop.
Ultimate Projects Backup Command
This file contains hidden or 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
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