Skip to content

Instantly share code, notes, and snippets.

@benzittlau
Created July 17, 2012 15:55
Show Gist options
  • Save benzittlau/3130243 to your computer and use it in GitHub Desktop.
Save benzittlau/3130243 to your computer and use it in GitHub Desktop.
Combine Find with Tar
sudo find . -mtime -30 ! -type d -print | xargs tar -cvf ~/archive.tar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment