I've lost extended attributes of files on a number of systems because they aren't always included by default in file operations. I don't trust everything that could possibly write/update a file to preserve them--common 'safe' pattern is to rename as .bak and write new file contents without EA to original name. Nor do I trust myself from archiving without using the right options in a hurry.
3 comments
[ 2.6 ms ] story [ 28.4 ms ] threadThe system call to read these attributes is getxattr(), for anyone curious.