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-stream.c

    r1962 r1968  
    260260    char command[MAX_STR_LEN * 2];
    261261    char cdr_exe[MAX_STR_LEN];
    262 //  char tape_description_[MAX_STR_LEN];
    263 //  char tape_manufacturer_cdr[MAX_STR_LEN];
    264 //  FILE*fin;
    265262    int res;
    266263
     
    679676 * @param tapedev The tape device to open for reading.
    680677 */
    681 int skip_obdr()
     678int skip_obdr(void)
    682679{
    683680    char *command = NULL;
     
    704701 * EXISTING DATA on the tape!
    705702 */
    706 int create_obdr()
     703int create_obdr(void)
    707704{
    708705
Note: See TracChangeset for help on using the changeset viewer.