View Single Post
Old 01-26-06, 10:59 PM   #7 (permalink)
Noisy Crow
Guest
 
Posts: n/a
Originally Posted by Frenchy
The non-working tool used to imput the real username of the old PC and copy the data to new name (yes, it is different ) on a server.

The Restore used to take this folder data and copy to the users login ID folder on the PC.

One command line I wrote looks like this:

robocopy c:\Documents and Settings\Punormana\Application Data\*.* \\snow2srv\Migration\punormana\Application Data /e /zb /r:1 /xo >appdata.LOG

It fails at this point and would be a manual input of the username and subject to typing errors.
Does the orignal PC-->Server copying work?

EDIT:

I see you got it to work.

BTW, for XCOPY: the /C switch forces the copying to continue, even if there are errors.
  Reply With Quote