#Linux How to Backup or Clone Partitions Using ‘cat’ Command

oneshot(55)
Published in
#linux
Words
3
Reading
1 min
Listen
Play
9y


<< cat is much faster than dd when its comes to speed and performance. I do agree that dd provides, even more, options and also very useful in dealing with large backups such as tape drives, whereas cat includes lesser option and it’s not necessarily a worthy dd replacement but still, remains an option wherever applicable. >>

# cat /dev/sda1 > /dev/sdb1

Full Article