On Tue 22 Feb 2011, Xabi Vazquez wrote: > [Tue Feb 22 02:51:34 CET 2011] /usr/bin/rsync -az --delete --numeric-ids > --relative --delete-excluded --rsh=/usr/bin/ssh root@server1:/opt/clamav > /data/backups/server1 > ssh: connect to host mx2.ecliente.com port 22: Connection timed out
ssh itself complains that it can't establish a connection, so rsync doesn't really come into it. Note that --rsh=/usr/bin/ssh is redundant, ssh has been the default "rsh" for a long time. I wonder if some firewall somewhere en route may be giving problems. If possible you could try running rsync as a daemon on mx2.ecliente.com and connecting directly to that; as long as you're not worried about eavesdroppers along the way. Paul -- 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