Backuppc does not restore ACLS - windows or otherwise -- in part
because it doesn't properly record and decode ACLs.

Check the archives for some posts on about 7 years ago.

If you want to backup and restore ACLs, I suggest using a pre dump
command and a post restore command to run something like 'subinacl' to
copy and then restore acl's to the backup paths you are interested in.
It's a bit of a hack but it can be made to work...

Matthias--- via BackupPC-users wrote at about 08:55:23 +0100 on Wednesday, 
February 19, 2025:
 > Hello,
 > 
 > I running BackuPC V4.4 for managing some Windows PCs with rsync.
 > In restoring of ACLs something seems to be wrong.
 > An original file have:
 >      owner: SYSTEM
 >      Full control: Administrators and User
 >      Read&execute: All Application packages
 >      3 Account Unknown
 > 
 > If I backup and restore it, it have:
 >      owner: Administrators
 >      deny: NULL SID
 >      Full control: Administrators
 >      Read&execute: User
 >      Special: All Users
 > 
 > 
 > After restore I miss owner=SYSTEM and Read&execute=All Application packages.
 > I understand that the restore don't restore the 3 unknown users. But why it 
 > create this deny=NULL
 > SID?
 > Also the sequence of the users isn't the same.
 > 
 > My config on server side: $Conf{RsyncArgs} include --numeric-ids, 
 > --protect-args, --perm, --acls, --
 > xattrs, --owner and --group
 > 
 > rsyncd.conf on client include "use chroot = no"
 > 
 > Is it a feature based on differences between Windows and POSIX and can't be 
 > solved or do I something
 > wrong?
 > 
 > The restored application is running. So maybe my issue isn't a issue.
 > 
 > Have a great day
 > Matthias
 > 
 > 
 > 
 > 
 > _______________________________________________
 > 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/


_______________________________________________
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/

Reply via email to