- Timestamp:
- Sep 20, 2011, 2:52:25 AM (14 years ago)
- Location:
- branches/2.2.9
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo-doc/mindi.8
r2294 r2870 27 27 .B mindi 28 28 .br 29 .BR "mindi -v"| " --version"| "-V"| " -version"29 .BR "mindi \-v"| " --version"| " \-V"| " -version" 30 30 .br 31 31 .BI "mindi --findkernel" … … 64 64 .SH OPTIONS 65 65 .TP 66 .BI " -v"| " --version"| "-V"| " -version"66 .BI "\-v"| " --version"| " \-V"| " -version" 67 67 .RI Prints the version of mindi. 68 68 .TP -
branches/2.2.9/mondo-doc/mondoarchive.8
r2843 r2870 114 114 Use ISO files (CD images) as backup media. This is good for backing up your 115 115 system to a spare hard drive. The 116 .B -n116 .B \-n 117 117 switch is a wiser choice if you plan to restore from a remote filesystem. 118 118 … … 173 173 174 174 .TP 175 .BI " -I " "\*(lqpath|...\*(rq"175 .BI "\-I " "\*(lqpath|...\*(rq" 176 176 Include paths(s) in backup. The paths should be separated with a pipe and surrounded by quotes. 177 177 This option is mainly used to perform tests … … 186 186 .BR \-E 187 187 option, the \-E content should be subdirectories of those mentioned in 188 the \-I only, as -I takes precedence.189 190 .TP 191 .BI " -J " "file"188 the \-I only, as \-I takes precedence. 189 190 .TP 191 .BI "\-J " "file" 192 192 Specify an explicit list of files and directories to include in a plain text file, one item 193 193 (file or directory) per line. Beware that directories placed in that file are not managed recursively contrary to what is done with the \-I option. 194 194 195 195 .TP 196 .BI " -N"196 .BI "\-N" 197 197 Exclude all mounted network filesystems. This currently means NFS, SMB, Coda, MVFS, AFS 198 198 OCFS and Netware. In other words, only backup the local hard disk(s). 199 199 200 200 .TP 201 .BI " -d " "dev|dir"201 .BI "\-d " "dev|dir" 202 202 Specify the backup device (CD/tape/USB) or directory (NFS/ISO). For CD-R[W] drives, 203 203 this is the SCSI node where the drive may be found, e.g. '0,1,0'. For tape … … 209 209 210 210 .TP 211 .BI " -g "211 .BI "\-g " 212 212 GUI mode. Without this switch, the screen output of mondoarchive is suitable 213 213 for processing by an 'expect' wrapper, enabling the user to backup nightly via … … 216 216 217 217 .TP 218 .BI " -k " "path"218 .BI "\-k " "path" 219 219 Path of user's kernel. If you are a Debian (<3.0) or Gentoo (<1.4) user then specify 220 220 .B \-k FAILSAFE … … 222 222 223 223 .TP 224 .BI " -m "224 .BI "\-m " 225 225 Manual (not self-retracting) CD trays are often found on laptops. If you are 226 226 a laptop user, your CD burner has BurnProof technology or you experience … … 228 228 229 229 .TP 230 .BI " -o "230 .BI "\-o " 231 231 Use OBDR (One Button Disaster Recovery) type of tapes. 232 232 By default, tapes are not bootable. With this flag, tape will be made bootable … … 234 234 235 235 .TP 236 .BI " -s " "size"236 .BI "\-s " "size" 237 237 How much can each of your backup media hold? You may use 'm' and 'g' on the end 238 238 of the number, e.g. '700m' for an extra-large CD-R. You no longer need to … … 240 240 241 241 .TP 242 .BI " -x " "'dev ...'"242 .BI "\-x " "'dev ...'" 243 243 Specify non-Linux partitions which you want to backup, e.g. NTFS or BeOS. 244 244 … … 246 246 .SH MINOR OPTIONS 247 247 .TP 13 248 .BI " -[0-9] "248 .BI "\-[0-9] " 249 249 Specify the compression level. Default is 3. No compression is 0. 250 250 251 251 .TP 252 .BI " -A " "command"252 .BI "\-A " "command" 253 253 This command will be called after each CD/NFS/ISO file is written. It is useful 254 254 if you want to do something with an ISO after creating it, e.g. write it to a 255 255 CD burner using a non-standard command. 256 .B -A256 .B \-A 257 257 understands two tokens \- _ISO_ and _CD#_ - which will be translated into the 258 258 ISO's filename and its index number (1, 2, ...) respectively. So, you could use … … 267 267 268 268 .TP 269 .BI " -H "269 .BI "\-H " 270 270 When you boot from the tape/CD, your hard drive will be wiped and the archives 271 271 will be restored. Your decision to boot from the tape/CD will be taken as … … 274 274 275 275 .TP 276 .BI " -L "276 .BI "\-L " 277 277 Use lzo, a fast compression engine, instead of bzip2. You may find lzo on 278 278 Mondo's website or via FreshMeat. WARNING! Some versions of LZO are unstable. 279 279 280 280 .TP 281 .BI " -G "281 .BI "\-G " 282 282 Use gzip, the standard and quicker Linux compression engine, instead of bzip2. 283 283 284 284 .TP 285 .BI " -R "285 .BI "\-R " 286 286 EXPERIMENTAL. Do not use in mission-critical environments. Star is an 287 287 alternative to afio. Mondo now supports POSIX ACLs and extended … … 289 289 290 290 .TP 291 .BI " -P " "tarball"291 .BI "\-P " "tarball" 292 292 Post-nuke tarball. If you boot into Nuke Mode and everything is restored 293 293 successfully then the … … 300 300 301 301 .TP 302 .BI " -S " "path"302 .BI "\-S " "path" 303 303 Specify the full pathname of the scratchdir, the directory where ISO 304 304 images are built before being archived. If you have plenty of RAM and … … 306 306 307 307 .TP 308 .BI " -T " "path"308 .BI "\-T " "path" 309 309 Specify the full pathname of the tempdir, the directory where temporary 310 310 files (other than ISO images being assembled) are stored. See … … 312 312 313 313 .TP 314 .BI " -W "314 .BI "\-W " 315 315 Don't make your backup self-booting. This is a really bad idea, IMO. Don't do 316 316 this unless you have really great boot disks in your hand and you are an anally … … 319 319 320 320 .TP 321 .BI " -b "321 .BI "\-b " 322 322 Specify the internal block size used by the tape drive. This is usually 32K but 323 323 some drives just don't like that. They should but they don't. That's what … … 326 326 327 327 .TP 328 .BI " -e "328 .BI "\-e " 329 329 Don't eject the CD or tape when backing up... 330 330 331 331 .TP 332 .BI " -f " "device"332 .BI "\-f " "device" 333 333 Specify the drive on which your Master Boot Record lives. Usually, this is 334 334 discovered automatically. A good use case may be when you have software RAID. 335 335 336 336 .TP 337 .BI " -l " "GRUB|LILO|ELILO|RAW"337 .BI "\-l " "GRUB|LILO|ELILO|RAW" 338 338 Specify the boot loader. By default, your Master Boot Record is examined and 339 339 the boot loader can usually be discovered. If you specify RAW then the MBR will … … 343 343 344 344 .TP 345 .BI " -Q "345 .BI "\-Q " 346 346 Give more detailed information about the boot loader. 347 347 348 348 .TP 349 .BI " -K " "loglevel"349 .BI "\-K " "loglevel" 350 350 Specify the loglevel. Use 99 for full debug. Standard debug level is 4. 351 351 352 352 .TP 353 .BI " -v "353 .BI "\-v " 354 354 Gives mondoarchive version. 355 355 356 356 .TP 357 .BI " -z "357 .BI "\-z " 358 358 Use extended attributes and acl for each file and store them in the 359 359 backup media. Use this option if you use SElinux e.g. but it will slow -
branches/2.2.9/mondo-doc/mondorestore.8
r2853 r2870 41 41 42 42 .TP 43 .BI " -p " prefix43 .BI "\-p " prefix 44 44 Use 45 45 .B prefix … … 52 52 53 53 .TP 54 .BI " -i "54 .BI "\-i " 55 55 Use ISO files (CD images) as restore media. This is good when having backed up your 56 56 system to a spare hard drive. The … … 59 59 60 60 .TP 61 .BI " -n " mount61 .BI "\-n " mount 62 62 Use files residing on NFS partition as restore media. 63 63 .I mount … … 66 66 67 67 .TP 68 .BI " -t "68 .BI "\-t " 69 69 Use tape streamer as restore device and its tapes as restore media. 70 70 71 71 .TP 72 .BI " -U "72 .BI "\-U " 73 73 Use a generic USB device as restore device. Use this if you want to read 74 74 your backup from a USB key or USB disk. … … 79 79 80 80 .TP 81 .BI " -u "81 .BI "\-u " 82 82 Use a generic streaming device as restore device. Use this if you want to read 83 83 your backup from a device that is not directly support by mondoarchive. This will … … 86 86 87 87 .TP 88 .BI " -E " "\*(lqpath ...\*(rq"88 .BI "\-E " "\*(lqpath ...\*(rq" 89 89 Exclude path(s) from restore (future dev). The paths should be separated with a pipe. 90 90 For example, if you are restoring up … … 92 92 93 93 .TP 94 .BI " -I " "\*(lqpath ...\*(rq"94 .BI "\-I " "\*(lqpath ...\*(rq" 95 95 Include paths(s) to restore (future dev). 96 96 97 97 .TP 98 .BI " -J " "file"98 .BI "\-J " "file" 99 99 Specify an explicit list of files and directories to restore in a plain 100 100 text file, one item (file or directory) per line. Beware that … … 103 103 104 104 .TP 105 .BI " -d " "dev|dir"105 .BI "\-d " "dev|dir" 106 106 Specify the restore device (CD/tape/USB) or directory (NFS/ISO). For CD-R[W] drives, 107 107 this is the SCSI node where the drive may be found, e.g. '0,1,0'. For tape … … 113 113 114 114 .TP 115 .BI " -g "115 .BI "\-g " 116 116 GUI mode. Without this switch, the screen output of mondorestore is text based. 117 117 118 118 .TP 119 .BI " -m "119 .BI "\-m " 120 120 Manual (not self-retracting) CD trays are often found on laptops. If you are 121 121 a laptop user, your CD burner has BurnProof technology or you experience … … 123 123 124 124 .TP 125 .BI " -o "125 .BI "\-o " 126 126 Use OBDR (One Button Disaster Recovery) type of tapes. 127 127 By default, tapes are not bootable. With this flag, tape will be read as bootable tapes … … 129 129 130 130 .TP 131 .BI " -x " "'dev ...'"131 .BI "\-x " "'dev ...'" 132 132 Specify non-Linux partitions which you want to restore (future dev). 133 133 134 134 .TP 135 .BI " -T " "path"135 .BI "\-T " "path" 136 136 Specify the full pathname of the tempdir, the directory where temporary files 137 137 are stored. 138 138 139 139 .TP 140 .BI " -b "140 .BI "\-b " 141 141 Specify the internal block size used by the tape drive. This is usually 32K but 142 142 some drives just don't like that. They should but they don't. That's what … … 145 145 146 146 .TP 147 .BI " -e "147 .BI "\-e " 148 148 Don't eject the CD or tape when restoring... 149 149 150 150 .TP 151 .BI " -f " "device"151 .BI "\-f " "device" 152 152 Specify the drive on which your Master Boot Record lives. Usually, this is 153 153 discovered automatically. (future dev) 154 154 155 155 .TP 156 .BI " -Q "156 .BI "\-Q " 157 157 Give more detailed information about the boot loader. 158 158 159 159 .TP 160 .BI " -K " "loglevel"160 .BI "\-K " "loglevel" 161 161 Specify the loglevel. Use 99 for full debug. Standard debug level is 4. 162 162 163 163 .TP 164 .BI " -z "164 .BI "\-z " 165 165 Use extended attributes and acl for each file and store them in the 166 166 backup media. Use this option if you use SElinux e.g. but it will slow … … 168 168 169 169 .TP 170 .BI " -Z "170 .BI "\-Z " 171 171 Specify mondorestore mode. Mode could be one of 172 172 .IR nuke: -
branches/2.2.9/mondo/src/post-nuke.sample/usr/bin/Makefile.am
r424 r2870 1 1 postnukeusrbindir = $(pkgdatadir)/post-nuke.sample/usr/bin 2 postnukeusrbin_SCRIPTS = post-nuke 2 postnukeusrbin_SCRIPTS = post-nuke post-nuke.debian
Note:
See TracChangeset
for help on using the changeset viewer.