currently only one user is supported on remote
[feisty_meow.git] / scripts / archival / raw_synch.sh
index 17c4b9b7f6e94e888315dbbb4ae6efeb49fd935a..2b0a0c1cf3c9d16a5471bc8a14b22b1a78bdfde5 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/
+    rsync -avz "fred@${synch_host}:/z/$currdir"/* /z/$currdir/
+    continue_on_error synching with $currdir from remote host.
   fi
 done