From: Chris Koeritz Date: Sun, 22 Jan 2017 17:23:29 +0000 (-0500) Subject: moved to new name since less used X-Git-Tag: 2.140.90~261 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=ea89fa975f824e1bea85ac04d3698f6166d9c042;p=feisty_meow.git moved to new name since less used --- diff --git a/customize/fred/scripts/raw_synch_from_surya.sh b/customize/fred/scripts/raw_synch_from_surya.sh new file mode 100644 index 00000000..858e14ab --- /dev/null +++ b/customize/fred/scripts/raw_synch_from_surya.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +echo "Updating walrus and musix from surya: raw mode without syncthing!" +rsync -avz surya:/z/walrus/* /z/walrus/ +rsync -avz surya:/z/musix/* /z/musix/ + diff --git a/customize/fred/scripts/synch_from_surya.sh b/customize/fred/scripts/synch_from_surya.sh deleted file mode 100644 index dadf518b..00000000 --- a/customize/fred/scripts/synch_from_surya.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -# echo "Updating walrus and musix from surya" -# rsync -avz surya:/z/walrus/* /z/walrus/ -# rsync -avz surya:/z/musix/* /z/musix/ - - -echo this script is retired since syncthing is being investigated for this purpose. - - -