Changeset 2715 in MondoRescue for branches/2.2.10/mondo-doc
- Timestamp:
- Feb 2, 2011, 1:18:23 PM (15 years ago)
- Location:
- branches/2.2.10/mondo-doc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.10/mondo-doc/mondoarchive.8
r2546 r2715 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.10/mondo-doc/mondorescue-howto.sgml
r2623 r2715 1334 1334 <entry> 1335 1335 1336 bash# mondoarchive -E "/mnt/dos 1336 bash# mondoarchive -E "/mnt/dos|/mnt/cdrom" -9 -Oc 8 1337 1337 1338 1338 </entry> … … 1561 1561 1562 1562 # mondoarchive -D -Ow 10 -S /home/mondo/ -T /home/mondo/ -g \ 1563 -E " \"/home/cdaly/GIS/W2K /home/mondo/\"" -91563 -E "/home/cdaly/GIS/W2K|/home/mondo" -9 1564 1564 1565 1565 </entry> … … 1575 1575 # at now + 5 min 1576 1576 mondoarchive -D -Ow 10 -S /home/mondo/ -T /home/mondo/ -g \ 1577 -E " \"/home/cdaly/GIS/W2K /home/mondo/\"" -91577 -E "/home/cdaly/GIS/W2K|/home/mondo" -9 1578 1578 <CTRL>-d 1579 1579 </entry> … … 1653 1653 } 1654 1654 screen -m -d mondoarchive -D -Ow 10 -S /home/mondo/ \ 1655 -T /home/mondo/ -g -E " \"/home/cdaly/GIS/W2K /home/mondo/\"" -91655 -T /home/mondo/ -g -E "/home/cdaly/GIS/W2K|/home/mondo" -9 1656 1656 #done 1657 1657 … … 1663 1663 <row> 1664 1664 <entry> 1665 screen -m -d mondoarchive -D -Ow 10 -S /home/mondo/ -T /home/mondo/ -g -E " \"/home/cdaly/GIS/W2K /home/mondo/\"" -91665 screen -m -d mondoarchive -D -Ow 10 -S /home/mondo/ -T /home/mondo/ -g -E "/home/cdaly/GIS/W2K|/home/mondo" -9 1666 1666 </entry> 1667 1667 </row> -
branches/2.2.10/mondo-doc/mondorestore.8
r2546 r2715 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.