https://bugzilla.samba.org/show_bug.cgi?id=13139 Bug ID: 13139
Summary: Formatted output turned off when --link-dest is used
Product: rsync
Version: 3.1.2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee:
[hidden email]
Reporter:
[hidden email]
QA Contact:
[hidden email]
If I use rsync with --link-dest and --out-format, no output gets printed. I've
done some debugging and when I use the --link-dest, the log_item and
log_formatted functions from rsync are skipped altogether.
Example command:
rsync -H --link-dest=/tmp/test_sync/directory_a --out-format="<<CHANGED>>%i
%n%L" /tmp/test_sync/directory_a/foo.txt /tmp/test_sync/directory_b/foo.txt
Result:
The files get synced but there is no output produced.
external Red Hat bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1511202--
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/rsyncBefore posting, read:
http://www.catb.org/~esr/faqs/smart-questions.html