Changeset 1079 in MondoRescue for trunk/mondo/src/mondorestore
- Timestamp:
- Jan 28, 2007, 5:58:18 PM (18 years ago)
- Location:
- trunk/mondo/src/mondorestore
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/src/mondorestore/Makefile.am
r900 r1079 1 ## $Id$ 2 ## 1 3 ## $Id$ 2 4 ## 3 5 ## Process with Automake to generate Makefile.in 4 6 ## 7 AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)\" -I${top_builddir}/src/include 5 8 6 9 AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)\" -I${top_builddir}/src/include -
trunk/mondo/src/mondorestore/mondo-restore.c
r1043 r1079 1 1 /*************************************************************************** 2 * $Id$ 3 */ 2 $Id$ 3 restores mondoarchive data 4 ***************************************************************************/ 4 5 5 6 /** … … 2156 2157 mr_free(tarball_fname); 2157 2158 mr_asprintf(&tarball_fname, MNT_CDROM "/archives/%ld.afio.lzo", 2159 current_tarball_number); 2160 } 2161 if (!does_file_exist(tarball_fname)) { 2162 mr_free(tarball_fname); 2163 mr_asprintf(&tarball_fname, MNT_CDROM "/archives/%ld.afio.gz", 2158 2164 current_tarball_number); 2159 2165 } -
trunk/mondo/src/mondorestore/mondo-rstr-tools.h
r914 r1079 9 9 void kill_petris(void); 10 10 int mount_cdrom(struct s_bkpinfo *bkpinfo); 11 int mount_device(char *, char *, char *, bool); 11 12 int mount_all_devices(struct mountlist_itself *, bool); 12 13 void protect_against_braindead_sysadmins(void);
Note:
See TracChangeset
for help on using the changeset viewer.