Bump Restic to 1.7.2

This commit is contained in:
Sam A. 2024-03-01 22:34:27 +01:00
parent 2637a7da83
commit fd15b9f83a
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ apps_vars:
backup: false
sender: false
extra_tasks: false
version: '1.7.1'
version: '1.7.2'
watchtower:
backup: false

View File

@ -28,10 +28,10 @@ services:
B2_ACCOUNT_KEY: {{ restic.b2.key }}
TZ: {{ timezone }}
volumes:
- "./data:/mnt/restore:rw"
{% for app in apps_backup|sort %}
- "{{ apps_data_root }}/{{ app }}/data:/mnt/volumes/{{ app }}:ro"
{% endfor %}
- "./data:/mnt/restore:rw"
prune:
image: mazzolino/restic:{{ apps_vars.restic.version }}