Skip to content
Snippets Groups Projects
Verified Commit d9762074 authored by nd's avatar nd
Browse files

move cleanup cronjob to "daily"

parent 95eec2db
No related branches found
No related tags found
No related merge requests found
...@@ -18,5 +18,4 @@ ...@@ -18,5 +18,4 @@
cron: cron:
name: mongodb backup cleanup name: mongodb backup cleanup
job: 'find /opt/mongodbbackup/ -mindepth 1 -maxdepth 1 -mtime +{{ mongodb.backup.keep_days - 1 }} -type d -exec rm -r {} \;' job: 'find /opt/mongodbbackup/ -mindepth 1 -maxdepth 1 -mtime +{{ mongodb.backup.keep_days - 1 }} -type d -exec rm -r {} \;'
minute: "0" special_time: daily
hour: "5"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment