

TODO LIST

-- add ext4 support

-- add reiser4 support

-- add an option to choose a name for the backup even though the hostname is not yet taken

-- add an option at restore time to only execute bacula, no partition or format

-- add an option to restore virtual machines like this:

     1- create a script that would run before bacula that would
            -- use qemu-img --info to get the disk size of virtual disks and print the info
               to a file that would be backed up by bacula

     2- at restore time, boot on the machine use the file daemon of the machine to recover the 
	info file (if it has been deleted)
        
       --use qemu-img to create empty vmdk's
	--boot on the usb key inside vmware to partition,reformat and restore the machine


-- test with multiple lvm volumes

-- add an option to clone the machine like this:

   1- create your backup
   2- boot on the usb key to differenciate drives (no sda sdf swapping)
   3- make a directory for this clone info
   4-boot on the usb key on another machine and restore it

