Created
May 18, 2017 18:48
-
-
Save pcg92/3695b8346a4c25d2f42964a5f22ab1bc to your computer and use it in GitHub Desktop.
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
3 3 * * * mongodump --out /var/backups/mongobackups/`date +"\%m-\%d-\%y"`;python /home/user/gcloud/gdcp upload -p folderId /var/backups/mongobackups/`date +"\%m-\%d-\%y"`; | |
3 1 * * * find /var/backups/mongobackups/ -mtime +7 -exec rm -rf {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment