X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Farchival%2Fcomparator.sh;h=fe3db5dfd0c9b24fb4edd06412f21ea48b0715e9;hb=19ee386361579e1c524d01371fe1076bbd9e0a12;hp=90ad0918f470c299f3ac921da43b74a59ced9b93;hpb=29459d45ad974eb7ea75ead01fbe7b7cf61b1dba;p=feisty_meow.git diff --git a/scripts/archival/comparator.sh b/scripts/archival/comparator.sh index 90ad0918..fe3db5df 100644 --- a/scripts/archival/comparator.sh +++ b/scripts/archival/comparator.sh @@ -2,18 +2,18 @@ # compares this machine's local archives against an exemplar set. -target="$1"; shift -if [ -z "$target" ]; then - target=wildmutt - #target=curie +remote_place="$1"; shift +if [ -z "$remote_place" ]; then + remote_place=wildmutt + #remote_place=curie fi -where="$1"; shift -if [ -z "$where" ]; then - where=/z +local_place="$1"; shift +if [ -z "$local_place" ]; then + local_place=/z fi source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" source "$FEISTY_MEOW_SCRIPTS/archival/general_updater.sh" -uber_archive_comparator $target $where +uber_archive_comparator "$remote_place" "$local_place"