OK, but if I want to backup all my system HDD, "on the fly", without booting from specially prepared CD or USB mem. And backup Windows partition too.
At this moment I use:
- Code: Select all
dd if=/dev/sda bs=10M conv=notrunc | gzip -c > /mnt/RSYNC/piotr.iso.gz
to have full image of HDD (including WIN) and restore in case of disaster using Knopix for example.
It is done from cron during night.
Please advice, is the simplest way to do it?