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.

Reply via email to