Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to move shared files across network & keep permissions 1

Status
Not open for further replies.

louiem

MIS
Dec 15, 2002
22
US
ok
i totally forgot the syntax
via
Xcopy or if you have another easier program
to move users shared files to another server(across network)
and keep the permissions/security the same.

thanks gang
 
You can use
Robocopy, where you can retain the permissions.

robocopy SOURCE(Please give the source from where you wanttocopy) destination (where tocopy) /S /E /SEC /R:0 > c:\temp\robo.txt (Writing to a text file)

Robocopy comes with windoows 2000 resource kit. test it before you are ready.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top