What is the proper way to backup an ENTIRE hdd?
I would like to use my tape drive to do this. I have a 20GB HDD and a 24GB tape.
Does the following line make sense?
#tar cvf /dev/st0 /
if so i get an error that says it cannot write to tape. Maybe a bad tape possibly? I don't have another 24GB tape to try.
If not - what is the PROPER way to backup the ENTIRE drive?
|