Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / scripts / archival / raw_synch.sh
index 17c4b9b7f6e94e888315dbbb4ae6efeb49fd935a..e0cebc6e8a172a5610fb0a6e740655fefdfbdb32 100644 (file)
@@ -12,10 +12,11 @@ echo "Updating our local archives from $synch_host: this is very raw mode, witho
 echo
 
 for currdir in basement imaginations musix toaster walrus; do
-  if [ -d /z/$currdir ]; then
+  if [ -d "/z/$currdir" ]; then
     sep
     echo "synching $currdir folder from $synch_host..."
     rsync -avz "$synch_host":/z/$currdir/* /z/$currdir/
+    continue_on_error synching with $currdir from remote host.
   fi
 done