https://bugzilla.samba.org/show_bug.cgi?id=10334
Summary: rsync doesn't log hardlink-copies using --link-dest
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
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-dest => everything works fine
rsync -ahv $source $dest
sending incremental file list
source/
source/file1
source/file2
source/file3
source/file4
sent 420 bytes received 92 bytes 1.02K bytes/sec
total size is 130 speedup is 0.25
-----------------------
EXAMPLE: Using --link-dest => Files get copied (hardlinked), but I don't get
any information:
rsync -ahv --link-dest=$link $source $dest
sending incremental file list
source/
sent 118 bytes received 16 bytes 268.00 bytes/sec
total size is 130 speedup is 0.97
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html