bundles/backup-client: do backups between 00:00 and 02:59
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
6d9d0ee738
commit
7b9686977d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ def cron(metadata):
|
|||
# spread backups between 00:00 and 04:59 UTC
|
||||
'backup': '{} {} * * * root /usr/local/bin/generate-backup-with-retries'.format(
|
||||
(node.magic_number % 60),
|
||||
(node.magic_number % 4),
|
||||
(node.magic_number % 2),
|
||||
),
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue