Skip to content

Instantly share code, notes, and snippets.

@z010107
Created June 21, 2018 07:18
Show Gist options
  • Save z010107/f7cf7cb3c6bce49f4bad82da9feb449b to your computer and use it in GitHub Desktop.
Save z010107/f7cf7cb3c6bce49f4bad82da9feb449b to your computer and use it in GitHub Desktop.
Archive older than 30 days file
find ./ -type f -daystart -mtime +30 | xargs -d "\n" tar -czvf backup.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment