Displaying 1 result from an estimated 1 matches for "doebeling".
2013 Dec 19
5
[Bug 10334] New: rsync doesn't log hardlink-copies using --link-dest
...nk-copies using --link-dest
           Product: rsync
           Version: 3.0.9
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: Kontakt at Doebeling.de
         QAContact: rsync-qa at samba.org
If I perform a backup like this, new files in $dest which hardlink to $link
doesn't result any output on tty or logfile, even if I use -v or -i.
rsync -ahv --link-dest=$link $source $dest
-----------------------
EXAMPLE: Without using --link-des...