Displaying 1 result from an estimated 1 matches for "exludefiles".
Did you mean:
excludefiles
2008 May 08
2
rsync error: timeout in data send/receive (code 30) at /home/lapo/packaging/tmp/rsync-2.6.3/io.c(153)
We are rsync'ing from an xp box running cygwin to a redhat box, using a Perl
script that fist calls for an ssh tunnel, then calls rsync through local
host.
ssh -P -f -L 8740:remote.host.ip:873 user@firewall.ip -p 22 sleep 25
rsync -vrtz -v --timeout=180 --exclude-from=exludefiles
rsync://localhost:8740/<remote path> <target path>
==========================================================
This has worked for quite a while on a daily cron job. We can still open
the ssh tunnel without any problem. After the tunnel is open and we run
rsync, we get the following...