> Any one else use rsync?

For many years. I use it for every copying operation, even on local
disk. It does all of cp and scp plus heaps extra, basically it leaves
the rest for stone dead. The only time I use it in server mode is when
syncing my Linux updates. I keep on being surprised about how may
people don't know it.

Unison may outperform rsync for the particular purpose it was made
(syncing disks in both(!) or more directions).

HINT: you want to stick a

        #!/bin/sh
        exec rsync -e ssh "$@"

into a file and call it ssync.

Volker

-- 
Volker Kuhlmann                 is possibly list0570 with the domain in header
http://volker.dnsalias.net/             Please do not CC list postings to me.

Reply via email to