copy files issue

Associate
Joined
8 Mar 2007
Posts
2,176
Location
between here and there
hey all,

I've recently moved over 2tb of data from one NAS to another using roboycopy.

I've created a log file that lists all files it was unable to copy. this file contains over 2100 items and I'm dam sure I'm not going through it line by line.

Anyone got any decent suggestions as to how to get the 2100 files copied into the correct directories without hand-cracking them in?

I knocked up a vbscript to read the file line by line and cut the old path and insert the new path but it keep telling me the path can't be found :(

thanks,
 
Are you enclosing the path within quotation marks (") when running the command? it may not like the path otherwise.

Personally I'd re-run it, or even look at Fastcopy to do it instead.
 
Personally, I only use robocopy for NTFS to NTFS

There is a switch that corrects the timing for non standard filesystems iirc
 
Back
Top Bottom