Ignore:
Timestamp:
May 29, 2008, 7:36:58 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Change order of test do that when restoring, cdrecord is really not called ;-)
  • mondoarchive already configures correctly the device name to non-rew so avoid doing it again at restore time
  • Fix automatic mode handling which was exiting in fact.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mondo/src/common/libmondo-cli.c

    r1967 r1969  
    534534    }
    535535
    536     if (flag_set['t'] && !flag_set['d']) {
     536    if ((flag_set['t'] && !flag_set['d']) && (! bkpinfo->restore_data)) {
    537537        log_it("Hmm! No tape drive specified. Let's see what we can do.");
    538538        if (find_tape_device_and_size(flag_val['d'], tmp)) {
Note: See TracChangeset for help on using the changeset viewer.