From 49a3004521b0db603e4e4cea2fe6e729ade26f95 Mon Sep 17 00:00:00 2001 From: VC Date: Wed, 30 Oct 2024 07:09:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6:=20restic=20v0.17.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inventory/host_vars/frederica.dmz.mateu.be.yml | 2 -- roles/restic/vars/main.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/inventory/host_vars/frederica.dmz.mateu.be.yml b/inventory/host_vars/frederica.dmz.mateu.be.yml index 4c0c45e..91bdad1 100644 --- a/inventory/host_vars/frederica.dmz.mateu.be.yml +++ b/inventory/host_vars/frederica.dmz.mateu.be.yml @@ -2,8 +2,6 @@ restic_backup_path: - /mnt/tank - /var/lib/private -restic_backup_excluded_path: - - /mnt/tank/s3/.minio.sys restic_backup_hour: 6 restic_backup_minute: 45 diff --git a/roles/restic/vars/main.yml b/roles/restic/vars/main.yml index fa93ed4..a3f19bd 100644 --- a/roles/restic/vars/main.yml +++ b/roles/restic/vars/main.yml @@ -1,7 +1,7 @@ --- restic_path: "/usr/local/bin/restic" restic_script_path: "/usr/local/bin/resticbackup.sh" -restic_version: "0.17.1" +restic_version: "0.17.2" restic_architecture: "amd64" restic_system: "{{ ansible_facts['system'] | lower }}" restic_download_url: "https://github.com/restic/restic/releases/download/v{{ restic_version }}/restic_{{ restic_version }}_{{ restic_system }}_{{ restic_architecture }}.bz2"