Skip to content

Instantly share code, notes, and snippets.

@melkorm
Created November 26, 2014 12:48
Show Gist options
  • Save melkorm/492fda756cdb8634c4af to your computer and use it in GitHub Desktop.
Save melkorm/492fda756cdb8634c4af to your computer and use it in GitHub Desktop.
Find & gzip files
find . -type f -print0 | tar -czvf backup.tar.gz --null -T -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment