backup user rights

  • Thread starter Thread starter Guillermo Martin
  • Start date Start date
G

Guillermo Martin

Hi!!

I have 2 SCSII disk.
One of them, with de S.O. (Windows 200 SP4) and another disk with shared
user folders.
I need to change the user folder disk because is full, but I like to backup
the permission of this folders to restore it in the new disk.
Do you know some script o software to backup the user permission and restore
them in a new (cloned) disk with the same directory structure?
Thank you.

Guille
 
Guillermo Martin said:
Hi!!

I have 2 SCSII disk.
One of them, with de S.O. (Windows 200 SP4) and another disk with shared
user folders.
I need to change the user folder disk because is full, but I like to backup
the permission of this folders to restore it in the new disk.
Do you know some script o software to backup the user permission and restore
them in a new (cloned) disk with the same directory structure?
Thank you.

Guille

You could use xcopy.exe or robocopy.exe - both will work very nicely.
 
I try xcopy but it doesn't copy shared folders. What parameter I need to
use?
Thank you in advance!
Guille
 
Neither xcopy.exe nor robocopy.exe are aware if a folder
is shared or not. Both copy the complete folder structure
and the permissions if you use the correct switches.

If you wish to export / import shares then you can export /
import this registry value:
hklm/system/currentcontrolset/services/lanmanserver/shares
 
Back
Top