From 73cb8f1ab5bb7cc61544c51fbc39b801acb3d655 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Fri, 24 Dec 2021 08:32:36 +0100
Subject: [PATCH] add hint on restic mount

---
 plugins/transfer/restic.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/plugins/transfer/restic.sh b/plugins/transfer/restic.sh
index 95f8a98..79aebea 100644
--- a/plugins/transfer/restic.sh
+++ b/plugins/transfer/restic.sh
@@ -251,9 +251,11 @@
     }
 
     # Mount backup data
+    # see "restic help mount"
     function t_restoreDoMountBackupdata(){
         local _cmd=
-        echo HINT: This feature requires fuse. It works with root on UNIX/ LINUX platforms - not on MS Windows.
+        echo "HINT: This feature requires fuse. It works with root on UNIX/ LINUX platforms - not on MS Windows."
+        echo "      It can mount a single directory and shows all snapshots (not only [$RESTORE_ITEM])."
         echo
         if [ -z "$RESTIC_MOUNTPOINT" ]; then
             color error
-- 
GitLab