From c2ce1ef53c19184743e99f55837725e678fbd80f Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 24 May 2025 09:52:28 +0200 Subject: [PATCH] add hint for restore folder --- restore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/restore b/restore index bec455e..04e33ce 100755 --- 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 -- 2.47.3