X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Farchival%2Fcomparator.sh;h=268e99efe45837998ac478f49b11fea72ae241a1;hb=f62e2be533f0fb38bbec46212163c0b88b104ba1;hp=236cc2c511d28f5270cda93529a2de6b8748bc83;hpb=f41227cc035ed897f140af2fa73acd517d0d856e;p=feisty_meow.git diff --git a/scripts/archival/comparator.sh b/scripts/archival/comparator.sh index 236cc2c5..268e99ef 100644 --- a/scripts/archival/comparator.sh +++ b/scripts/archival/comparator.sh @@ -2,15 +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 +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 +uber_archive_comparator $remote_place $local_place