Changeset 2714 in MondoRescue


Ignore:
Timestamp:
Feb 2, 2011, 12:40:58 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Document in man page and HOWTO the previous syntax modifications for -E/-I options and '|' separator
Location:
branches/2.2.9/mondo-doc
Files:
3 edited

Legend:

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

    r2543 r2714  
    158158.TP
    159159.BI "\-E " "\*(lqpath ...\*(rq"
    160 Exclude path(s) from backup. The paths should be separated with a whitespace and surrounded by quotes.
     160Exclude path(s) from backup. The paths should be separated with a pipe and surrounded by quotes.
    161161This is the prefered and recommended option when doing partial archiving.
    162162Note that mondo automatically excludes removable media (/mnt/floppy,
     
    170170archived so it won't do what you expect.
    171171You may also specify full disk device to this option as with \-E
    172 \*(lq/dev/sda /dev/cciss/c0d0\*(rq
     172\*(lq/dev/sda|/dev/cciss/c0d0\*(rq
    173173
    174174.TP
    175175.BI "-I " "\*(lqpath ...\*(rq"
    176 Include paths(s) in backup. This option is mainly use to perform tests
     176Include paths(s) in backup. The paths should be separated with a pipe and surrounded by quotes.
     177This option is mainly use to perform tests
    177178in order to reduce the time taken by the archiving operation.
    178179The default backup path is \*(lq/\*(rq but you may specify alternatives,
    179 e.g. \-I \*(lq/home /etc\*(rq to override that.
     180e.g. \-I \*(lq/home|/etc\*(rq to override that.
    180181You may also specify full disk device to this option as with \-I
    181 \*(lq/dev/sda /dev/cciss/c0d0\*(rq
     182\*(lq/dev/sda|/dev/cciss/c0d0\*(rq
    182183N.B.: When using the
    183184.BR \-I
  • branches/2.2.9/mondo-doc/mondorescue-howto.sgml

    r2544 r2714  
    14201420<entry>
    14211421
    1422 bash# mondoarchive -E "/mnt/dos /mnt/cdrom" -9 -Oc 8
     1422bash# mondoarchive -E "/mnt/dos|/mnt/cdrom" -9 -Oc 8
    14231423
    14241424</entry>
     
    16641664
    16651665        # mondoarchive -D -Ow 10 -S /home/mondo/ -T /home/mondo/ -g \
    1666         -E "\"/home/cdaly/GIS/W2K /home/mondo/\"" -9
     1666        -E "/home/cdaly/GIS/W2K|/home/mondo" -9
    16671667
    16681668</entry>
     
    16781678    # at now + 5 min
    16791679mondoarchive -D -Ow 10 -S /home/mondo/ -T /home/mondo/ -g \
    1680 -E "\"/home/cdaly/GIS/W2K /home/mondo/\"" -9
     1680-E "/home/cdaly/GIS/W2K|/home/mondo" -9
    16811681&lt;CTRL&gt;-d
    16821682</entry>
     
    17561756}
    17571757screen -m -d mondoarchive -D -Ow 10 -S /home/mondo/ \
    1758 -T /home/mondo/ -g -E "\"/home/cdaly/GIS/W2K /home/mondo/\"" -9
     1758-T /home/mondo/ -g -E "/home/cdaly/GIS/W2K|/home/mondo" -9
    17591759#done
    17601760
     
    17661766<row>
    17671767<entry>
    1768         screen -m -d mondoarchive -D -Ow 10 -S /home/mondo/ -T /home/mondo/ -g -E "\"/home/cdaly/GIS/W2K /home/mondo/\"" -9
     1768        screen -m -d mondoarchive -D -Ow 10 -S /home/mondo/ -T /home/mondo/ -g -E "/home/cdaly/GIS/W2K|/home/mondo" -9
    17691769</entry>
    17701770</row>
  • branches/2.2.9/mondo-doc/mondorestore.8

    r2543 r2714  
    8787.TP
    8888.BI "-E " "\*(lqpath ...\*(rq"
    89 Exclude path(s) from restore (future dev). The paths should be separated with a whitespace.
    90 /mnt/cdrom, /proc, /sys, /tmp). For example, if you are restoring up
     89Exclude path(s) from restore (future dev). The paths should be separated with a pipe.
     90For example, if you are restoring up
    9191from an NFS mount but you do not want to restore some content, exclude it with that switch.
    9292
Note: See TracChangeset for help on using the changeset viewer.