Michael Stowe wrote at about 10:13:35 -0500 on Wednesday, July 11, 2012: > Naturally, I do lose ACLs and whatnot, but aside from a few tweaks, the > process at least works. I've been considering adding a supplemental ACL > backup to the routine.
In my vshadow script -- shadowmountrsync -- for automatically using vshadow to backup Windows shares and start rsyncd seamlessly -- I have code for backing up ACL's both the POSIX version via 'getfacl' and the full Windows ACL's via 'subinacl'. Basically, ssh is used to run 'getfacl' and 'subinacl' before the shadow mount and stored in a designated folder/file in each share. Then the shadow mount is run and backed up, indluding the file listing the ACL's. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
