From 420ef1ce44c5d047f0bda0430317efdb09a937dc Mon Sep 17 00:00:00 2001
From: Axel Hahn <ax2002@gmx.net>
Date: Sun, 9 Oct 2022 23:34:25 +0200
Subject: [PATCH] set restic as default binary

---
 transfer.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/transfer.sh b/transfer.sh
index c90ee72..ccb716b 100755
--- a/transfer.sh
+++ b/transfer.sh
@@ -66,8 +66,7 @@
 
   # check
   if [ -z "$STORAGE_BIN" ]; then
-    # STORAGE_BIN=restic
-    STORAGE_BIN=duplicity
+    STORAGE_BIN=restic
   fi
   CFGPREFIX=${STORAGE_BIN}_
 
-- 
GitLab