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

Merge branch 'version-2' into 'master'

add hint on restic mount

See merge request !21
parents 82eeb3c9 73cb8f1a
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