ansible/roles/borg/defaults/main.yml
2026-03-30 15:19:20 +02:00

14 lines
473 B
YAML

---
backup_source: /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