Changeset 2926 in MondoRescue


Ignore:
Timestamp:
Dec 23, 2011, 12:02:31 AM (12 years ago)
Author:
Bruno Cornec
Message:

-mondoarchive now exists if the mt command is missing when needed

File:
1 edited

Legend:

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

    r2907 r2926  
    396396    log_msg(1, "Post-param");
    397397    if (bkpinfo->backup_media_type == tape) {
     398        if (whine_if_not_found("mt") == 1) {
     399            fatal_error("Please install the mt command");
     400        }
    398401        log_msg(1, "Tape");
    399402        mr_asprintf(&tmp, "mt -f %s status", bkpinfo->media_device);
Note: See TracChangeset for help on using the changeset viewer.