Changeset 2029 in MondoRescue for branches/2.2.7/mondo/src/include
- Timestamp:
- Oct 3, 2008, 1:15:28 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.7/mondo/src/include/my-stuff.h
r1930 r2029 75 75 #define STD_PREFIX "mondorescue" /* Should be coherent with mindi */ 76 76 77 /**78 * The biggielist stub (appended to the directory where all.tar.gz was unpacked).79 */80 #define BIGGIELIST_TXT_STUB "./tmp/biggielist.txt"81 82 /**83 * The filelist stub (appended to the directory where all.tar.gz was unpacked).84 */85 #define FILELIST_FULL_STUB "./tmp/filelist.full.gz"86 87 /**88 * The mountlist stub (appended to the directory where all.tar.gz was unpacked).89 */90 #define MOUNTLIST_FNAME_STUB "./tmp/mountlist.txt"91 92 /**93 * The mondo-restore.cfg stub (appended to the directory where all.tar.gz was unpacked).94 */95 #define MONDO_CFG_FILE_STUB "./tmp/mondo-restore.cfg"96 77 /** 97 78 * The location where mindi media images are stored.
Note:
See TracChangeset
for help on using the changeset viewer.