From: Fred T. Hamster Date: Sun, 6 Apr 2025 13:12:10 +0000 (-0400) Subject: updated help instructions X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=e0b9257ced4b969542d8826bac1763e32f7bdbe1;p=feisty_meow.git updated help instructions needs to explicitly be passed the hostname:path style parameter now. --- diff --git a/scripts/archival/general_updater.sh b/scripts/archival/general_updater.sh index a9677c88..f0a056fe 100644 --- a/scripts/archival/general_updater.sh +++ b/scripts/archival/general_updater.sh @@ -168,7 +168,13 @@ function uber_archive_comparator() local dir_remote="${remote_arch##*:}" if [ "$remote_host" == "$dir_remote" ]; then - echo "failure in parsing parameters--the remote destination is missing a directory." + echo " +failure in parsing destination--the remote destination is missing the hostname +component or the directory path. the parameter should be in the form: + myhostname:/path/to/compare/location +given this path, the script will compare the MAJOR_ARCHIVE_SOURCES against +the target location on host 'myhostname' under the path '/path/to/...'. +" return 1 fi