Changeset 1611 in MondoRescue
- Timestamp:
- Sep 2, 2007, 2:09:19 AM (18 years ago)
- Location:
- branches/2.2.5
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/2.2.5/mindi/rootfs/README ¶
r998 r1611 11 11 If you used Mondo to make this CD (or set of floppies) then oh boy, are you in 12 12 for some fun. To do a basic restore, type:- 13 # mondo -restore13 # mondorestore 14 14 15 15 To edit the mountlist, type:- -
TabularUnified branches/2.2.5/mindi/rootfs/etc/syslog.conf ¶
r30 r1611 1 1 # Various entry 2 *.* /tmp/mondo -restore.log2 *.* /tmp/mondorestore.log -
TabularUnified branches/2.2.5/mondo-doc/mondorescue-howto.sgml ¶
r1588 r1611 2017 2017 <itemizedlist> 2018 2018 <listitem> 2019 <para>If it did not work then please copy /tmp/mondo -restore.log to2019 <para>If it did not work then please copy /tmp/mondorestore.log to 2020 2020 a floppy (or to your hard disk, USB key, ...), gzip it and e-mail it to the 2021 2021 &ML;.</para> … … 2052 2052 wait.</para> 2053 2053 <para>Now, should something go wrong, you will be able to examine 2054 /tmp/mondo -restore.log to see what happened. All is not lost. You2054 /tmp/mondorestore.log to see what happened. All is not lost. You 2055 2055 can fdisk and format the partitions yourself, using the tools that 2056 2056 come with the CD. You can then run mondorestore in Interactive Mode -
TabularUnified branches/2.2.5/mondo/src/mondorestore/mondo-restore.c ¶
r1579 r1611 116 116 117 117 /** 118 * Mondo's home directory during backup. Unused in mondo -restore; included118 * Mondo's home directory during backup. Unused in mondorestore; included 119 119 * to avoid link errors. 120 120 */ … … 3000 3000 run_program_and_log_output("umount " MNT_CDROM, FALSE); 3001 3001 /* 3002 run_program_and_log_output("ln -sf /var/log/mondo-archive.log /tmp/mondo -restore.log",3002 run_program_and_log_output("ln -sf /var/log/mondo-archive.log /tmp/mondorestore.log", 3003 3003 FALSE); 3004 3004 */ -
TabularUnified branches/2.2.5/mondo/src/restore-scripts/mondo/ISO ¶
r30 r1611 1 1 #!/bin/sh 2 2 3 mondo -restore --iso3 mondorestore --iso 4 4 exit $?
Note:
See TracChangeset
for help on using the changeset viewer.