]> git.sur5r.net Git - bacula/rescue/blob - rescue/linux/usb/TODO
Add new usb rescue key code
[bacula/rescue] / rescue / linux / usb / TODO
1
2
3 TODO LIST
4
5 -- add ext4 support
6
7 -- add reiser4 support
8
9 -- add an option to choose a name for the backup even though the hostname is not yet taken
10
11 -- add an option at restore time to only execute bacula, no partition or format
12
13 -- add an option to restore virtual machines like this:
14
15      1- create a script that would run before bacula that would
16             -- use qemu-img --info to get the disk size of virtual disks and print the info
17                to a file that would be backed up by bacula
18
19      2- at restore time, boot on the machine use the file daemon of the machine to recover the 
20         info file (if it has been deleted)
21         
22        --use qemu-img to create empty vmdk's
23         --boot on the usb key inside vmware to partition,reformat and restore the machine
24
25
26 -- test with multiple lvm volumes
27
28 -- add an option to clone the machine like this:
29
30    1- create your backup
31    2- boot on the usb key to differenciate drives (no sda sdf swapping)
32    3- make a directory for this clone info
33    4-boot on the usb key on another machine and restore it
34