woops Revert "WIP"

This reverts commit ca7f80414e.
This commit is contained in:
Johannes Zellner
2017-04-24 16:17:33 +02:00
parent 3fad5e856c
commit 4703f1afda

View File

@@ -135,7 +135,7 @@ function recreateJobs(tz) {
if (gCleanupBackupsJob) gCleanupBackupsJob.stop();
gCleanupBackupsJob = new CronJob({
cronTime: '00 * * * * *', // every 4 hours
cronTime: '00 00 */4 * * *', // every 4 hours
onTick: backups.cleanup,
start: true,
timeZone: tz