Back up xattrs? #37
Closed
Back up xattrs? #37
Comments
|
Yes, I think it's just a bug that it doesn't do so. |
|
I'm reopening this issue out of dissatisfaction with the approach taken on macOS. At present macOS users silently lose ACLs from their files, and if they install an My preferred strategy is a config option (or options) allowing fine-grained control over the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After restoring my laptop's root filesystem from backup, I noticed that (e.g.)
mtrdidn't work because it didn't have the required capabilities. I had to grep forsetcapin/var/lib/dpkg/info/*.postinstand reapply all the capabilities there, and of course that leaves me unsure whether I missed anything.Could rsbackup perhaps start backing up xattrs, using
rsync --xattrs, and maybe also--acls? That would imply also adjusting the restore instructions in rsbackup(1).The text was updated successfully, but these errors were encountered: