Ignore:
Timestamp:
May 28, 2008, 5:22:39 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • rewind tape for OBDR support before positioning to fsf 2
  • export TAPEDEV for post-init and pass options to mondorestore
File:
1 edited

Legend:

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

    r1956 r1962  
    685685
    686686    log_it("Skipping OBDR headers");
     687    asprintf(&command, "mt -f %s rewind",bkpinfo->media_device);
     688    res = run_program_and_log_output(command, 1);
     689    paranoid_free(command);
     690
    687691    asprintf(&command, "mt -f %s fsf 2",bkpinfo->media_device);
    688692    res = run_program_and_log_output(command, 1);
Note: See TracChangeset for help on using the changeset viewer.