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/