Skip to content

Instantly share code, notes, and snippets.

@lighta971
Created October 22, 2014 13:07
Show Gist options
  • Save lighta971/68db56bb3fc783a4e2a4 to your computer and use it in GitHub Desktop.
Save lighta971/68db56bb3fc783a4e2a4 to your computer and use it in GitHub Desktop.
Tar filtering
find ./www -name "*.php" ! -path "./www/cache/*" | tar -cf wwwBackup.tar.gz -T -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment