Displaying 1 result from an estimated 1 matches for "wwwroot1".
Did you mean:
wwwroot
2004 Jan 13
0
Rsync processes remain in sleep mode / don't terminate after sync hing
...en two windows server 2003 machines.
Rsync version is 2.5.7
The command is running via a batch script, which looks like:
....
D:\cygwin\bin\rsync.exe -rva --progress --delete --force --stats --exclude-from=d:\batch\rsync\excludes\excludes.txt /cygdrive/n/zphome/intranet.cp.siemens.de/sub1 server::wwwroot1/ >> d:\batch\rsync\logs\rsynclog.txt 2>&1
D:\cygwin\bin\rsync.exe -rva --progress --delete --force --stats --exclude-from=d:\batch\rsync\excludes\excludes.txt /cygdrive/n/zphome/intranet.cp.siemens.de/sub2 server::wwwroot1/ >> d:\batch\rsync\logs\rsynclog.txt 2>&1
.... (...