From: Bastian Dehn Date: Sat, 24 May 2025 07:52:28 +0000 (+0200) Subject: add hint for restore folder X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=c2ce1ef53c19184743e99f55837725e678fbd80f;p=simple-backup.git add hint for restore folder --- 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