Displaying 2 results from an estimated 2 matches for "7ba51".
Did you mean:
7a51
2010 Nov 11
1
lsetxattr() failed: Operation not permitted on symlinked locked directory
...et mamma.mia "How about a nice pizza?" src/dir-with-ea-and-uchg
cd src
ln -s dir-with-ea-and-uchg/ symlink-to-dir
chflags uchg dir-with-ea-and-uchg/
cd ..
rsync -avNHAX --fileflags --force-change src/ dst
xattr-util is a utility that I have found at http://www.bombich.com/groups/ccc/wiki/7ba51/, but any method to add an extended attribute will do. This is the output:
sending incremental file list
./
symlink-to-dir -> src/dir-with-ea-and-uchg/
dir-with-ea-and-uchg/
rsync: rsync_xal_set: lsetxattr("dir-with-ea-and-uchg","mamma.mia") failed: Operation not permitted (...
2012 Jul 13
0
Error 23 with hard links and 3.0.9 patched
...966
and I used only
patch -p1 <patches/fileflags.diff
patch -p1 <patches/crtimes.diff
plus the stock one instead of the custom one:
patch -p1 <patches/hfs-compression.diff
I checked the resulting binary with the improved backup bouncer test suite
http://www.bombich.com/groups/ccc/wiki/7ba51/Improvements_to_Backup_Bouncer.html
and it passes all the tests except the one with the hard links, so I think my choice was more or less correct: the crtimes and hfs_compression patches suggested seem not to be required with 3.0.9.
Concerning the hard links error, however, I don't know what t...