Re: rsync 3.0.9 incompatible with self? (proto incompat on local-local)

2012-08-21 Thread Wayne Davison
On Sun, Aug 12, 2012 at 11:41 AM, Linda Walsh rs...@tlinx.org wrote: How can I show it to you? One thing you can try is to build 3.1.0dev (from git or nightly tar file) and run that with --debug=hlink5. If the copying is remote (using ssh), you can put the executable off to the side somewhere

Re: How to remove files at source present on destination without transferring them

2012-08-21 Thread Wayne Davison
On Sat, Aug 18, 2012 at 2:47 AM, David Liontooth lionte...@cogweb.netwrote: Does rsync provide a way to remove files at the source that are present on the destination, without first transferring the files? If the file that is already on the destination is identical to the one on the other

weird rsync issue

2012-08-21 Thread Dariusz Dolecki
rsync fails on some directories while on others it works without issue. Here are the inportant items: On theserver from which directories are being copied: more /etc/rsyncd.conf snip [abcd] path = /xyz/abcd comment = abcd uid = 0 gid = 3 read only = yes list = no auth users

Re: weird rsync issue

2012-08-21 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Did the rsync command output any errors? Also, you are using rsyncd not rsync over ssh so your ssh keys are not relevant. If you want to use rsync over ssh then use the user@host:/path syntax instead of user@host::module. Finally, in your config