Changeset 2900 in MondoRescue
- Timestamp:
- Oct 29, 2011, 1:26:07 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mondo/src/common/libmondo-stream.c
r2520 r2900 741 741 742 742 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 743 749 return(res); 744 750 }
Note:
See TracChangeset
for help on using the changeset viewer.