[IMP]Odoo Backup : plan 30 minutes after backups, not 10

This commit is contained in:
Fabien BOURGEOIS 2022-09-24 09:40:42 +02:00
parent 4e675e5bae
commit 84393e1610
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# daily odoo backup
# m h dom mon dow user command
0 2 * * * /bin/su - odoo -c "/bin/bash /home/odoo/backup.sh" >> /var/log/cron.log 2>&1
10 2 * * * /bin/su - odoo -c "/usr/bin/python /home/odoo/plan.py" >> /var/log/cron.log 2>&1
30 2 * * * /bin/su - odoo -c "/usr/bin/python /home/odoo/plan.py" >> /var/log/cron.log 2>&1
# empty line required at the end of this file for a valid cron file.