promotion of archival scripts to mainstream
[feisty_meow.git] / scripts / customize / fred / scripts / archival / raw_synch.sh
diff --git a/scripts/customize/fred/scripts/archival/raw_synch.sh b/scripts/customize/fred/scripts/archival/raw_synch.sh
deleted file mode 100644 (file)
index 17c4b9b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
-
-synch_host="$1"; shift
-if [ -z "$synch_host" ]; then
-  echo This script requires a hostname where we expect to find archives.
-  exit 1
-fi
-
-echo "Updating our local archives from $synch_host: this is very raw mode, without syncthing!" | splitter
-echo
-
-for currdir in basement imaginations musix toaster walrus; do
-  if [ -d /z/$currdir ]; then
-    sep
-    echo "synching $currdir folder from $synch_host..."
-    rsync -avz "$synch_host":/z/$currdir/* /z/$currdir/
-  fi
-done
-
-sep
-