Name: | rear |
---|---|
Version: | 2.9 |
Release: | 2.0.1.el10 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 3447756 |
License: | GPL-3.0-or-later AND LGPL-2.1-or-later |
RPM: | rear-2.9-2.0.1.el10.x86_64.rpm |
Source RPM: | rear-2.9-2.0.1.el10.src.rpm |
Build Date: | Fri Mar 14 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://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
- require syslinux-extlinux which is necessary for USB devices bootable on legacy BIOS
- rebase to version 2.9 (rhbz#2343296) - drop upstreamed patches - remove obsolete patch for rhbz2119501 - ReaR 2.7 and newer do not copy dangling symlinks in /lib/modules/*/ - remove broken patch for rhbz1492177 (VERBOSE is a read-only var, so the script silently failed) - install correct packages using proper RPM dependencies instead - rebase remaining patches
- fix FTBFS after F42 bin/sbin merge
- Bump release for October 2024 mass rebuild: Resolves: RHEL-64018
- Remove doc/rear-release-notes.txt, it is CC-BY-ND-3.0, which is not an allowed license for documentation, and use a cleaned tarball (with the file removed) for build
- Generate /etc/rear/os.conf during build again, it is better than generating it in %post, but do not mark it as config file to allow it to be updated during package upgrade and avoid containing an old OS version information
- skip btrfs subvolumes when detecting ESP partitions - fix booting on UEFI systems with multiple CDROM devices - fix copying of console kernel cmdline parameters - Use git to apply patches in %prep - Sync with patches in CentOS Stream 9 (kudos to @pcahyna!): - Backport PR 3250 to fix useless warning that libsystemd-core requires additional libraries and ReaR recovery system needs additional libraries - Backport PR 3242 to fix IPv6 address in nfs:// and sshfs:// BACKUP/OUTPUT_URL - fix backup of btrfs subvolumes
- Bump release for June 2024 mass rebuild
- Sync with patches in CentOS Stream 9 (kudos to @pcahyna!) chronologically from the latest: - Resolve libs for executable links in COPY_AS_IS, PR 3073 - Skip invalid disk drives when saving layout PR 3047 - Do not delete NetBackup logs in case of errors and save /usr/openv/netbackup/logs to the restored system after a successful recovery - Add /usr/openv/var to COPY_AS_IS_NBU, fixes an issue seen with NetBackup 10.2.0.1 - Support saving and restoring hybrid BIOS/UEFI bootloader, PRs 3145 3136