Ansible_workstation/roles/borgmatic/defaults/main.yml

36 lines
892 B
YAML
Raw Normal View History

2022-03-04 14:24:09 +00:00
---
# defaults file for borgmatic
2022-03-09 09:46:21 +00:00
borgmatic_name: default
2022-03-08 13:42:14 +00:00
borg_encryption_passphrase: ''
borg_source_directories: []
borg_repository: []
2022-03-08 13:42:14 +00:00
borg_exclude_patterns: []
2022-03-09 09:46:21 +00:00
borgmatic_config_file: "/etc/borgmatic/{{ borgmatic_name }}.yaml"
2022-03-08 13:42:14 +00:00
borgmatic_large_repo: true
borgmatic_hooks:
on_error:
- echo "`date` - Error while creating a backup."
before_backup:
- echo "`date` - Starting backup."
after_backup:
- 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
borg_one_file_system: true
borg_exclude_from: []
borg_encryption_passcommand: false
borg_lock_wait_time: 5
borg_ssh_command: false
borg_remote_path: false
borg_remote_rate_limit: 0
borg_retention_policy:
keep_hourly: 3
keep_daily: 7
keep_weekly: 4
keep_monthly: 6
create_repo: False