Retaining file & folder security settings on move

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to move the files and folders from an extended volume on a Raid 5 disk to another volume on the same disk. Since there are many explicit security settings involved, I would like to retain those settings after the movement. Is there a way to prevent the security inheritance when moving a file and folder system from one volume to another?
 
I have a tool called scopy for this but do not remember from where I got it.
Ask google, or ask me to send it to you

Bojidar Alexandrov

Chuck Jolin said:
I am trying to move the files and folders from an extended volume on a
Raid 5 disk to another volume on the same disk. Since there are many
explicit security settings involved, I would like to retain those settings
after the movement. Is there a way to prevent the security inheritance when
moving a file and folder system from one volume to another?
 
Xcopy /o can copy explicit ntfs permissions. If share permissions are also involved,
see the link below on the use of robocopy and permcopy. -- Steve

http://www.microsoft.com/resources/...2003/all/deployguide/en-us/sdccc_fsv_ogzt.asp
http://tinyurl.com/2fz4e -- same link as above, shorter.
http://support.microsoft.com/default.aspx?scid=kb;en-us;323007
http://www.microsoft.com/technet/prodtechnol/windows2000serv/maintain/featusability/stoxcopy.mspx

Chuck Jolin said:
I am trying to move the files and folders from an extended volume on a Raid 5 disk
to another volume on the same disk. Since there are many explicit security settings
involved, I would like to retain those settings after the movement. Is there a way
to prevent the security inheritance when moving a file and folder system from one
volume to another?
 
Back
Top