Changeset 3884 in MondoRescue for branches/3.3


Ignore:
Timestamp:
Mar 10, 2024, 6:48:39 PM (4 months ago)
Author:
Bruno Cornec
Message:

doc updated with latest removal of old options

Location:
branches/3.3/mondo-doc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo-doc/Makefile.howto

    r3843 r3884  
    1010IMAGES=$(shell ls ${IMAGESDIR}/*.png | sed 's/\.png/.eps/g')
    1111
    12 all: $(TARGET)/index.html $(TARGET).txt $(TARGET).html $(TARGET).rtf $(TARGET).ps $(TARGET).pdf
     12all: $(TARGET).ps $(TARGET).pdf $(TARGET)/index.html $(TARGET).txt $(TARGET).html $(TARGET).rtf
    1313
    1414${IMAGESDIR}/%.eps: ${IMAGESDIR}/%.png
  • branches/3.3/mondo-doc/mindi.8

    r3586 r3884  
    194194.I "bruno_at_mondorescue.org"
    195195.BR
    196 Andree Leidenfrost (co-developer)
    197 .I "aleidenf_at_bigpond.net.au"
    198 .BR
    199196.SH ORIGINAL AUTHORS
    200197Hugo Rabson (original author)
     
    210207.I "mikael_hultgren_at_gmx.net"
    211208.BR
     209Andree Leidenfrost (co-developer)
     210.I "aleidenf_at_bigpond.net.au"
     211.BR
    212212.
  • branches/3.3/mondo-doc/mondoarchive.8

    r3841 r3884  
    7878
    7979.TP
    80 .BI "\-c " speed
    81 Use CD-R drive as backup device and its (write-once) disks as backup media.
    82 
    83 .TP
    84 .BI "\-w " speed
    85 Use CD-RW drive as backup device and its (write/rewrite) disks as backup media.
    86 Mondo will wipe media before writing to them.
    87 
    88 .TP
    89 .BI "\-r "
    90 Use DVD drive as backup device and its disks as backup media. Growisofs decides
    91 on the best speed for your drive. Note that calling mondoarchive
     80.BI "\-c "
     81Use optical drive (CD/DVD-R/RW) as backup device and its (write-once or many) disks as backup media.
     82Note that calling mondoarchive
    9283.B using sudo when writing to DVDs will fail
    9384because growisofs does not support this \- see the growisofs manpage for
     
    9586
    9687.TP
    97 .BI "\-C " speed
    98 Use CD-R drive as a streaming device, almost like a tape streamer. Use
    99 write-once disks as backup media.
    100 .B Experimental.
     88.BI "\-w "
     89Mondo will wipe media before writing to them.
    10190
    10291.TP
     
    209198.BI "\-d " "dev|dir"
    210199Specify the backup device (CD/tape/USB) or directory (NFS/ISO).
    211 For CD-R[W] drives, this is either the SCSI node where the drive may be found, e.g. '0,1,0'. Or it can be the device file such as '/dev/sr0'.
     200For CD-R[W] drives, this is the device file such as '/dev/sr0'.
    212201For tape users, this is the tape streamers /dev entry, e.g. '/dev/st0'.
    213 For USB users, this is the device name of your key or external disk.
     202For USB users, this is the device name of your key or external disk, e.g. /dev/sdc
    214203For ISO users, this is the directory where the ISO images are stored.
    215204For NFS users, this is the subdirectory under the NFS mount where the backups are stored.
     
    232221.BI "\-m "
    233222Manual (not self-retracting) CD trays are often found on laptops. If you are
    234 a laptop user, your CD burner has BurnProof technology or you experience
    235 problems with mondo then please call mondoarchive with this switch.
     223a laptop user, or you experience problems with mondo then please call mondoarchive
     224with this switch.
    236225
    237226.TP
     
    303292.TP
    304293.BI "\-Y "
    305 Use lzma, the new quicker and optimized Linux compression engine, instead of bzip2.
     294Use lzma/xz, the new quicker and optimized Linux compression engine, instead of bzip2.
    306295
    307296.TP
     
    337326
    338327.TP
    339 .BI "\-W "
    340 Don't make your backup self-booting. This is a really bad idea, IMO. Don't do
    341 this unless you have really great boot disks in your hand and you are an anally
    342 retentive SOB who can't wait 2 minutes for Mindi to run in the background. If
    343 you use \-W then you'd better know what the hell you're doing, okay?
    344 
    345 .TP
    346328.BI "\-b "
    347329Specify the internal block size used by the tape drive. This is usually 32K but
     
    519501.I "bruno_at_mondorescue.org"
    520502.br
    521 Andree Leidenfrost (co-developer)
    522 .I "aleidenf_at_bigpond.net.au"
    523 .br
    524503.SH ORIGINAL AUTHORS
    525504Hugo Rabson (original author)
     
    535514.I "mikael_hultgren_at_gmx.net"
    536515.br
     516Andree Leidenfrost (co-developer)
     517.I "aleidenf_at_bigpond.net.au"
     518.br
    537519See mailing list at http://www.mondorescue.org for technical support.
  • branches/3.3/mondo-doc/mondorestore.8

    r3653 r3884  
    244244.I "bruno_at_mondorescue.org"
    245245.br
    246 Andree Leidenfrost (co-developer)
    247 .I "aleidenf_at_bigpond.net.au"
    248 .br
    249246.SH ORIGINAL AUTHORS
    250247Hugo Rabson (original author)
     
    260257.I "mikael_hultgren_at_gmx.net"
    261258.br
     259Andree Leidenfrost (co-developer)
     260.I "aleidenf_at_bigpond.net.au"
     261.br
    262262See mailing list at http://www.mondorescue.org for technical support.
Note: See TracChangeset for help on using the changeset viewer.