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
|
2022-02-20 11:42:09 +01:00
|
|
|
borgmatic_hooks:
|
|
|
|
on_error:
|
2019-10-24 07:07:37 +02:00
|
|
|
- echo "`date` - Error while creating a backup."
|
2022-02-20 11:42:09 +01:00
|
|
|
before_backup:
|
2020-12-24 01:23:33 +01:00
|
|
|
- echo "`date` - Starting backup."
|
2022-02-20 11:42:09 +01:00
|
|
|
after_backup:
|
2020-12-24 01:23:33 +01:00
|
|
|
- echo "`date` - Finished backup."
|
|
|
|
borgmatic_checks:
|
|
|
|
- repository
|
|
|
|
borgmatic_check_last: 3
|
|
|
|
borgmatic_store_atime: true
|
|
|
|
borgmatic_store_ctime: true
|
|
|
|
borgmatic_relocated_repo_access_is_ok: false
|
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
|
2020-12-02 12:56:50 +01:00
|
|
|
borg_remote_rate_limit: 0
|
2019-07-19 23:52:28 +02:00
|
|
|
borg_retention_policy:
|
|
|
|
keep_hourly: 3
|
|
|
|
keep_daily: 7
|
|
|
|
keep_weekly: 4
|
|
|
|
keep_monthly: 6
|
2020-01-29 08:29:33 +01:00
|
|
|
ssh_key_file: .ssh/id_ed25519
|
2021-02-17 03:16:34 +01:00
|
|
|
borgmatic_cron_name: borgmatic
|
2021-01-12 02:58:47 +01:00
|
|
|
borgmatic_cron_hour: "{{ 6 | random(seed=inventory_hostname) }}"
|
|
|
|
borgmatic_cron_minute: "{{ 59 | random(seed=inventory_hostname) }}"
|
|
|
|
borgmatic_cron_checks_day: "{{ range(1, 28) | random(seed=inventory_hostname) }}"
|
2021-01-15 02:30:53 +01:00
|
|
|
borgmatic_cron_checks_hour: "{{ range(9, 24) | random(seed=inventory_hostname) }}"
|
2021-01-12 02:58:47 +01:00
|
|
|
borgmatic_cron_checks_minute: "{{ 59 | random(seed=inventory_hostname) }}"
|
2022-11-22 20:54:31 +01:00
|
|
|
borg_version: false
|
2022-12-15 17:40:53 +01:00
|
|
|
borgmatic_version: false
|
|
|
|
borg_install_method: pip
|