moved to new name since less used
authorChris Koeritz <fred@gruntose.com>
Sun, 22 Jan 2017 17:23:29 +0000 (12:23 -0500)
committerChris Koeritz <fred@gruntose.com>
Sun, 22 Jan 2017 17:23:29 +0000 (12:23 -0500)
customize/fred/scripts/raw_synch_from_surya.sh [new file with mode: 0644]
customize/fred/scripts/synch_from_surya.sh [deleted file]

diff --git a/customize/fred/scripts/raw_synch_from_surya.sh b/customize/fred/scripts/raw_synch_from_surya.sh
new file mode 100644 (file)
index 0000000..858e14a
--- /dev/null
@@ -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 (file)
index dadf518..0000000
+++ /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.
-
-
-