Skip to content
Snippets Groups Projects
Commit 73cb8f1a authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

add hint on restic mount

parent 9352d242
No related branches found
No related tags found
1 merge request!21add hint on restic mount
...@@ -251,9 +251,11 @@ ...@@ -251,9 +251,11 @@
} }
# Mount backup data # Mount backup data
# see "restic help mount"
function t_restoreDoMountBackupdata(){ function t_restoreDoMountBackupdata(){
local _cmd= 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 echo
if [ -z "$RESTIC_MOUNTPOINT" ]; then if [ -z "$RESTIC_MOUNTPOINT" ]; then
color error color error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment