this is a very fred related command and probably needs to move into the custom area.
or we could redefine the script using variables for the:
+ list of z folders to synch
+ actual location of /z
+ user name that must be used to get on that host
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