Changeset 3271 in MondoRescue for branches/3.2/mondo/src/mondorestore
- Timestamp:
- Apr 29, 2014, 9:23:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/mondorestore/mondo-rstr-tools.c
r3263 r3271 29 29 30 30 /** 31 * The mondo -restore.cfg stub (appended to the directory where all.tar.gz was unpacked).31 * The mondorestore.cfg stub (appended to the directory where all.tar.gz was unpacked). 32 32 */ 33 #define MONDO_CFG_FILE_STUB "tmp/mondo -restore.cfg"33 #define MONDO_CFG_FILE_STUB "tmp/mondorestore.cfg" 34 34 /** 35 35 * The i-want-my-lvm stub … … 170 170 171 171 /** 172 * Extract @c mondo -restore.cfg and @c mountlist.txt from @p ramdisk_fname.172 * Extract @c mondorestore.cfg and @c mountlist.txt from @p ramdisk_fname. 173 173 * @param bkpinfo The backup information structure. @c tmpdir is the only field used. 174 174 * @param ramdisk_fname The filename of the @b compressed ramdisk to look in. … … 180 180 181 181 /** 182 * Keep trying to get mondo -restore.cfg from the archive, until the user gives up.182 * Keep trying to get mondorestore.cfg from the archive, until the user gives up. 183 183 */ 184 184 void get_cfg_file_from_archive_or_bust() … … 628 628 /** 629 629 * Fill out @p bkpinfo based on @p cfg_file. 630 * @param cfg_file The mondo -restore.cfg file to read into @p bkpinfo.630 * @param cfg_file The mondorestore.cfg file to read into @p bkpinfo. 631 631 * @param bkpinfo The backup information structure to fill out with information 632 632 * from @p cfg_file. … … 2022 2022 2023 2023 /** 2024 * Extract mondo -restore.cfg and the mountlist from the tape inserted2024 * Extract mondorestore.cfg and the mountlist from the tape inserted 2025 2025 * to the ./tmp/ directory. 2026 2026 * @param dev The tape device to read from. … … 2157 2157 mr_free(tmp); 2158 2158 2159 if (!does_file_exist("tmp/mondo -restore.cfg")) {2159 if (!does_file_exist("tmp/mondorestore.cfg")) { 2160 2160 log_to_screen("Cannot find config info on media"); 2161 2161 return (1); … … 2236 2236 } 2237 2237 2238 log_to_screen("Recovered mondo -restore.cfg");2238 log_to_screen("Recovered mondorestore.cfg"); 2239 2239 if (!does_file_exist(MOUNTLIST_FNAME_STUB)) { 2240 2240 log_to_screen("...but not mountlist.txt - a pity, really...");
Note:
See TracChangeset
for help on using the changeset viewer.