Created
October 22, 2014 13:07
-
-
Save lighta971/68db56bb3fc783a4e2a4 to your computer and use it in GitHub Desktop.
Tar filtering
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
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