Ignore:
Timestamp:
Jan 20, 2007, 11:37:55 PM (17 years ago)
Author:
Bruno Cornec
Message:
  • USB device support for mindi (Tested and Working)
  • Begining of USB device support for mondo (maybe not even compiling)
  • FindDistroFailsafe build process support
  • makemount list doesn't issue weird messages anymore around LVM
File:
1 edited

Legend:

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

    r998 r1063  
    184184    nfs,                        ///< Back up to an NFS mount on the local subnet.
    185185    tape,                       ///< Back up to tapes.
     186    usb,                        ///< Back up to USB devices.
    186187    udev                        ///< Back up to another unsupported device; just send a stream of bytes.
    187188} t_bkptype;
     
    323324   * The device we're backing up to.
    324325   * If backup_media_type is @b cdr, @b cdrw, or @b cdstream, this should be the SCSI node (e.g. 0,1,0).
    325    * If backup_media_type is @b dvd, @b tape, or @b udev, this should be a /dev entry.
     326   * If backup_media_type is @b dvd, @b tape, @b usb or @b udev, this should be a /dev entry.
    326327   * If backup_media_type is anything else, this should be blank.
    327328   */
Note: See TracChangeset for help on using the changeset viewer.