Changeset 1962 in MondoRescue for branches/2.2.6/mondo
- Timestamp:
- May 28, 2008, 5:22:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.6/mondo/src/common/libmondo-stream.c
r1956 r1962 685 685 686 686 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 687 691 asprintf(&command, "mt -f %s fsf 2",bkpinfo->media_device); 688 692 res = run_program_and_log_output(command, 1);
Note:
See TracChangeset
for help on using the changeset viewer.