Changeset 2900 in MondoRescue for branches


Ignore:
Timestamp:
Oct 29, 2011, 1:26:07 AM (12 years ago)
Author:
Bruno Cornec
Message:

r4382@localhost: bruno | 2011-10-29 00:44:58 +0200

  • Fix a bug where on OBDR mode compression was turned off to create the OBDR content but not back on (report from the mailing list)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/src/common/libmondo-stream.c

    r2520 r2900  
    741741
    742742    set_tape_block_size_with_mt(bkpinfo->internal_tape_block_size);
     743
     744    /* restore compression mode on */
     745    mr_asprintf(&command, "mt -f %s compression on",bkpinfo->media_device);
     746    res = run_program_and_log_output(command, 1);
     747    paranoid_free(command);
     748
    743749    return(res);
    744750}
Note: See TracChangeset for help on using the changeset viewer.