--- # which repos should we cleanup by default restic_archiver__repos: {} # - name: example_server: # location: /srv/restic/example_server_repo # password: securepassword4eXaMpleSserver # - name: other_server # location: /srv/restic/other_server_repo # password: xtrasecuredifferentpassword4other # archive: true # archive_location: /mnt/archive/other_server_repo # archive_password: archive4other_server_password # archive_cleanup: true # keep_last: 5 # keep_hourly: 4 # keep_daily: 1 # keep_weekly: 1 # keep_monthly: 1 # keep_yearly: 1 # keep_within: 1 # prune: true # how long should we store all backups by default restic_archiver__keep: 5 restic_archiver__keep_hourly: 16 restic_archiver__keep_daily: 14 restic_archiver__keep_weekly: 8 restic_archiver__keep_monthly: 16 restic_archiver__keep_yearly: 12 restic_archiver__archive_keep: 5 restic_archiver__archive_keep_hourly: 16 restic_archiver__archive_keep_daily: 14 restic_archiver__archive_keep_weekly: 8 restic_archiver__archive_keep_monthly: 16 restic_archiver__archive_keep_yearly: 12 # owner and user of all restic stuff restic_archiver__owner: 'root' restic_archiver__group: 'root' # shedule restic cronjob restic_archiver__hour: '4' restic_archiver__minute: '23' restic_archiver__oncalendar: '*-*-* 04:23:00' restic_archiver__randomizeddelaysec: '900' # validate if disk is mounted restic_archiver__mount_required: false # which disk have to be mounted restic_archiver__mount_disk: '/mnt/' # umount after use? restic_archiver__umount_after_usage: false # required packages restic_archiver__package: - cron restic_archiver__log_output: true restic_archiver__logrotate: true restic_archiver__mailsummary: false restic_archiver__mail_on_error: false restic_archiver__mailaddress: 'root@localhost' # restic default options restic_archiver__default_opt: '' # additional msgs restic_archiver__additional_mail_msg: '' # version check for this playbook (true is recomended) submodules_versioncheck: false restic_archiver__cache_config: false restic_archiver__cache_dir: '~/.cache/restic' restic_archiver__prune: false restic_archiver__use_systemd_timer: true