Compatible Support Forums: copying on ntfs

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

copying on ntfs

#1 User is offline   sentme_mail 

  • journeyman
  • Group: Members
  • Posts: 90
  • Joined: 01-November 02

Posted 06 November 2002 - 07:09 PM

hi,
is it possible to backup folders on ntfs partitions with their ntfs and sharing permission settings?
0

#2 User is offline   Richard.Whitson 

  • stranger
  • Group: Members
  • Posts: 3
  • Joined: 06-November 02

Posted 06 November 2002 - 09:21 PM

What product were you planning on using.

I know that all the Veritas products do that exact thing.

-R
0

#3 User is offline   sentme_mail 

  • journeyman
  • Group: Members
  • Posts: 90
  • Joined: 01-November 02

Posted 07 November 2002 - 03:40 PM

i am not sure which product can do it,
but my requirement is to copy files from 1 ntfs partition to another without losing all its ntfs permissions and sharing permissions.
0

#4 User is offline   clutch 

  • Carpal Tunnel
  • Group: Moderators
  • Posts: 3859
  • Joined: 29-March 00

Posted 07 November 2002 - 05:44 PM

OK, really vague reference to memory here, but I thought "robocopy" from the NT resource kit would do that. However, here's a link showing how to do with with Xcopy:

http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q323007&

HTH
0

#5 User is offline   sentme_mail 

  • journeyman
  • Group: Members
  • Posts: 90
  • Joined: 01-November 02

Posted 07 November 2002 - 06:15 PM

looks like xcopy cannot do the job as i am copying the folders from 1 partition to another.

Quote:
OK, really vague reference to memory here, but I thought "robocopy" from the NT resource kit would do that. However, here's a link showing how to do with with Xcopy:

http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q323007&

HTH

0

#6 User is offline   clutch 

  • Carpal Tunnel
  • Group: Moderators
  • Posts: 3859
  • Joined: 29-March 00

Posted 07 November 2002 - 07:39 PM

I didn't see anything about it not supporting partitions, so I went ahead and tried it on my workstation and it works fine. The only "quirk" about it is that when I went from "D:\test" and copied that to "E:\", it only copied the *contents* of the test folder and not the folder itself. However, if you make a folder on the new partition and copy to that, it will not only copy over the contents but it will apply the ACLs from your source directory to the target directory.

So, the command looked like this:

Code:
C:\Documents and Settings\clutch>xcopy d:\test "e:\new folder" /e /k /o


And resulted in this:

Code:
D:\test\test.txt
D:\test\tada\New Text Document.txt
2 File(s) copied


It then changed the ACLs on "E:\new folder" to match those of "D:\test", and the subdirectories of "tada" and "another test" were both copied and retained their own ACLs (which had inheritance removed, as you tend to see that in larger deployments). So, was this what you were looking for? It also worked when I copied from D:\ to C:\, where D:\ is the first partition of a 100GB ATA drive and C:\ is the 70GB partition of a RAID 0 SCSI stripe set.
0

#7 User is offline   sentme_mail 

  • journeyman
  • Group: Members
  • Posts: 90
  • Joined: 01-November 02

Posted 08 November 2002 - 07:14 PM

ok. i will try it
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users