bundles/backup-client: do backups at 00:xx, so it won't interfere with upgrade-and-reboot
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
9854fc9dbc
commit
8fc0017378
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ def cron(metadata):
|
|||
|
||||
return {
|
||||
'cron': {
|
||||
'backup': '{} 1 * * * root /usr/local/bin/generate-backup > /dev/null 2>&1'.format(
|
||||
'backup': '{} 0 * * * root /usr/local/bin/generate-backup > /dev/null 2>&1'.format(
|
||||
(node.magic_number % 60),
|
||||
),
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue