Displaying 1 result from an estimated 1 matches for "rsync_acl_test".
2014 Jun 06
0
[Bug 10649] New: --acls does not honor --numeric-ids on OS X
...rs/_bb_test RealName "Backup Test User"
dscl . -create /Users/_bb_test UniqueID 599
dscl . -create /Users/_bb_test PrimaryGroupID 99
dscl . -create /Users/_bb_test NFSHomeDirectory /Users/_bb_test
# create a test group that will be deleted
dseditgroup -o create _bb_test_group
mkdir /tmp/rsync_acl_test
cd /tmp/rsync_acl_test
touch acl-test-2
chmod +a "_bb_test allow read" acl-test-2
chmod +a "_bb_test_group allow read" acl-test-2
mkdir acl-test-dir-2
chmod +a "_bb_test allow read" acl-test-dir-2
chmod +a "_bb_test_group allow read" acl-test-dir-2
touch a...