- Timestamp:
- Feb 2, 2011, 12:40:58 PM (14 years ago)
- Location:
- branches/2.2.9/mondo-doc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo-doc/mondoarchive.8
r2543 r2714 158 158 .TP 159 159 .BI "\-E " "\*(lqpath ...\*(rq" 160 Exclude path(s) from backup. The paths should be separated with a whitespace and surrounded by quotes.160 Exclude path(s) from backup. The paths should be separated with a pipe and surrounded by quotes. 161 161 This is the prefered and recommended option when doing partial archiving. 162 162 Note that mondo automatically excludes removable media (/mnt/floppy, … … 170 170 archived so it won't do what you expect. 171 171 You may also specify full disk device to this option as with \-E 172 \*(lq/dev/sda 172 \*(lq/dev/sda|/dev/cciss/c0d0\*(rq 173 173 174 174 .TP 175 175 .BI "-I " "\*(lqpath ...\*(rq" 176 Include paths(s) in backup. This option is mainly use to perform tests 176 Include paths(s) in backup. The paths should be separated with a pipe and surrounded by quotes. 177 This option is mainly use to perform tests 177 178 in order to reduce the time taken by the archiving operation. 178 179 The default backup path is \*(lq/\*(rq but you may specify alternatives, 179 e.g. \-I \*(lq/home 180 e.g. \-I \*(lq/home|/etc\*(rq to override that. 180 181 You may also specify full disk device to this option as with \-I 181 \*(lq/dev/sda 182 \*(lq/dev/sda|/dev/cciss/c0d0\*(rq 182 183 N.B.: When using the 183 184 .BR \-I -
branches/2.2.9/mondo-doc/mondorescue-howto.sgml
r2544 r2714 1420 1420 <entry> 1421 1421 1422 bash# mondoarchive -E "/mnt/dos 1422 bash# mondoarchive -E "/mnt/dos|/mnt/cdrom" -9 -Oc 8 1423 1423 1424 1424 </entry> … … 1664 1664 1665 1665 # mondoarchive -D -Ow 10 -S /home/mondo/ -T /home/mondo/ -g \ 1666 -E " \"/home/cdaly/GIS/W2K /home/mondo/\"" -91666 -E "/home/cdaly/GIS/W2K|/home/mondo" -9 1667 1667 1668 1668 </entry> … … 1678 1678 # at now + 5 min 1679 1679 mondoarchive -D -Ow 10 -S /home/mondo/ -T /home/mondo/ -g \ 1680 -E " \"/home/cdaly/GIS/W2K /home/mondo/\"" -91680 -E "/home/cdaly/GIS/W2K|/home/mondo" -9 1681 1681 <CTRL>-d 1682 1682 </entry> … … 1756 1756 } 1757 1757 screen -m -d mondoarchive -D -Ow 10 -S /home/mondo/ \ 1758 -T /home/mondo/ -g -E " \"/home/cdaly/GIS/W2K /home/mondo/\"" -91758 -T /home/mondo/ -g -E "/home/cdaly/GIS/W2K|/home/mondo" -9 1759 1759 #done 1760 1760 … … 1766 1766 <row> 1767 1767 <entry> 1768 screen -m -d mondoarchive -D -Ow 10 -S /home/mondo/ -T /home/mondo/ -g -E " \"/home/cdaly/GIS/W2K /home/mondo/\"" -91768 screen -m -d mondoarchive -D -Ow 10 -S /home/mondo/ -T /home/mondo/ -g -E "/home/cdaly/GIS/W2K|/home/mondo" -9 1769 1769 </entry> 1770 1770 </row> -
branches/2.2.9/mondo-doc/mondorestore.8
r2543 r2714 87 87 .TP 88 88 .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 up89 Exclude path(s) from restore (future dev). The paths should be separated with a pipe. 90 For example, if you are restoring up 91 91 from an NFS mount but you do not want to restore some content, exclude it with that switch. 92 92
Note:
See TracChangeset
for help on using the changeset viewer.