Ignore:
Timestamp:
Oct 20, 2007, 2:47:12 PM (17 years ago)
Author:
Bruno Cornec
Message:

First attempt to integrate USB support in mondoarchive (may not compile)

File:
1 edited

Legend:

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

    r1295 r1687  
    189189    nfs,                        ///< Back up to an NFS mount on the local subnet.
    190190    tape,                       ///< Back up to tapes.
     191    usb,                        ///< Back up to USB devices.
    191192    udev                        ///< Back up to another unsupported device; just send a stream of bytes.
    192193} t_bkptype;
     
    328329   * The device we're backing up to.
    329330   * If backup_media_type is @b cdr, @b cdrw, or @b cdstream, this should be the SCSI node (e.g. 0,1,0).
    330    * If backup_media_type is @b dvd, @b tape, or @b udev, this should be a /dev entry.
     331   * If backup_media_type is @b dvd, @b tape, @b usb or @b udev, this should be a /dev entry.
    331332   * If backup_media_type is anything else, this should be blank.
    332333   */
Note: See TracChangeset for help on using the changeset viewer.