Run restic prune before backup

This commit is contained in:
2022-08-30 22:36:26 -05:00
parent 0338a60747
commit cb5971876f
4 changed files with 31 additions and 6 deletions

View File

@ -135,7 +135,7 @@ sudo_rules:
restic_repos:
- name: b2
repo: "b2:kill0-infra-backup:"
repo: "b2:kill0-infra-backup:/{{ inventory_hostname_short }}"
environment:
RESTIC_PASSWORD: "{{ vault_restic_repo_b2_password }}"
B2_ACCOUNT_ID: "{{ vault_restic_repo_b2_account_id }}"