currently only one user is supported on remote
[feisty_meow.git] / scripts / archival / raw_synch.sh
index e0cebc6e8a172a5610fb0a6e740655fefdfbdb32..2b0a0c1cf3c9d16a5471bc8a14b22b1a78bdfde5 100644 (file)
@@ -15,7 +15,7 @@ for currdir in basement imaginations musix toaster walrus; do
   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