981d4f9072
* allow to installation via os package manager or pip * Run a second time to install via package manager * Check for EPEL if distro package requested. * Split dep lists to avoid installing build deps when using distro pkg Co-authored-by: Stefan Morgenthaler <dev@morgenthaler.at> Co-authored-by: Manu <manu@snapdragon.cc>
41 lines
1.2 KiB
YAML
Executable File
41 lines
1.2 KiB
YAML
Executable File
---
|
|
borg_encryption_passphrase: ''
|
|
borg_exclude_patterns: []
|
|
borgmatic_config_name: config.yaml
|
|
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
|
|
ssh_key_file: .ssh/id_ed25519
|
|
borgmatic_cron_name: borgmatic
|
|
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) }}"
|
|
borgmatic_cron_checks_hour: "{{ range(9, 24) | random(seed=inventory_hostname) }}"
|
|
borgmatic_cron_checks_minute: "{{ 59 | random(seed=inventory_hostname) }}"
|
|
borg_version: false
|
|
borgmatic_version: false
|
|
borg_install_method: pip
|