1 | At restore time, multiple parameters are available to modify how the restore will act:
|
---|
2 |
|
---|
3 | nuke
|
---|
4 | To format and restore all files automatically
|
---|
5 |
|
---|
6 | interactive
|
---|
7 | To restore some/all files interactively
|
---|
8 |
|
---|
9 | compare
|
---|
10 | To compare the archives with your filesystem
|
---|
11 |
|
---|
12 | expert
|
---|
13 | To boot to a command-line prompt (expert mode)
|
---|
14 |
|
---|
15 | RESTORE
|
---|
16 | To format and restore all files automatically
|
---|
17 |
|
---|
18 | --------------
|
---|
19 |
|
---|
20 | debug
|
---|
21 | Call mondorestore with -K99
|
---|
22 |
|
---|
23 | denymods="mod1 mod2"
|
---|
24 | Add those modules to the list of modules to NOT load
|
---|
25 |
|
---|
26 | donteject
|
---|
27 | mondorestore will not eject the CD; this is useful if, for instance, your PC's case has a concealed CD-ROM drive
|
---|
28 |
|
---|
29 | forcemods="mod1 mod2"
|
---|
30 | Add those modules to the list of modules to load systematically
|
---|
31 |
|
---|
32 | net
|
---|
33 | Activate network support
|
---|
34 |
|
---|
35 | nodmraid
|
---|
36 | Do not try to start dmraid support
|
---|
37 |
|
---|
38 | nohw
|
---|
39 | Do not call the mindi-rsthw script which try to restore also your BIOSes configuration (Proliant only)
|
---|
40 |
|
---|
41 | nolvm
|
---|
42 | Do not try to start LVM support
|
---|
43 |
|
---|
44 | nomd
|
---|
45 | Do not try to start mdadm support
|
---|
46 |
|
---|
47 | nompath
|
---|
48 | Do not try to start multipath support
|
---|
49 |
|
---|
50 | nopart
|
---|
51 | Do not try to partition drives at restore time
|
---|
52 |
|
---|
53 | noresize
|
---|
54 | Do not resize partitions using a multiplication factor of (New disk size)/(Old disk size) to use your unallocated hard disk space
|
---|
55 |
|
---|
56 | obdr
|
---|
57 | Call mondorestore with -o and the tape device
|
---|
58 |
|
---|
59 | pre=/path/to/script
|
---|
60 | Execute a pre-configuration script before calling mondorestore. Could be an NFS shared script e.g., or a script located in the initrd.
|
---|
61 |
|
---|
62 | post=/path/to/script
|
---|
63 | Execute a final script before rebooting the machine at the end of the restoration. Could be an NFS shared script e.g., or a script located on the restored disk or in the initrd.
|
---|
64 |
|
---|
65 | serial=/dev/ttySx
|
---|
66 | When using a serial console, associate it to the tty device so it works correctly at restore time. By default set up /dev/ttyS0 as serial console. Pass the value of your serial console if different.
|
---|
67 |
|
---|
68 | textonly
|
---|
69 | do not call any Newt library routines; this is unattractive but valuable if you find your Newt library has bugs in it or on ia64
|
---|
70 |
|
---|
71 | usb=/dev/xxx
|
---|
72 | Use that USB device name as the place to look for backup content. The way drivers are loaded may lead that to the fact you have a different device name at restore time, compared to the one you used at backup time, making mondorestore unable to use the right device natively. This helper corrects that. Pass to it the device name, not the partition name. Example: usb=/dev/sdb
|
---|
73 |
|
---|
74 | -----------------
|
---|
75 |
|
---|
76 | Look also at README.pxe for additional parameters linked to the PXE/NFS usage
|
---|