From ea89fa975f824e1bea85ac04d3698f6166d9c042 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 22 Jan 2017 12:23:29 -0500 Subject: [PATCH] moved to new name since less used --- customize/fred/scripts/raw_synch_from_surya.sh | 6 ++++++ customize/fred/scripts/synch_from_surya.sh | 11 ----------- 2 files changed, 6 insertions(+), 11 deletions(-) create mode 100644 customize/fred/scripts/raw_synch_from_surya.sh delete mode 100644 customize/fred/scripts/synch_from_surya.sh 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. - - - -- 2.34.1