From 1a3dc0b144183926435cc6bfd3c2942e6cc30361 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Mon, 28 Apr 2014 22:18:32 -0300 Subject: [PATCH] More complete command --- rsync_tmbackup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsync_tmbackup.sh b/rsync_tmbackup.sh index e5192bd..b827075 100755 --- a/rsync_tmbackup.sh +++ b/rsync_tmbackup.sh @@ -78,7 +78,7 @@ if [ -z "$(fn_find_backup_marker "$DEST_FOLDER")" ]; then fn_log_info "Safety check failed - the destination does not appear to be a backup folder or drive (marker file not found)." fn_log_info "If it is indeed a backup folder, you may add the marker file by running the following command:" fn_log_info "" - fn_log_info "touch \"$(fn_backup_marker_path "$DEST_FOLDER")\"" + fn_log_info "mkdir -p -- \"$DEST_FOLDER\" ; touch \"$(fn_backup_marker_path "$DEST_FOLDER")\"" fn_log_info "" exit 1 fi