source: MondoRescue/branches/2.2.10/mondo/README@ 2635

Last change on this file since 2635 was 2635, checked in by Bruno Cornec, 14 years ago

svn merge -r 2586:2634 svn+ssh://bruno@svn.mondorescue.org/mondo/svn/mondorescue/branches/2.2.9

  • Avoids error messages from stat in analyze-my-lvm
  • Avoid perl warning by removing non-exitent dirs from @INC in mindi-get-perl-modules r3744@localhost: bruno | 2010-03-16 01:44:33 +0100
    • Fix a bug on Mandriva modules analysis (at least) (Backport from mindi 2.1.0)
  • Try to improve exclusion of binded /proc mount with "none" fs type exclusion Cf: #397
  • Adds gmane mirror on the support page of the web site.
  • More website improvements based on Tom Metro feedbacks
  • Adds Nable ML archive
  • For gmane prefer the threaded view to the blog one.
  • Fix an initialization bug for network protocol in interactive mode (was NULL and not NFS by default)
  • Put an explicit notice of MondoRescue's license: GPLv2 or later (as per Hugo's notice in sources)
  • Adds tee to deplist
  • Fix #412 by supporting grub-install.unsupported for OpenSuSE and solving an issue with the parameter passed to grub for device which should be a device name, not a partition.
  • Fix #413 where list of devices was not re-initialized correctly in a loop (Michael Shapiro)
  • Fix #415 by avoiding integration of unknown devices report from pvscan (Mike Shapiro)
  • Fix #414 by adding a function GetPVsForLV to remove PVs from excluded LVs (Mike Shapiro)
  • Fixes for #414: remove comments from grub conf file if used and improve grub conf file generation
  • Fix a typo (Mike Shapiro)
  • Improved msg for USB device creation
  • Mondoarchive should not try to cerate a cmp binary if it doesn't exist.
  • Fix a bug on ia64 where the boot image generated was removed before use in mondo
  • Avoid to have multiple similar calls to mkisofs by using macros r3946@localhost: bruno | 2010-05-04 19:17:51 +0200
    • Solves an issue with usage of -V option in mkiofs wrongly placed
  • netfs_proto should be initialized in every case, not just in DR (should solve remaining NULL reports)
  • Integrate Michael Shapiro's patch on Xen Kernel support for RHEL 5 (only atm) and fixes #418 (Michael Shapiro)
  • Fox a typo in a Web page
  • Precise that GPL is v2+ (as per Hugo's wish)
  • Improve display of messages (removes extra \n) and replace a stract with "" with " ". trying to debug #421
  • Remove a wrong usage of mr_strcat with exclude_path in the 2.2.9 version (probably cause of #421)
  • Fix strcat call !
  • Property svn:keywords set to Id
File size: 2.5 KB
Line 
1Introduction
2============
3
4MondoRescue is the premier GPL disaster recovery suite for Linux/FreeBSD.
5
6This is the Mondo part of MondoRescue. Mondo comprises the mondoarchive and
7mondorescue tools that carry out the actual backups and and restores. The part
8of MondoReccue responsible for creating boot media is called Mindi and
9available in a separate package.
10
11MondoRescue is reliable. It backs up your server or workstation to tape, CD-R,
12CD-RW, DVD, NFS or hard disk partition. In the event of catastrophic data loss,
13you will be able to restore all of your data [or as much as you want], from
14bare metal if necessary. MondoRescue is in use by numerous blue-chip
15enterprises and large organizations, dozens of smaller companies, and tens of
16thousands of users.
17
18MondoRescue is comprehensive. MondoRescue supports LVM, RAID, ext2, ext3, ext4,
19JFS, XFS, ReiserFS, VFAT, and can support additional file systems easily. It
20supports adjustments in disk geometry, including migration from non-RAID to
21RAID. MondoRescue runs on all major Linux distributions and FreeBSD and is
22getting better all the time. You may even use it to backup non-Linux
23partitions, such as NTFS.
24
25
26Installation
27============
28
29You can get the latest packages from
30ftp://ftp.mondorescue.org
31
32Please see file 'INSTALL' for instructions about how to build and install
33Mondo. Note that your distribution may already contain MondoRescue, so all you
34may have to do is install the mondo package and you are all set.
35
36
37Documentation
38=============
39
40Various documentation is available on the MondoRescue website at
41http://www.mondorescue.org/docs/docs.html. This documentation may also be
42available locally under /usr/share/doc/mondo-<version> or similar (or under
43/usr/local).
44
45Further to that, there are manpages for mondoarchive(8) and mondorestore(8).
46
47
48Support
49=======
50
51Apart from the above-mentioned documentation, there is a Wiki with growing
52contents at the following URL: http://trac.mondorescue.org
53
54Also, there is a mailing list mondo-devel@lists.sourceforge.net. Please go to
55https://lists.sourceforge.net/lists/listinfo/mondo-devel for further
56information and the opportunity to subscribe to or unsubscribe from the list.
57
58License
59=======
60
61This program is free software; you can redistribute it and/or modify
62it under the terms of the GNU General Public License as published by
63the Free Software Foundation; either version 2 of the License, or
64(at your option) any later version.
65
66This license was given to MondoRescue by the original author Hugo Rabson, and is
67continue its current maintainer Bruno Cornec.
68
Note: See TracBrowser for help on using the repository browser.