The book of inspiration

September 14, 2010

Duplicating data on external HDDs

Filed under: tech — Tags: — zproxy @ 5:06 am

So, the other day it felt it was the time to upgrade to 2TB SeaGate FreeAgent Drive. The following command was used to issue the copy command.

start cmd /K xcopy f: e: /J /-Y /E /C

When a file already exists one has to press N to skip it. One can also pause the operation at the beginning of the next file with the Break key and resume with Enter.

Sidenote: It makes some odd clicking sound. Will see if it causes any trouble in the future.

Update: To remove original files the following command could be used:

rmdir /S /Q “\\?\W:\xxx”

 

Advertisement

1 Comment »

  1. [...] hard drive with movies given away. 1 [...]

    Pingback by You do have a backup, right? « c# to javascript, actionscript — April 29, 2011 @ 9:32 am


RSS feed for comments on this post. TrackBack URI

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Theme: Shocking Blue Green. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.