search for: gildea

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

Did you mean: gilda
2003 Jun 30
2
--link-dest non-optimal without --owner (or when not root)
If I run rsync 2.5.6 not as root, so that the -o (--owner) and -g (--group) flags don't work, then files that are not owned by me in the source directory will not be linked by --link-dest. When rsync looks in my link-dest, it sees a file owned by me. When it compares that with the source file not owned by me, then rsync thinks it cannot skip that file, and no hard link results. However,
2010 Dec 12
1
DO NOT REPLY [Bug 7862] New: hard-links and incremental recursion: unclear what happens
...happens Product: rsync Version: 3.0.7 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: stepheng+samba at gildea.com QAContact: rsync-qa at samba.org I find the following sentence from the rsync 3.0.7 manual page discussion of --hard-links to be unclear: [incremental recursion] does not affect the accuracy of the transfer, just its efficiency. Does that mean ... 1) The transfer will be...
2003 Jun 24
0
doc for --compare-dest could be clearer
On Mon, Jun 23, 2003 at 11:12:03PM -0400, Stephen Gildea wrote: > I have a suggestion for how to make the documentation of rsync's > "--compare-dest" option clearer. > > Maybe it would be clearer if I had some problem this option would solve, > but as it is, I couldn't figure it out from the manual. The description >...