2018-10-06 14:04:20 +02:00
|
|
|
---
|
|
|
|
borg_encryption_passphrase: ''
|
2018-10-29 04:27:25 +01:00
|
|
|
borg_exclude_patterns: []
|
2020-02-17 17:21:21 +01:00
|
|
|
borgmatic_config_name: config.yaml
|
2020-02-18 09:10:02 +01:00
|
|
|
borgmatic_large_repo: true
|
2019-10-24 07:07:37 +02:00
|
|
|
borgmatic_failure_command:
|
|
|
|
- echo "`date` - Error while creating a backup."
|
|
|
|
borgmatic_before_backup_command: []
|
|
|
|
borgmatic_after_backup_command: []
|
2018-10-29 04:50:18 +01:00
|
|
|
borg_one_file_system: true
|
|
|
|
borg_exclude_from: []
|
|
|
|
borg_encryption_passcommand: false
|
2020-02-17 13:41:12 +01:00
|
|
|
borg_lock_wait_time: 5
|
2019-07-19 23:52:28 +02:00
|
|
|
borg_ssh_command: false
|
2020-01-15 00:59:22 +01:00
|
|
|
borg_remote_path: false
|
2019-07-19 23:52:28 +02:00
|
|
|
borg_retention_policy:
|
|
|
|
keep_hourly: 3
|
|
|
|
keep_daily: 7
|
|
|
|
keep_weekly: 4
|
|
|
|
keep_monthly: 6
|
2019-09-23 18:30:22 +02:00
|
|
|
create_repo: False
|
2020-01-29 08:29:33 +01:00
|
|
|
ssh_key_file: .ssh/id_ed25519
|
2019-09-23 18:30:22 +02:00
|
|
|
bb_new_sshkey: True
|
|
|
|
bb_append: True
|
|
|
|
bb_quota: False
|
|
|
|
bb_quota_size: 0
|
|
|
|
bb_alertdays: 0
|
|
|
|
bb_repo_name: "{{ inventory_hostname }}"
|
|
|
|
bb_sshkey: "{{ root_user['ssh_public_key'] }}"
|
2020-07-15 05:40:38 +02:00
|
|
|
borgmatic_cron_hour: "{{ 6 | random }}"
|
|
|
|
borgmatic_cron_minute: "{{ 59 | random }}"
|
|
|
|
borgmatic_cron_checks_day: "{{ 28 | random }}"
|
|
|
|
borgmatic_cron_checks_hour: "{{ range(7, 24) | random }}"
|
|
|
|
borgmatic_cron_checks_minute: "{{ 59 | random }}"
|