You are not logged in.

#1 2010-11-07 00:13:18

greenfish
Member
From: eating fish in /dev/null
Registered: 2008-08-30
Posts: 229

[SOLVED] What's the best/secure way to clone a 2TB hdd in linux?

Hi!

I have a very large internal SATA hdd (2TB) that's filled with my own private vinyl rips which is of course very valuable to me.

In the past i've used external hdd's to backup the 2TB in smaller partitions but I want to clone the entire 2TB hdd to another newly bought storage capacity.

Since the 2TB is stored on my server (no x server) i'm looking for a terminal application that will serve my hdd cloning needs.

commands I will not be using in terminal:
cp
dd if

Why? Because copying 2TB takes a long time, and since there's no output from cp or dd that's a no go option for me, and i've had issues of stalling file copying with linux before.

Summarized: What's the best (terminal) application you can recomend that will clone my hdd 100% with some sort of output (eta on transfer, debug etc).

I'm assuming when the clone is done, i can just simply take the cloned hdd and put it everywhere by just using a standard sata and it will show up just like any other hdd right in the operating system?

Thank You smile

Last edited by greenfish (2010-11-08 22:28:08)


ARCH64 archSKYNET server AMD  Phenom(tm) II X2 550 HDD 6TB Ram 8GB
Hobbies: Running, Pistol Marksmanship, Classic Music

Offline

#2 2010-11-07 00:16:59

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

Re: [SOLVED] What's the best/secure way to clone a 2TB hdd in linux?

dd will actually show you progress if you know how to ask it to do so, see this wiki article: https://wiki.archlinux.org/index.php/Se … s_Checking

I would recommend that you use rsync for this task.  For example:

rsync -avu --progress /path/to/source /path/to/destination

Last edited by graysky (2010-11-07 00:19:26)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#3 2010-11-07 10:42:59

LeCrayonVert
Member
Registered: 2010-09-01
Posts: 134

Re: [SOLVED] What's the best/secure way to clone a 2TB hdd in linux?

You can try ddcfld instead of dd wink


I believe in a world I can and do understand. A rational universe, explained through rational means.

Offline

#4 2010-11-07 15:08:24

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: [SOLVED] What's the best/secure way to clone a 2TB hdd in linux?

duplicity/rsync is the best way imo. More efficient than dd, and with the added advantage that you can change the partion scheme/filesystem etc easier.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#5 2010-11-07 15:12:14

Awebb
Member
Registered: 2010-05-06
Posts: 6,311

Re: [SOLVED] What's the best/secure way to clone a 2TB hdd in linux?

Progress bar for dd: http://www.trusler.org/alex/?p=3

:-)

Offline

#6 2010-11-07 15:28:29

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

Re: [SOLVED] What's the best/secure way to clone a 2TB hdd in linux?

wrong thread

Last edited by graysky (2010-11-07 15:31:15)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#7 2010-11-08 22:27:48

greenfish
Member
From: eating fish in /dev/null
Registered: 2008-08-30
Posts: 229

Re: [SOLVED] What's the best/secure way to clone a 2TB hdd in linux?

graysky cheers for the rsync suggestion, i'm already backing up all my files using rsync!

I love dd as a low level file format but using it as a cloning takes way too much time for my own taste, i'm just gonna rely on rsync instead.

ddcfld <--- is this on aur, no results on a simple search

Cheers guys smile


ARCH64 archSKYNET server AMD  Phenom(tm) II X2 550 HDD 6TB Ram 8GB
Hobbies: Running, Pistol Marksmanship, Classic Music

Offline

#8 2010-11-08 23:00:36

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

Re: [SOLVED] What's the best/secure way to clone a 2TB hdd in linux?

Glad you got it - rsync rocks for these tasks.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

Board footer

Powered by FluxBB