Ignore:
Timestamp:
Sep 25, 2009, 6:44:01 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • analyze-my-lvm now removes excluded devices from list coming from mondoarchive
  • new mr_make_devlist_from_pathlist which handle the new bkpinfo->exclude_devs field containing the excluded devices and remove corresponding code from libmondo-cli.c
  • Move DSF code into libmondo-devices.c for coherency, and only the previous function is made externally available
  • Remove dev_to_exclude in libmondo-archive.c which wasn't working correctly and replace it with bkpinfo->exclude_devs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/mondostructures.h

    r2380 r2424  
    523523   */
    524524    char exclude_paths[MAX_STR_LEN*4];
     525
     526  /**
     527   * Devices to NOT back up.
     528   * Multiple devices should be separated by spaces.
     529   */
     530    char *exclude_devs;
    525531
    526532  /**
Note: See TracChangeset for help on using the changeset viewer.