Created
March 8, 2017 22:17
-
-
Save MollsReis/694e72f83e80d938d342d06b71ce41b4 to your computer and use it in GitHub Desktop.
PostgreSQL automated dumps (and cleanup)
This file contains 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
# m h dom mon dow command | |
0 0 * * * pg_dump DATABASENAME > $(date "+%b_%d_%Y").bak | |
0 1 * * * find ~/*.bak -mtime +10 -type f -delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment