samba-bugs
Wed, 03 Feb 2010 10:10:16 -0800
https://bugzilla.samba.org/show_bug.cgi?id=7095
Summary: rsync doesn't sync extended attributes
Product: rsync
Version: 3.0.7
Platform: PPC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: way...@samba.org
ReportedBy: joerg.som...@ateo.de
QAContact: rsync...@samba.org
Hi,
% touch src
% setfattr -n 'user.rsync.%stat' -v '40755 0,0 0:0' src
% getfattr -d src
# file: src
user.rsync.%stat="40755 0,0 0:0"
% rsync -aHAX src dst
% getfattr -d dst
%
Even if I've used the option -X, rsync didn't sync the extended attribute of
the file.
Bye, Jörg.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
--
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