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 backup: false
sender: false sender: false
extra_tasks: false extra_tasks: false
version: '1.7.1' version: '1.7.2'
watchtower: watchtower:
backup: false backup: false

View File

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