| Name: | rear |
|---|---|
| Version: | 2.6 |
| Release: | 15.0.1.el9 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 2667764 |
| License: | GPLv3 |
| RPM: | rear-2.6-15.0.1.el9.x86_64.rpm |
| Source RPM: | rear-2.6-15.0.1.el9.src.rpm |
| Build Date: | Thu Oct 06 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | http://relax-and-recover.org/ |
| Summary: | Relax-and-Recover is a Linux disaster recovery and system migration tool |
| Description: | Relax-and-Recover is the leading Open Source disaster recovery and system migration solution. It comprises of a modular frame-work and ready-to-go workflows for many common situations to produce a bootable image and restore from backup using this image. As a benefit, it allows to restore to different hardware and can therefore be used as a migration tool as well. Currently Relax-and-Recover supports various boot media (incl. ISO, PXE, OBDR tape, USB or eSATA storage), a variety of network protocols (incl. sftp, ftp, http, nfs, cifs) as well as a multitude of backup strategies (incl. IBM TSM, MircroFocus Data Protector, Symantec NetBackup, EMC NetWorker, Bacula, Bareos, BORG, Duplicity, rsync). Relax-and-Recover was designed to be easy to set up, requires no maintenance and is there to assist when disaster strikes. Its setup-and-forget nature removes any excuse for not having a disaster recovery solution implemented. Professional services and support are available. |
- Change OS_VENDOR to OracleServer
- Exclude /etc/lvm/devices from the rescue system to work around a segfault in lvm pvcreate
- Avoid stderr message about irrelevant broken links - Changes for NetBackup (NBU) 9.x support
- Backport PR2831 - rsync URL refactoring fixes rsync OUTPUT_URL when different from BACKUP_URL
- Apply PR2795 to detect changes in system files between backup and rescue image - Apply PR2808 to exclude dev/watchdog* from recovery system - Backport upstream PRs 2827 and 2839 to pass -y to lvcreate instead of one "y" on stdin - Apply PR2811 to add the PRE/POST_RECOVERY_COMMANDS directives - Recommend dosfstools on x86_64, needed for EFI System Partition - Backport PR2825 to replace defunct mkinitrd with dracut - Apply PR2580 to load the nvram module in the rescue environment in order to be able to set the boot order on ppc64le LPARs - Backport PR2822 to include the true vi executable in rescue ramdisk
- Apply PR2675 to fix leftover temp dir bug (introduced in backported PR2625)
- Apply PR2603 to ignore unused PV devices
- Apply upstream PR2750 to avoid exclusion of wanted multipath devices
- Remove unneeded xorriso dep on s390x (no ISO image support there)
- Apply upstream PR2736 to add the EXCLUDE_{IP_ADDRESSES,NETWORK_INTERFACES}
options
- Add patch for better handling of thin pools and other LV types not supported
by vgcfgrestore
- Sync spec changes and downstream patches from RHEL 8 rear-2.6-2
- Fix multipath performance regression in 2.6, introduced by upstream PR #2299.
Resolves: rhbz1993296
- On POWER add bootlist & ofpathname to the list of required programs
conditionally (bootlist only if running under PowerVM, ofpathname
always except on PowerNV) - upstream PR2665, add them to package
dependencies
Resolves: rhbz1983013
- Backport PR2608:
Fix setting boot path in case of UEFI partition (ESP) on MD RAID
Resolves: rhbz1945869
- Backport PR2625
Prevents accidental backup removal in case of errors
Resolves: rhbz1958247
- Fix rsync error and option handling
Resolves: rhbz1930662
- Put TMPDIR on /var/tmp by default, otherwise it may lack space RHBZ #1988420, upstream PR2664
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688
- Sync spec changes and downstream patches from RHEL 8
- Require xorriso instead of genisoimage
- Add S/390 support and forgotten dependency on the file utility
- Backport upstream code related to LUKS2 support
- Modify the cron command to avoid an e-mail with error message after
ReaR is installed but not properly configured when the cron command
is triggered for the first time
- Changes for NetBackup (NBU) support, upstream PR2544
- Add dependency on dhcp-client, RHBZ #1926451