Craig Barratt via BackupPC-users wrote at about 18:17:54 -0800 on Thursday, November 5, 2020: > There's also a community-developed Fuse file system for BackupPC, which > provides read-only access of backups via a mountable file system. > Unfortunately fuse doesn't allow some specific things to be represented > accurately, which if I recall correctly are hardlinks and xattrs. > Actually, xattrs (or at least SELinux ones) work fine. ACL's don't but that is not a FUSE problem but rather how backuppc-rsync encodes acls.
As per our earlier email string, since backuppc-rsync has no problem restoring acls, it should be possible to add to the backuppcfs acl funcall a decoding routine that mimics what backuppc-rsync does. I was able to "guess" some of the encoding elements but one would just need to look through the rsync code guts to see how it is really done... _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: https://github.com/backuppc/backuppc/wiki Project: https://backuppc.github.io/backuppc/