Changeset 2342 in MondoRescue
- Timestamp:
- Aug 21, 2009, 4:27:10 PM (15 years ago)
- Location:
- branches/2.2.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/analyze-my-lvm
r2244 r2342 86 86 current_VG=$1 87 87 VG_info_file=$MINDI_TMP/$$.vg-info.txt 88 $LVMCMD vgdisplay $current_VG > $VG_info_file 88 # We use cat here as a way to avoid SElinux to prevent us from writing in $VG_info_file 89 $LVMCMD vgdisplay $current_VG | cat > $VG_info_file 89 90 max_logical_volumes=`GetValueFromField "$VG_info_file" "MAX LV"` 90 91 [ $max_logical_volumes -ge 256 ] && max_logical_volumes=255 -
branches/2.2.9/mondo-doc/mondoarchive.8
r2336 r2342 170 170 .TP 171 171 .BI "-I " "\*(lqpath ...\*(rq" 172 Include paths(s) in backup. This option is mainly use to erform tests in order to reduce the time taken by the archiving operation.172 Include paths(s) in backup. This option is mainly use to perform tests in order to reduce the time taken by the archiving operation. 173 173 The default backup path is \*(lq/\*(rq but you may specify alternatives, e.g. -I \*(lq/home /etc\*(rq to override that. 174 174 You may also specify full disk device to this option as with -I \*(lq/dev/sda /dev/cciss/c0d0\*(rq
Note:
See TracChangeset
for help on using the changeset viewer.