backups: jobs: retention: enabled: true OnCalendar: "1:{{ 60|random(seed=(inventory_hostname + 'backups_jobs')) }}" run: enabled: true OnCalendar: "3,11,19:{{ 60|random(seed=(inventory_hostname + 'backups_jobs')) }}" check: enabled: true OnCalendar: "monday 5:{{ 60|random(seed=(inventory_hostname + 'backups_jobs')) }}" backends: restic: url: /var/backup-client/restic repo_type: local mode: vm-via-hypervisor enabled: True retention: hours: 12 days: 14 weeks: 16 months: 12 years: 3 exclude_files: '/tmp': true '/var/tmp': true '/var/cache': true '/root/.ansible/': true include_files: '/': true