From 69a3d67754820bf7232e1f4af6db064b63d1ff1f Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 14 Jun 2017 22:59:53 -0400 Subject: [PATCH] added basement copy to script --- scripts/customize/fred/scripts/raw_synch_from_surya.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/customize/fred/scripts/raw_synch_from_surya.sh b/scripts/customize/fred/scripts/raw_synch_from_surya.sh index 9a742af2..bad18b6e 100644 --- a/scripts/customize/fred/scripts/raw_synch_from_surya.sh +++ b/scripts/customize/fred/scripts/raw_synch_from_surya.sh @@ -1,7 +1,8 @@ #!/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/ +rsync -avz surya:/z/basement/* /z/basement/ rsync -avz surya:/z/imaginations/* /z/imaginations/ +rsync -avz surya:/z/musix/* /z/musix/ +rsync -avz surya:/z/walrus/* /z/walrus/ -- 2.34.1