Update playbooks/templates/borg/borgmatic-config.yaml.j2
This commit is contained in:
@@ -14,6 +14,9 @@ location:
|
|||||||
# ✅ Include hostname in archive names for multi-host dedupe
|
# ✅ Include hostname in archive names for multi-host dedupe
|
||||||
archive_name_format: "{hostname}-{now:%Y-%m-%dT%H:%M:%S}"
|
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:
|
storage:
|
||||||
# ✅ Encryption key; supply via vault/secret
|
# ✅ Encryption key; supply via vault/secret
|
||||||
encryption_passphrase: "{{ borg_encryption_passphrase | default('changeme') }}"
|
encryption_passphrase: "{{ borg_encryption_passphrase | default('changeme') }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user