15 lines
478 B
YAML
15 lines
478 B
YAML
---
|
|
backup_sources:
|
|
- /app-config
|
|
borg_ssh_key: /root/.ssh/id_borg
|
|
borg_passphrase: "{{ vault_borg_passphrase }}"
|
|
borg_repo: "ssh://storagebox/home/{{ inventory_hostname }}"
|
|
borg_retention_daily: 7
|
|
borg_retention_weekly: 4
|
|
borg_retention_monthly: 6
|
|
borg_compression: lz4
|
|
borg_remote_path: borg-1.4
|
|
borg_logfile: /var/log/borg-backup.log
|
|
hetzner_storage_host: "{{ vault_hetzner_storage_host }}"
|
|
hetzner_storage_user: "{{ vault_hetzner_storage_user }}"
|
|
hetzner_storage_port: 23
|