diff options
author | Matthew Fennell <matthew@fennell.dev> | 2025-07-05 23:17:03 +0100 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2025-07-05 23:17:03 +0100 |
commit | 90cbbf486d952c657beabf3028b207364d125561 (patch) | |
tree | 025ebc7dade8c6fd6efc847e9e8ad98a778486aa /files/borgmatic_config.yaml.j2 | |
parent | c6004f5481f4d06de2427ddb73619061ee06d3a4 (diff) |
Remove borgmatic
Backups are now handled outside of the playbook.
Diffstat (limited to 'files/borgmatic_config.yaml.j2')
-rw-r--r-- | files/borgmatic_config.yaml.j2 | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/files/borgmatic_config.yaml.j2 b/files/borgmatic_config.yaml.j2 deleted file mode 100644 index 1343351..0000000 --- a/files/borgmatic_config.yaml.j2 +++ /dev/null @@ -1,25 +0,0 @@ -# SPDX-FileCopyrightText: 2024 Matthew Fennell <matthew@fennell.dev> -# -# SPDX-License-Identifier: AGPL-3.0-only - ---- - -location: - source_directories: - - /etc/prosody - - /var/lib/prosody - repositories: - - "{{ borg_repo }}" -storage: - encryption_passphrase: "{{ borg_passphrase }}" - ssh_command: ssh -i /root/.ssh/borg_key - archive_name_format: "{{ virtual_host }}-{now}" -retention: - keep_daily: 7 - keep_weekly: 4 - keep_monthly: 12 - keep_yearly: 10 - prefix: "{{ virtual_host }}-" -consistency: - checks: - - name: disabled |