Changeset 3577 in MondoRescue
- Timestamp:
- Apr 28, 2016, 1:50:21 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/common/libmondo-archive.c
r3568 r3577 1497 1497 1498 1498 /* Command to execute */ 1499 mr_asprintf(tmp,"cd %s ; mv * %s", bkpinfo->scratchdir, tmp1);1499 mr_asprintf(tmp,"cd %s ; rm -fr %s/syslinux ; mv * %s", bkpinfo->scratchdir, tmp1, tmp1); 1500 1500 res = eval_call_to_make_USB(tmp, message_to_screen); 1501 1501 if (res) { … … 1515 1515 } 1516 1516 paranoid_free(message_to_screen); 1517 paranoid_free(tmp1);1518 1517 1519 1518 /* Copy the current logfile - of course incomplete to the media */ 1520 1519 mr_system("gzip -c9 %s > %s/archives/%s", MONDO_LOGFILE, tmp1, MONDO_LOGFILENAME); 1520 paranoid_free(tmp1); 1521 1521 1522 1522 if (is_this_device_mounted(bkpinfo->media_device)) {
Note:
See TracChangeset
for help on using the changeset viewer.