Displaying 1 result from an estimated 1 matches for "rsync_experi".
2009 Jun 25
1
DO NOT REPLY [Bug 6508] New: Inconsistent exit code behavior between local, ssh transport, and rsyncd transport
...(see links above) concerned
version 2.5.5.
Aside from the two links given above, I have found no other discussions (in
bugzilla or on the web) concerning inconsistent exit code behavior when
comparing the ssh transport to a direct rsyncd connection.
How to reproduce:
-----------------
(0) mkdir rsync_experiment ; cd rsync_experiment
(1) Prepare rsyncd. I put the following in /etc/rsyncd.conf
[myroot]
path = /root/rsync_experiment/
uid = 0
read only = false
(2) Launch rsyncd. On Ubuntu edit /etc/default/rsync to have
"RSYNC_ENABLE=true" and then do "invoke-rc.d rsync start"...