[Bug 8456] improve --link-dest bahaviour

2013-12-27 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8456 --- Comment #8 from Toralf Förster toralf.foers...@gmx.de 2013-12-27 13:06:00 UTC --- well - so seems to be solved ? :-) -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Bug 8456] improve --link-dest bahaviour

2013-12-25 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8456 --- Comment #7 from Wayne Davison way...@samba.org 2013-12-25 23:25:53 UTC --- The latest rsync will now look into link-dest dirs even for files that exist in the destination directory hierarchy. It still requires all preserved attributes to match

Re: [Bug 8456] improve --link-dest bahaviour

2011-09-18 Thread Henri Shustak
In general - --link-dest works as expected *only*, if the destination directory is empty. Going along with this idea of ensuring the destination directory is empty. LBackup is a rsync backup wrapper system which may be of assistance in this regard. ---

Re: [Bug 8456] improve --link-dest bahaviour

2011-09-18 Thread Henri Shustak
I'd like to use rsync as an efficient (== do not store the same file twice at the backup media) backup solution. The backup should be made into N remote directories (rotating each day) _without_ the need to delete the remote directory before. This is essentially, what LBackup is doing.

Re: [Bug 8456] improve --link-dest bahaviour

2011-09-18 Thread Wayne Davison
On Wed, Sep 14, 2011 at 9:48 AM, samba-b...@samba.org wrote: I'd like to use rsync as an efficient (== do not store the same file twice at the backup media) backup solution. Check out PCBackup -- it can use rsync (either via ssh or a daemon) and stores files without duplicates. There's also

[Bug 8456] improve --link-dest bahaviour

2011-09-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8456 Toralf Förster toralf.foers...@gmx.de changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 8456] improve --link-dest bahaviour

2011-09-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8456 Toralf Förster toralf.foers...@gmx.de changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 8456] improve --link-dest bahaviour

2011-09-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8456 --- Comment #2 from Toralf Förster toralf.foers...@gmx.de 2011-09-14 13:17:43 UTC --- *** Bug 8450 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving

[Bug 8456] improve --link-dest bahaviour

2011-09-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8456 --- Comment #3 from Kevin Korb rs...@sanitarium.net 2011-09-14 15:44:28 UTC --- The simple fact is that two links to the same inode are not 2 different files but the same file. Their attributes by definition are the same. They cannot have

[Bug 8456] improve --link-dest bahaviour

2011-09-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8456 --- Comment #4 from Toralf Förster toralf.foers...@gmx.de 2011-09-14 16:24:35 UTC --- No, the problem is a complete different IMHO: If the touch command is skipped, then rsync does hard-link the file instead to copy it over ! In general -

[Bug 8456] improve --link-dest bahaviour

2011-09-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8456 --- Comment #5 from Kevin Korb rs...@sanitarium.net 2011-09-14 16:28:05 UTC --- Oops, I read what I thought you were saying instead of what you were. That behavior is documented in the man page: This option works best when copying into an empty

[Bug 8456] improve --link-dest bahaviour

2011-09-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8456 --- Comment #6 from Toralf Förster toralf.foers...@gmx.de 2011-09-14 16:48:16 UTC --- well - now the Oops is on my side ;-) - really overlooked that part of the man page. Is there any chance to convince rsync to always look into --link-dest ?