Changeset 2769 in MondoRescue for branches/2.2.9/mondo/src/include/mr_conf.h


Ignore:
Timestamp:
Apr 21, 2011, 1:48:52 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Introduce a new bkpinfo member (subdir) to support storing the subdir under which ISO images are stored on an external HDD. Should fix mostly #433.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/include/mr_conf.h

    r2208 r2769  
    5959    /* Default compression level */
    6060    int compression_level;
     61    /* Subdir for ISO images on HDD */
     62    char *subdir;
    6163    /* Paths to exclude from backup */
    6264    char *exclude_paths;
Note: See TracChangeset for help on using the changeset viewer.