Ignore:
Timestamp:
Mar 24, 2016, 8:34:03 PM (8 years ago)
Author:
Bruno Cornec
Message:

i- The cal to unmount_all_devices copies the log file on to the disk, so after all new log info such as labelling are not copied and thus should be considered on the restored system directly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondorestore/mondo-rstr-tools.c

    r3542 r3544  
    19201920    sync();
    19211921
     1922    /* after that what is logged is not copied on disk, typically the result of labelling */
    19221923    mr_asprintf(tmp, "cp -f %s " MNT_RESTORING "/var/log", MONDO_LOGFILE);
    19231924    if (run_program_and_log_output(tmp, FALSE)) {
Note: See TracChangeset for help on using the changeset viewer.