Changeset 998 in MondoRescue for branches/stable/mindi/mindi


Ignore:
Timestamp:
Dec 7, 2006, 2:01:34 AM (17 years ago)
Author:
Bruno Cornec
Message:

Attempt to solve #113

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r997 r998  
    10641064    [ "$INTERNAL_TAPE_BLOCK_SIZE" ] && echo "internal-tape-block-size $INTERNAL_TAPE_BLOCK_SIZE" >> $outfile
    10651065    use_lzo=$USE_LZO; [ "$use_lzo" = "" ] && use_lzo="no"
     1066    use_gzip=$USE_GZIP; [ "$use_gzip" = "" ] && use_gzip="no"
    10661067    use_comp=$USE_COMP; [ "$use_comp" = "" ] && use_comp="yes"
    10671068    use_star=$USE_STAR; [ "$use_star" = "" ] && use_star="no"
    10681069    echo "use-lzo $use_lzo" >> $outfile
     1070    echo "use-gzip $use_gzip" >> $outfile
    10691071    echo "use-star $use_star" >> $outfile
    10701072    echo "use-comp $use_comp" >> $outfile
     
    26322634        echo -en "$LAST_FILELIST_NUMBER" > $mountpoint/tmp/LAST-FILELIST-NUMBER
    26332635        [ "$USE_LZO" = "yes" ] && echo -en "Pras 4 Pres 2004" >> $mountpoint/tmp/USING-LZO
     2636        [ "$USE_GZIP" = "yes" ] && echo -en "YES" >> $mountpoint/tmp/USING-GZIP
    26342637        [ "$USE_COMP" = "yes" ] && echo -en "Compression, yep" >> $mountpoint/tmp/USING-COMP
    26352638        [ "$USE_STAR" = "yes" ] && echo -en "Using star. Hooray." >> $mountpoint/tmp/USING-STAR
     
    28542857        INTERNAL_TAPE_BLOCK_SIZE="${18}"
    28552858        DIFFERENTIAL="${19}"
    2856         NOT_BOOT="${20}"
     2859        USE_GZIP="${20}"
     2860        NOT_BOOT="${21}"
    28572861        [ "$USE_COMP" = "" ] && USE_COMP=yes
     2862        [ "$USE_GZIP" = "" ] && USE_GZIP=no
    28582863        [ "$NOT_BOOT" = "" ] && NOT_BOOT=no
    28592864        [ "$TAPEDEV" ] && LogIt "This is a tape-based backup. Fine."
Note: See TracChangeset for help on using the changeset viewer.