]> gitweb.hhaalo.de Git - simple-backup.git/commitdiff
add hint for restore folder
authorBastian Dehn <hhaalo@arcor.de>
Sat, 24 May 2025 07:52:28 +0000 (09:52 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 24 May 2025 07:52:28 +0000 (09:52 +0200)
restore

diff --git a/restore b/restore
index bec455e8150893f83c5feea7c735a839c8aa7aa8..04e33ced7b1f9ff208b31168152c061ca39b8afc 100755 (executable)
--- a/restore
+++ b/restore
@@ -48,6 +48,9 @@ restore()
        local restore_path="$backup_root/$backup_dir/$remote_machine$path"
        local remote_path="$remote_user@$remote_machine:$path"
 
+       echo "ℹ️  HINT: restore folder must path end with slash"
+       echo
+
        echo "ℹ️  INFO: restore path $restore_path"
        echo "ℹ️  INFO: remote path $remote_path"
        echo