Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Sep 2020 23:12:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 249119] net/rsync: (3.2.3) fails to copy ZFS ACLs
Message-ID:  <bug-249119-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D249119

            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@FreeBSD.org
          Reporter: pen@lysator.liu.se
          Assignee: rodrigo@FreeBSD.org
             Flags: maintainer-feedback?(rodrigo@FreeBSD.org)

rsync 3.2.3 doesn't seem to copy ZFS ACLs correctly for some reason.=20

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=3D0  hash_hits=3D0  false_alarms=3D0 data=3D0

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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249119-7788>