search for: vrtz

Displaying 3 results from an estimated 3 matches for "vrtz".

Did you mean: lrtz
2006 Mar 24
1
Rsync / Cygwin : Cannot Allocate Memory
Hi, I'm running the latest cygwin, with rsync 2.6.6 protocol 26. My command is: c:\cygwin\bin\rsync -vrtz --delete /cygdrive/e phoenix@172.16.1.10 etc I get the following error when trying to rsync 500,000 files: rsync: fork failed in do_recv: Cannot allocate memory (12) rsync error: error in IPC code (code 14) at main.c(550) rsync: connection unexpectedly closed (4 bytes received so far) [sender]...
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...
2006 May 09
1
Post-Win2k3 Upgrade rsync+ssh Permissions Problem
Hi all. OK, so I have a mostly Solaris infrastructure with a group of Windows 2000 server boxes. I installed Cygwin rsync/ssh on them and have been using it to keep Web images up to date by pushing them from a central server thus: /usr/local/bin/rsync -e ssh -vrtz --delete --rsync-path=c:/cygwin/bin/rsync.exe /webnfs/webfiles/images/ winserver:d:/webfiles/images This sync runs as the UNIX user "weblord", uid 3260. This has been working fine. However, now we upgraded the OS to Windows 2003 Server. I installed the newest rsync (2.6.6) on the new...