[Bug 8655] link-by-hash: add 'link by hash dir' to rsyncd.conf

2011-12-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8655 Wayne Davison changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 8659] link-by-hash.diff: Fix error when running without --link-by-hash

2011-12-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8659 Wayne Davison changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 8654] link-by-hash: Fix (non-exploitable) buffer overflow

2011-12-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8654 Wayne Davison changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 8655] link-by-hash: add 'link by hash dir' to rsyncd.conf

2011-12-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8655 Chris Dunlop changed: What|Removed |Added Attachment #7171|0 |1 is obsolete|

Re: Raise an error if file exists on destination

2011-12-15 Thread Henri Shustak
> I am trying to use rsync to copy files from several origins to a single > destination. I would like to detect when a file gets overwritten because it > is present with the same relative path/name in several origins: > > > Origin1: > foo/bar.txt > > Origin2: > foo/bar.txt > > Destination aft

Raise an error if file exists on destination

2011-12-15 Thread RĂ©mi Delmas
Hello, I am trying to use rsync to copy files from several origins to a single destination. I would like to detect when a file gets overwritten because it is present with the same relative path/name in several origins: Origin1: foo/bar.txt Origin2: foo/bar.txt Destination after copy: foo/bar.t