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