Update playbooks/templates/borg/borgmatic-config.yaml.j2

This commit is contained in:
2025-07-30 17:18:46 +00:00
parent b0b4814ee7
commit 0a51a33ec2

View File

@@ -14,6 +14,9 @@ location:
# ✅ Include hostname in archive names for multi-host dedupe
archive_name_format: "{hostname}-{now:%Y-%m-%dT%H:%M:%S}"
# ✅ Use a dedicated SSH key for Borg backups
ssh_command: "ssh -i /root/.ssh/borg"
storage:
# ✅ Encryption key; supply via vault/secret
encryption_passphrase: "{{ borg_encryption_passphrase | default('changeme') }}"