Changeset 2926 in MondoRescue
- Timestamp:
- Dec 23, 2011, 12:02:31 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mondo/src/common/libmondo-tools.c
r2907 r2926 396 396 log_msg(1, "Post-param"); 397 397 if (bkpinfo->backup_media_type == tape) { 398 if (whine_if_not_found("mt") == 1) { 399 fatal_error("Please install the mt command"); 400 } 398 401 log_msg(1, "Tape"); 399 402 mr_asprintf(&tmp, "mt -f %s status", bkpinfo->media_device);
Note:
See TracChangeset
for help on using the changeset viewer.