From 3ca7eea87dd7555a44ee388d9e1c27d15b77c3d4 Mon Sep 17 00:00:00 2001 From: velvettear Date: Tue, 5 Nov 2024 16:34:19 +0100 Subject: [PATCH] change compression to 'auto' --- scripts/restic/restic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restic/restic.sh b/scripts/restic/restic.sh index 4e9c507..68e218f 100755 --- a/scripts/restic/restic.sh +++ b/scripts/restic/restic.sh @@ -23,7 +23,7 @@ home="$(dirname $(realpath "$0"))" export RESTIC_USER="$(whoami)" export RESTIC_REPOSITORY="rest:http://192.168.100.101:8000" export RESTIC_PASSWORD="\$Velvet90" -export RESTIC_COMPRESSION="max" +export RESTIC_COMPRESSION="auto" export RESTIC_CACHE_DIR="/var/cache/restic" export RESTIC_LOG="/var/log/restic-$action.log"