Re: how to migrate installs between hard drives?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



solsTiCe d'Hiver wrote:
if think dd is the worst way to copy data between disk or partition

i used to copy data from one partition to another the "old" way by using
tar and a pipe

tar -C /myfirst partition -csSf -|tar -C /mysecondpartition -xSsp

rsync is not bad too.

I also prefer to handle this type of things using tar, though without the pipe. I generally will generate a full tar archive of the original partition, then copy it over to the other disk and either fully untar it, or untar portions of it. The reason I go for the full archive is because I like to keep the tarball around afterwards in case I need to repeat the process, need to untar additional portions of it, etc.

DR


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux