search for: rsyncclient

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

2006 Dec 11
3
rsync /somedir work@backups::somearchive/ gets stuck in huge maildirs, rsync /somedir root@backups:/some/path/ works
...files on rsync daemon host "backup": -rw-r--r-- 1 root root 5596 Dec 9 15:40 rsyncdaemon.strace -rw-r--r-- 1 root root 26039248 Dec 9 15:43 rsyncdaemon.strace.13629 -rw-r--r-- 1 root root 960396 Dec 9 15:43 rsyncdaemon.strace.13682 2) at 15:40, i started the rsync client on rsyncclient host "morework": strace -ff -o rsyncclient.strace rsync --rsync-path=/root/rsync-debug \ --port 5678\ --timeout=600 -avz --numeric-ids --delete \ --password-file=/etc/rsyncd.work \ /home/xxy work@backups::work/home/xxy/ \ 2> /root/rsyncdebug.err >&...
2018 May 08
4
[Bug 13423] New: Checksum option does not work as expected when append-verify is used
...riuszb at me.com QA Contact: rsync-qa at samba.org Checksum option does not work as expected when append-verify is used. I can see that checksums are created for all files but they are not synced. rsync sample files to remote site: # rsync -azhcv --append-verify --progress --stats . rsyncclient at 192.168.142.2::DBTest/DBtest/ sending incremental file list ./ Firefox 60.0.dmg 55.37M 100% 8.40MB/s 0:00:06 (xfr#1, to-chk=3/6) Skype-8.19.0.1.dmg 92.68M 100% 8.35MB/s 0:00:10 (xfr#2, to-chk=2/6) SuperDuper!-2.dmg 6.09M 100% 5.16MB/s 0:00:01 (xfr#3,...
2005 Aug 21
2
Cygwin bug in hosts allow
When using cygwin, I tried to specify the subnet mask for the "hosts allow" option in rsyncd.conf with 192.168.1.0/24, but that didn't work. I had to use 192.168.1.0/255.255.255.0. With /24, it gives this error @ERROR: access denied to mymodule from rsyncclient (192.168.1.20) rsync error: error starting client-server protocol (code 5) at main.c(1171) Also, it would be handy if when this bug is fixed if you could also change the error from "access denied" to something like "host not allowed". Thanks, Bill -- A professor is one wh...