Hi,
Im wondering what s/n my 80GB bubba has? Is it ST3080640A?
The second question is, what would be the most effective way for me to make a complete backup of all content of my bubba(filesystem/rights/settings)? Can this be done without removing the hd out of bubba?
Im perticulary looking for something like a fast image backup(clonezilla) of bubba? So that I would just have to do a restore to get a fully working system again as before the image creation.
/Limpo
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Harddrive and backup question?
hi,
1. You're specifying the model number. You can use hdparm to get the serialnumber. "sudo hdparm -i /dev/hda"
2. I've not tried any cloning tools really, but i recon that "dd" could do it. for example you could issue the command "sudo dd if=/dev/hda of=/mnt/usb-harddrive-mount-point" or something... this isn't optimal perhaps, but would work...
no guarantees on the above though...
1. You're specifying the model number. You can use hdparm to get the serialnumber. "sudo hdparm -i /dev/hda"
2. I've not tried any cloning tools really, but i recon that "dd" could do it. for example you could issue the command "sudo dd if=/dev/hda of=/mnt/usb-harddrive-mount-point" or something... this isn't optimal perhaps, but would work...
no guarantees on the above though...

Hi limpo,
You might be interested in this thread, http://excito.org/forum/viewtopic.php?t=524. Using the rescue filesystem for a complete backup.
Edit, regarding mounting of the usb-device. You most likely do a or depending on your device.
/Tor
You might be interested in this thread, http://excito.org/forum/viewtopic.php?t=524. Using the rescue filesystem for a complete backup.
Edit, regarding mounting of the usb-device. You most likely do a
Code: Select all
mount /dev/sda1 /mnt
Code: Select all
mount /dev/sda /mnt
/Tor
Co-founder OpenProducts and Ex Excito Developer