bundles/backup-client: do backups between 00:00 and 02:59
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2022-03-30 17:23:10 +02:00
parent 6d9d0ee738
commit 7b9686977d
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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),
),
},
},