Ignore:
Timestamp:
May 29, 2008, 7:01:36 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Call skip_obdr before extracting conf files
  • Do not call cdrecord for tape detection at restore time (removes /dev/nst0)
  • if using auto mode, do not ask for device type
  • sleep 10 s after usb-storage loading to let time to system to detect tape drive
File:
1 edited

Legend:

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

    r1934 r1968  
    18341834    case tape:
    18351835
    1836         if (find_tape_device_and_size(bkpinfo->media_device, sz_size)) {
     1836        if ((find_tape_device_and_size(bkpinfo->media_device, sz_size)) && (!bkpinfo->restore_mode)) {
    18371837            log_msg(3, "Ok, using vanilla scsi tape.");
    18381838            strcpy(bkpinfo->media_device, VANILLA_SCSI_TAPE);
Note: See TracChangeset for help on using the changeset viewer.