Copying Files in Restartable Mode

If you’re copying files across a network, always use the command line, it just minimises the use of your system resources. If you use the copy command, make sure you include /Z so that it copies across the network in restartable mode – i.e., if something goes wrong it will start from where it was it up to before the interruption.

$ copy /Z networkfile.txt .
January 21, 2010 | In Software | No Comments

No Comments yet »

RSS feed for comments on this post. TrackBack URI

Leave a comment