Ignore:
Timestamp:
Mar 7, 2024, 7:23:09 PM (2 months ago)
Author:
Bruno Cornec
Message:

remove differentiated support for cdrw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/common/mondostructures.h

    r3856 r3874  
    173173    iso,                        ///< Back up to ISO images.
    174174    cdr,                        ///< Back up to recordable CDs (do not erase them).
    175     cdrw,                       ///< Back up to CD-RWs and blank them first.
    176175    dvd,                        ///< Back up to DVD+R[W] or DVD-R[W] disks.
    177176    cdstream,                   ///< Back up to recordable CDs but treat them like a tape streamer.
     
    339338  /**
    340339   * The device we're backing up to.
    341    * If backup_media_type is @b cdr, @b cdrw, or @b cdstream, this should be the SCSI node (e.g. 0,1,0).
     340   * If backup_media_type is @b cdr, or @b cdstream, this should be the SCSI node (e.g. 0,1,0).
    342341   * If backup_media_type is @b dvd, @b tape, @b usb or @b udev, this should be a /dev entry.
    343342   * If backup_media_type is anything else, this should be blank.
Note: See TracChangeset for help on using the changeset viewer.