Skip to content

Instantly share code, notes, and snippets.

@hamsterbacke23
Last active December 7, 2015 08:43
Show Gist options
  • Save hamsterbacke23/1d7e1bdd62bf57a01eb4 to your computer and use it in GitHub Desktop.
Save hamsterbacke23/1d7e1bdd62bf57a01eb4 to your computer and use it in GitHub Desktop.
tar exclude
tar -cvzf ./backup_$(date +"%Y%m%d").tgz ./ --exclude='*.tgz' --exclude './zugang.txt' --exclude './tmp/*' --exclude './logs/*' --exclude './var/*' --exclude './htdocs/build/*' --exclude './.git/*' --exclude './node_modules'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment