Ignore:
Timestamp:
Apr 12, 2016, 3:37:06 PM (8 years ago)
Author:
Bruno Cornec
Message:
  • Fix previous logfile copy on target media
  • Rename libmondo-mountlist.c as mondo-rstr-mountlist.c with corresponding includes as this is only used by mondorestore and update build process for that.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-archive.c

    r3560 r3564  
    1414#include "mr_mem.h"
    1515#include "mr_str.h"
     16#include "mr_sys.h"
    1617#include "mondostructures.h"
    1718#include "libmondo-string-EXT.h"
     
    15161517
    15171518    /*  Copy the current logfile - of course incomplete to the media */
    1518     mr_system("gzip -c9 %s > %s/archives/%d.%s", MONDO_LOGFILE, tmp1, cd_number_str, MONDO_LOGFILE);
     1519    mr_system("gzip -c9 %s > %s/archives/%s", MONDO_LOGFILE, tmp1, MONDO_LOGFILE);
    15191520
    15201521    if (is_this_device_mounted(bkpinfo->media_device)) {
Note: See TracChangeset for help on using the changeset viewer.