In news:4910967B-2FA4-4020-9D22-(E-Mail Removed),
JH <(E-Mail Removed)> typed:
> That did it. Thanks for the response
Most welcome.
>
> "Lanwench [MVP - Exchange]" wrote:
>
>>
>>
>> In news:E2F286C6-6834-4594-B692-(E-Mail Removed),
>> JH <(E-Mail Removed)> typed:
>>> Robocopy works very well. However I did find a flaw and that is if I
>>> am copying contents from one directory to another of the same name
>>> (diff server) it will not work if the name of the directory has a
>>> space in it. Example if I try using robocopy to copy files from
>>> \\servera\share\file directory \\serverb\share\file directory it
>>> won't work. I get a error that cuts off part of the directory name
>>> showing \\serverb\share\file ... Weird. If the directory name is all
>>> one word it works fine. Is there a way around this? Anyone
>>> experience this before?
>>
>> Yes; see my reply regarding double quotes.
>>>
>>> JH
>>>
>>> "Lanwench [MVP - Exchange]" wrote:
>>>
>>>>
>>>>
>>>> In news:(E-Mail Removed) oups.com,
>>>> ping <(E-Mail Removed)> typed:
>>>>> Hi,
>>>>>
>>>>> I need to transfer files from ServerA to ServerB. ServerA is the
>>>>> domain controller, and ServerB is the Additional domain controller
>>>>> in the same domain. What is the easiest way to do this? There are
>>>>> folders with ACL granted to domain users.
>>>>>
>>>>> Server A - Windows 2000 Server
>>>>> Server B - Windows 2003 Server
>>>>> Domain - linx.local
>>>>>
>>>>> If I use traditional way to transfer files, it will lose all the
>>>>> permission, and stop halfway if the file is in use. Any software
>>>>> to skip file in use during copy and report the files in log files?
>>>>>
>>>>> I have heard of RoboCopy. Is it useful in this situation, and any
>>>>> guides or word of caution?
>>>>>
>>>>> Thanks
>>>>
>>>> Robocopy would indeed be very useful in this case. It's a free
>>>> download from MS, AFAIK....or you can get the resource kit.
>>>>
>>>> One example:
>>>>
>>>> robocopy <source>\ <destination>\ /e /sec /r:1 /w:1
>>>>
>>>> .....means, copy source to destination, including subfolders,
>>>> include securiity (both must be NTFS) retry once, wait one second
>>>> between retries
>>>>
>>>> Run robocopy /??? for full parameter info.
|