just share a folder, map it to a letter (only for commodity) and then
replace destination for that letter.
I'll better use robocopy insted of xcopy. It's in the windows resource kit
"Micah" <> wrote in message
news:27370CFC-1677-4EA5-AEDF-...
> How do I tell it to move from one server to the other?
>
>
> "acchong" wrote:
>
>> You can use xcopy to copy file with permission and it's file
>> attributes:
>>
>> xcopy source destination /O /X /E /H /K
>>
>>
>> Micah wrote:
>> > I have a server that is running out of space and have a new NAS server
>> > that
>> > that I would like to move the folders over and leave the permissions in
>> > tact.
>> > I have (3) main folders with various permissions and folders
>> > underneath
>> > each. Does anyone know the best way to move this data and keep the
>> > permissions in tact? Also by moving the files will it turn them all
>> > over to
>> > "Read Only"?
>>
>>
|