PC Review


Reply
Thread Tools Rate Thread

Copying Security Permissions - XP Pro SP2 (NTFS)

 
 
MarkC
Guest
Posts: n/a
 
      13th Jun 2005
I just installed an External Hard Drive connected via USB (Drive H). It is
in NTFS format, same as my C Drive. I plan to use it for backup/archiving
files. I use Windows Explorer to copy files from C drive to H, and want to
keep the same files/folders permission settings that was on the C drive.
But it doesn't, security permissions are different on the copied
files/folders on the H drive.

How can I copy files/folder using "Windows Explorer" from the C hard drive
to the H hard drive and keep the security permissions identical???

I will be setting up a Backup procedure soon. But for now, I'm really
curious on how to copy files/folders security permissions from one hard
drive to another using Windows Explorer???

Thanks,

MarkC


 
Reply With Quote
 
 
 
 
Shenan Stanley
Guest
Posts: n/a
 
      13th Jun 2005
MarkC wrote:
> I just installed an External Hard Drive connected via USB (Drive H). It is
> in NTFS format, same as my C Drive. I plan to use it for
> backup/archiving files. I use Windows Explorer to copy files from C
> drive to H, and want to keep the same files/folders permission
> settings that was on the C drive. But it doesn't, security
> permissions are different on the copied files/folders on the H drive.
>
> How can I copy files/folder using "Windows Explorer" from the C hard
> drive to the H hard drive and keep the security permissions
> identical???
> I will be setting up a Backup procedure soon. But for now, I'm really
> curious on how to copy files/folders security permissions from one
> hard drive to another using Windows Explorer???


Using Windows Explorer? Why? Not very automated. heh

Use XCOPY and the correct switches.. or....
XXCOPY and one of its thousands of switches.. or....
Use a cloning program (Ghost, TrueImage, etc) and make a real backup..
or....
How To Use Backup to Back Up Files and Folders on Your Computer
http://support.microsoft.com/kb/308422

--
Shenan Stanley
MS-MVP
--


 
Reply With Quote
 
MarkC
Guest
Posts: n/a
 
      13th Jun 2005
Thanks, hmmm "xxcopy"?
Mark


"Shenan Stanley" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> MarkC wrote:
>> I just installed an External Hard Drive connected via USB (Drive H). It
>> is in NTFS format, same as my C Drive. I plan to use it for
>> backup/archiving files. I use Windows Explorer to copy files from C
>> drive to H, and want to keep the same files/folders permission
>> settings that was on the C drive. But it doesn't, security
>> permissions are different on the copied files/folders on the H drive.
>>
>> How can I copy files/folder using "Windows Explorer" from the C hard
>> drive to the H hard drive and keep the security permissions
>> identical???
>> I will be setting up a Backup procedure soon. But for now, I'm really
>> curious on how to copy files/folders security permissions from one
>> hard drive to another using Windows Explorer???

>
> Using Windows Explorer? Why? Not very automated. heh
>
> Use XCOPY and the correct switches.. or....
> XXCOPY and one of its thousands of switches.. or....
> Use a cloning program (Ghost, TrueImage, etc) and make a real backup..
> or....
> How To Use Backup to Back Up Files and Folders on Your Computer
> http://support.microsoft.com/kb/308422
>
> --
> Shenan Stanley
> MS-MVP
> --
>



 
Reply With Quote
 
Uncle John
Guest
Posts: n/a
 
      13th Jun 2005
Mark
Don't use Explorer or Xcopy, you will have endless trouble. If you have
Western disks they make a free utility to do the job called LifeGuard.
Otherwise CasparXP is excellent at
www.fssdev.com

--
Uncle John
"MarkC" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thanks, hmmm "xxcopy"?
> Mark
>
>
> "Shenan Stanley" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> MarkC wrote:
>>> I just installed an External Hard Drive connected via USB (Drive H). It
>>> is in NTFS format, same as my C Drive. I plan to use it for
>>> backup/archiving files. I use Windows Explorer to copy files from C
>>> drive to H, and want to keep the same files/folders permission
>>> settings that was on the C drive. But it doesn't, security
>>> permissions are different on the copied files/folders on the H drive.
>>>
>>> How can I copy files/folder using "Windows Explorer" from the C hard
>>> drive to the H hard drive and keep the security permissions
>>> identical???
>>> I will be setting up a Backup procedure soon. But for now, I'm really
>>> curious on how to copy files/folders security permissions from one
>>> hard drive to another using Windows Explorer???

>>
>> Using Windows Explorer? Why? Not very automated. heh
>>
>> Use XCOPY and the correct switches.. or....
>> XXCOPY and one of its thousands of switches.. or....
>> Use a cloning program (Ghost, TrueImage, etc) and make a real backup..
>> or....
>> How To Use Backup to Back Up Files and Folders on Your Computer
>> http://support.microsoft.com/kb/308422
>>
>> --
>> Shenan Stanley
>> MS-MVP
>> --
>>

>
>



 
Reply With Quote
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a
 
      13th Jun 2005
MarkC wrote:

> Thanks, hmmm "xxcopy"?
> Mark

Hi,

XXCOPY: they have a freeware version for personal (non-commercial)
use, and a shareware version in other cases.

http://www.xxcopy.com/index.html


Alternatively,look into Microsoft's Robocopy.exe.

Robocopy.exe is available here:

Windows Server 2003 Resource Kit Tools
http://www.microsoft.com/downloads/d...DisplayLang=en

(The kit will install on WinXP or later and you can copy only
needed files to other computers)

See rktools.chm and robocopy.doc for documentation for Robocopy.exe.



--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
Reply With Quote
 
MarkC
Guest
Posts: n/a
 
      14th Jun 2005
Thanks everyone for the suggestions, I will look into it.
Mark

"Torgeir Bakken (MVP)" <Torgeir.Bakken-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> MarkC wrote:
>
>> Thanks, hmmm "xxcopy"?
>> Mark

> Hi,
>
> XXCOPY: they have a freeware version for personal (non-commercial)
> use, and a shareware version in other cases.
>
> http://www.xxcopy.com/index.html
>
>
> Alternatively,look into Microsoft's Robocopy.exe.
>
> Robocopy.exe is available here:
>
> Windows Server 2003 Resource Kit Tools
> http://www.microsoft.com/downloads/d...DisplayLang=en
>
> (The kit will install on WinXP or later and you can copy only
> needed files to other computers)
>
> See rktools.chm and robocopy.doc for documentation for Robocopy.exe.
>
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/scr...r/default.mspx



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
NTFS Sharing, Security, and permissions Neville310 Windows XP Networking 0 2nd Jan 2005 11:34 PM
NTFS Sharing, Security, and permissions Neville310 Windows XP Security 0 2nd Jan 2005 11:34 PM
NTFS Sharing, Security, and permissions Neville310 Windows XP Accessibility 0 2nd Jan 2005 11:34 PM
NTFS permissions and security Robert Storage Devices 1 14th Nov 2004 05:21 AM
Shared permissions and NTFS Security =?Utf-8?B?Tm9yYSBOYWplbQ==?= Windows XP Security 0 11th Nov 2004 01:18 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:33 AM.