Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: Copying a large file (6Gigs) across the network and deleting it at source locationby rchiav (Deacon) |
on Feb 05, 2004 at 15:51 UTC ( [id://326780]=note: print w/replies, xml ) | Need Help?? |
robocopy is well suited for this. I've used it for a lot of large (read: 20-50 gig) data migrations and it's worked fairly well. It has a switch to retry on errors, and it can recover from network glitches. You can also copy security info. It's in the NT resource kit, and I believe it comes with XP.
In Section
Seekers of Perl Wisdom
|
|