mksysb is a powerful tool, commonly known by AIX administrators. It creates
an online backup of a system for fast disaster recovery.
On AIX, mksysb takes care of creating a bootable image/medium, preserving the
system partitioning/LVM configuration and backing up the filesystems. The
result is a bootable medium (tape, image, DVD) that can be used to restore a
system to its original state.
The aim of this project is to create a similar tool that:
- Create a (generic) minimal bootable system
- Preserve the system partitioning/LVM configuration
- Backup the filesystem

Anything to add/change to this page?