The simplest way (in R5 and IIRC, Zeta) to clone a drive is with the Installer by setting the source drive for Installer to the drive you wish to clone and some other partition for the destination. Another option is to just copy files over -- I normally use Tracker to copy the contents of /boot/home to /destination/home and then the
Comments
Re: best method to clone a BeOS drive?
I have an eeepc and when I play (read intend destroying the disk), I first do a complete dump. The SSD is only 4G.
dd if=/path/to/your/drive/device/to/backup of=/path/to/backup/drive/file.img
obviously replacing the paths with the correct devices (check mount for the device).
This will be an *exact* copy, warts and all.
I use this all the time (but more a backup rather than cloning).
Cheers,
Jeff
Re: best method to clone a BeOS drive?
The simplest way (in R5 and IIRC, Zeta) to clone a drive is with the Installer by setting the source drive for Installer to the drive you wish to clone and some other partition for the destination. Another option is to just copy files over -- I normally use Tracker to copy the contents of /boot/home to /destination/home and then the