Jerold Schulman
Guest
|
Posted:
Fri Dec 02, 2005 5:17 pm Post subject:
Re: How to backup and restore NTFS rights ? |
|
|
On Thu, 1 Dec 2005 13:12:03 -0800, "eddy" <eddy@discussions.microsoft.com> wrote:
| Quote: | Hi,
i'm looking for a tool or a software wich can provide the ability of backup
and restore NTFS rights. I saw the software named Security Explorer
(scriptlogic) but i think something else.
Any idea ? a Ressource Kit tool ?
thanks
sylvain
|
See tip 8530 » Corrected version of SubInAcl.
in the 'Tips & Tricks' at http://www.jsifaq.com
Sample usage to backup C:\ZZZ and its files and sub-folders":
subinacl /noverbose /outputlog=C:\Backup\ZZZ.log /subdirectories "c:\ZZZ" /display
subinacl /noverbose /outputlog=C:\Backup\ZZZ_ALL.log /subdirectories "C:\ZZZ\*.*" /display
Same restore:
subinacl /playfile C:\Backup\ZZZ.log
subinacl /playfile C:\Backup\ZZZ_ALL.log
Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com |
|