Well, my backups are boot-able mirrors of the actual drive. So a system restore consists of:

cat /dev/sdb > /dev/sda
(after booting from a USB stick)

..eventually followed by a "trim" of the unused space:

wiper.sh --commit /dev/sda1

-ml


Edited by mlord (10/09/2010 23:36)