Changeset 2774 in MondoRescue
- Timestamp:
- Apr 29, 2011, 3:35:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-devices.c
r2772 r2774 1418 1418 mountdir, bkpinfo->prefix, g_current_media_number, MNT_CDROM); 1419 1419 #endif 1420 mr_free(mountdir); 1420 1421 } else if (bkpinfo->backup_media_type == usb) { 1421 1422 sprintf(mount_cmd, "mount -t vfat %s %s", bkpinfo->media_device, MNT_CDROM); … … 2778 2779 bkpinfo->zip_exe[0] = bkpinfo->zip_suffix[0] = '\0'; 2779 2780 } 2781 2780 2782 bkpinfo->verify_data = 2781 2783 ask_me_yes_or_no … … 2798 2800 bkpinfo->restore_data = TRUE; // probably... 2799 2801 } 2802 mr_free(compression_type); 2800 2803 2801 2804 if (bkpinfo->backup_media_type == iso
Note:
See TracChangeset
for help on using the changeset viewer.