Skip to content

Updating the Scheduler

You can update the default scheduler configuration instead of modifying individual host schedulers.

yaml
wakeupSchedule: "*/15 * * * *"
nightlySchedule: "0 0 * * *"
defaultSchedule:
  activated: True
  backupPeriod: 86100
  backupToKeep:
    hourly: -1
    daily: 7
    weekly: 4
    monthly: 12
    yearly: -1

The Application Scheduler

Inside the configuration file, you have the following properties:

FieldDefault valueDescription
wakeupSchedule*/15 * * * *Cron expression to wake up the backup software and launch all necessary backups
nightlySchedule0 0 * * *Cron expression to wake up the backup software and generate statistics
defaultScheduleSee aboveThe default backup scheduler configuration

The Scheduler

Inside the scheduler field:

FieldDefault valueDescription
activatedtrueEnable or disable automatic backups
backupPeriod8340Period between two backups in minutes (24H - 5 minutes)
backupToKeep{ hourly: 24, daily: 7, weekly: 4, monthly: 12, yearly: 1 }Number of backups to keep in each category (not currently used)