I'm trying to transfer thousands of small files from one server to another using the following command:
rsync -zr --delete /home/user/ user@10.1.1.1::backup
Currently the transfer takes a long time (I haven't timed it). Is there way to make this faster? Should I be using another tool? Should I be using rsync over ssh rather than using the rsync protocol?
stat(). – Zoredache Mar 01 '12 at 01:58-abut-r? – kamae Mar 01 '12 at 02:33