Re: [BackupPC-users] restoring ACL

2025-02-19 Thread backuppc
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

Re: [BackupPC-users] restoring ACL

2025-02-19 Thread backuppc
rsync supports acls Backuppc DOES NOT support ACLs... technically it does seem to store them IIRC but it can't restore them. Plus again IIRC, rsync only syncs POSIX ACLs (like with getfacl/setfacl) but not the full Windows ACLs Matthias--- via BackupPC-users wrote at about 16:22:15 +0100 on Wednes

Re: [BackupPC-users] restoring ACL

2025-02-19 Thread Matthias--- via BackupPC-users
Thanks for the hints. You are right with BackupPC V3. I've a running bare metal restore finished in 2013, running well on WindowsXP, Vista, Windows7 and Windows8, based on BackupPC V3 and a pre-exec.sh (cygwin) using fsutil for the junction points and secaudit for ACLs. Unfortunately

Re: [BackupPC-users] restoring ACL

2025-02-19 Thread backuppc
G.W. Haywood wrote at about 14:04:10 + on Wednesday, February 19, 2025: > Hi there, > > On Wed, 19 Feb 2025, Matthias@ wrote: > > > I running BackuPC V4.4 for managing some Windows PCs with rsync. > > In restoring of ACLs something seems to be wrong. > > ... > > ... > > Is it a featu

Re: [BackupPC-users] restoring ACL

2025-02-19 Thread G.W. Haywood
Hi there, On Wed, 19 Feb 2025, Matthias@ wrote: I running BackuPC V4.4 for managing some Windows PCs with rsync. In restoring of ACLs something seems to be wrong. ... ... Is it a feature based on differences between Windows and POSIX and can't be solved or do I something wrong? Even when I su