From cb28a079b0dd0f76b512865f16b438fe18a17ebf Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Wed, 9 Feb 2022 12:08:35 +0100
Subject: [PATCH] restic diff: add default params

---
 plugins/transfer/restic.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/transfer/restic.sh b/plugins/transfer/restic.sh
index 338849d..f8e8771 100644
--- a/plugins/transfer/restic.sh
+++ b/plugins/transfer/restic.sh
@@ -218,7 +218,7 @@
             echo "This was the initial (full) Backup"
         else
             color cmd
-            restic diff "${_snapshotLast}" "${_snapshotNow}"
+            eval restic diff ${ARGS_DEFAULT} "${_snapshotLast}" "${_snapshotNow}"
             color reset
         fi
         echo
-- 
GitLab