Ignore:
Timestamp:
May 7, 2008, 3:08:46 PM (16 years ago)
Author:
Bruno Cornec
Message:

Handle part of #250

File:
1 edited

Legend:

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

    r1919 r1934  
    16611661    bkpinfo->nonbootable_backup = FALSE;
    16621662
    1663 // Tape, CD, NFS, ...?
     1663    // Tape, CD, NFS, ...?
    16641664    srandom(getpid());
    16651665    bkpinfo->backup_media_type =
     
    16701670        finish(1);
    16711671    }
     1672    /* Why asking to remove the media with tape ?
    16721673    if (bkpinfo->backup_media_type == tape && bkpinfo->restore_data) {
    16731674        popup_and_OK("Please remove media from drive(s)");
    16741675    }
     1676    */
    16751677    log_msg(3, "media type = %s",
    16761678            bkptype_to_string(bkpinfo->backup_media_type));
     
    16851687    mvaddstr_and_log_it(2, 0, " ");
    16861688
    1687 // Find device's /dev (or SCSI) entry
     1689    // Find device's /dev (or SCSI) entry
    16881690    switch (bkpinfo->backup_media_type) {
    16891691    case cdr:
Note: See TracChangeset for help on using the changeset viewer.