Partimage
Posted: Fri Feb 23, 2007 8:07 pm
Chapter one...
searching for a tool to migrate my OS installations to another disk (including windows...) I stumbled over the partimage project. (www.partimage.org)
There, you get a source code image for installation, with compilation instructions.
Issue: requires Libbz2 v1.0 or higher, that I was unable to install with apt-get. apt-get tells me that my version is current. So, end of compilation adventure
Alternative:
Now I have partimage commandline tool.
Chapter2 will maybe shed a little light how to use it...
Cheers,
Tonmaus
searching for a tool to migrate my OS installations to another disk (including windows...) I stumbled over the partimage project. (www.partimage.org)
There, you get a source code image for installation, with compilation instructions.
Code: Select all
checking for BZ2_bzopen in -lbz2... no
configure: error: *** bzip2 library (libbz2) not found or too old: version 1.0.0 or more recent is need
Alternative:
Code: Select all
sudo apt-get install partimage

Now I have partimage commandline tool.
Chapter2 will maybe shed a little light how to use it...
Cheers,
Tonmaus