X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Farchival%2Fcomparator.sh;fp=scripts%2Farchival%2Fcomparator.sh;h=fe3db5dfd0c9b24fb4edd06412f21ea48b0715e9;hb=34d1cb2e8687b826357db1d3821bf9e05cf6f13d;hp=0000000000000000000000000000000000000000;hpb=21f30bb859e6c15393e23ac0e5ef417b82f628a5;p=feisty_meow.git diff --git a/scripts/archival/comparator.sh b/scripts/archival/comparator.sh new file mode 100644 index 00000000..fe3db5df --- /dev/null +++ b/scripts/archival/comparator.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +# compares this machine's local archives against an exemplar set. + +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 "$remote_place" "$local_place" +