[Bug 249119] net/rsync: (3.2.3) fails to copy ZFS ACLs
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 4 23:12:34 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249119
Bug ID: 249119
Summary: net/rsync: (3.2.3) fails to copy ZFS ACLs
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: rodrigo at FreeBSD.org
Reporter: pen at lysator.liu.se
Assignee: rodrigo at FreeBSD.org
Flags: maintainer-feedback?(rodrigo at FreeBSD.org)
rsync 3.2.3 doesn't seem to copy ZFS ACLs correctly for some reason.
FreeBSD 12.1
root# getfacl tst2
# file: tst2
# owner: root
# group: employee-liu.se
owner@:rwxpDdaARWcCos:fd----I:allow
user:parst38:r-----a-R-c---:-------:allow
group@:--------------:fd----I:allow
everyone@:--------------:fd----I:allow
root# getfacl tst
# file: tst
# owner: peter86
# group: employee-liu.se
owner@:rwxpDdaARWcCos:fd----I:allow
group@:--------------:fd----I:allow
everyone@:--------------:fd----I:allow
root# rsync -aA -vv tst2/ tst
sending incremental file list
delta-transmission disabled for local transfer or --whole-file
./
total: matches=0 hash_hits=0 false_alarms=0 data=0
sent 76 bytes received 86 bytes 324.00 bytes/sec
total size is 0 speedup is 0.00
root# getfacl tst
# file: tst
# owner: root
# group: employee-liu.se
owner@:rwxpDdaARWcCos:fd----I:allow
group@:--------------:fd----I:allow
everyone@:--------------:fd----I:allow
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list