Changeset 3147 in MondoRescue for branches/3.1/mondo-doc/mondoarchive.8


Ignore:
Timestamp:
Jun 19, 2013, 8:34:46 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • First pass on svn merge -r 2935:3146 ../3.0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/mondo-doc/mondoarchive.8

    r2937 r3147  
    127127and mondoarchive will try to do its best to support it.
    128128Other protocols are available such as sshfs for fuse SSH based filesystem
    129 mount, with the same syntax e.g. 'sshfs://user@192.168.1.3:/home/nfs'
     129mount, with the same syntax e.g. 'sshfs://user@192.168.1.3:/home/nfs' and
     130smbfs (aka cifs) for SaMBa or Windows based filesystem mount.
    130131
    131132.TP
     
    157158
    158159.TP
    159 .BI "\-E " "\*(lqpath|...\*(rq"
    160 Exclude path(s) from backup. The paths should be separated with a pipe and surrounded by quotes.
     160.BI "\-E " "\*(lqdir|...\*(rq"
     161Exclude dir(s) from backup. The dirs should be separated with a pipe and surrounded by quotes.
    161162This is the prefered and recommended option when doing partial archiving.
    162163Note that mondo automatically excludes removable media (/mnt/floppy,
     
    171172You may also specify full disk device to this option as with \-E
    172173\*(lq/dev/sda|/dev/cciss/c0d0\*(rq
    173 
    174 .TP
    175 .BI "\-I " "\*(lqpath|...\*(rq"
    176 Include paths(s) in backup. The paths should be separated with a pipe and surrounded by quotes.
     174N.B.: If for example you have a disk /dev/mapper/vgsan-lvdir mounted on a /mnt mountpoint
     175excluding the /dev/mapper/vgsan-lvdir device prevents mondorestore to touch the LVM structure
     176of this device at restore time (no pv|vg|lvcreate will occur).
     177However, if you exclude the mount point /mnt, the LVM structure will be re-created at restore time.
     178ALL DATA WILL THEN BE LOST ON THIS DEVICE.  Use what is required for your configuration.
     179
     180.TP
     181.BI "\-I " "\*(lqdir|...\*(rq"
     182Include dirs(s) in backup. The dirs should be separated with a pipe and surrounded by quotes.
    177183This option is mainly used to perform tests
    178184in order to reduce the time taken by the archiving operation.
    179 The default backup path is \*(lq/\*(rq but you may specify alternatives,
     185The default backup dir is \*(lq/\*(rq but you may specify alternatives,
    180186e.g. \-I \*(lq/home|/etc\*(rq to override that.
    181187You may also specify full disk device to this option as with \-I
     
    267273
    268274.TP
     275.BI "\-F "
     276Do not retry when a command failed but just exits. This is useful for an
     277automated mode launched from cron where you want to avoid filling your logs
     278due to an answer which is impossible to give.
     279
     280.TP
     281.BI "\-G "
     282Use gzip, the standard and quicker Linux compression engine, instead of bzip2.
     283
     284.TP
    269285.BI "\-H "
    270286When you boot from the tape/CD, your hard drive will be wiped and the archives
     
    279295
    280296.TP
    281 .BI "\-G "
    282 Use gzip, the standard and quicker Linux compression engine, instead of bzip2.
     297.BI "\-M " "max-size"
     298Gives the maximum size of a biggie file (by default 64 MB). The value should
     299be given in kB. Example use \-M 128000 to have biggie being more than 128 MB.
    283300
    284301.TP
     
    288305.TP
    289306.BI "\-R "
    290 EXPERIMENTAL. Do not use in mission-critical environments. Star is an
    291 alternative to afio. Mondo now supports POSIX ACLs and extended
    292 attributes, so \-R is essentially redundant for now.
     307Star is an alternative to afio. Can be useful for distributions considering
     308that afio is not free enough due to its age and old licenses (wrongly in our
     309opinion). Star can be used to have a better support of sparse file compared to
     310afio. Also star supports natively POSIX ACLs, where as afio requires a special
     311additional handlling.
    293312
    294313.TP
Note: See TracChangeset for help on using the changeset viewer.