backup user rights

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
 
P

Pegasus \(MVP\)

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.
 
G

Guillermo Martin

I try xcopy but it doesn't copy shared folders. What parameter I need to
use?
Thank you in advance!
Guille
 
P

Pegasus \(MVP\)

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top