> > How do you call rsync? > > rsync -av --delete --perms --acls ...
You left out the rest. Specifically, what protocol are you using over the ethernet? Are you using an rsync server, ssh, NFS, SMB, or what? A straight rsync server is by far the fastest, I've found. So you'd do something like so: rsync -av ... /local/path/ hostname::modulename/remote/path/ ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html