updated help instructions
authorFred T. Hamster <fred@gruntose.com>
Sun, 6 Apr 2025 13:12:10 +0000 (09:12 -0400)
committerFred T. Hamster <fred@gruntose.com>
Sun, 6 Apr 2025 13:12:10 +0000 (09:12 -0400)
needs to explicitly be passed the hostname:path style parameter now.

scripts/archival/general_updater.sh

index a9677c88baf608cdb6d9c8884ef24c106cff3512..f0a056fe9a97abe30f9351a59a2e249c2c124273 100644 (file)
@@ -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