Created
June 21, 2018 07:18
-
-
Save z010107/f7cf7cb3c6bce49f4bad82da9feb449b to your computer and use it in GitHub Desktop.
Archive older than 30 days file
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 ./ -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