Linux ih01.iridiumhosting.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.216.226
Domains :
Cant Read [ /etc/named.conf ]
User : dustinhy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
MXB /
rear /
doc /
user-guide /
Delete
Unzip
Name
Size
Permission
Date
Action
pictures
[ DIR ]
drwxr-xr-x
2026-04-01 09:39
00-relax-and-recover-user-guide.md
354
B
-rw-r--r--
2026-04-01 09:39
01-introduction.md
4.23
KB
-rw-r--r--
2026-04-01 09:39
02-getting-started.md
4.87
KB
-rw-r--r--
2026-04-01 09:39
03-configuration.md
8.09
KB
-rw-r--r--
2026-04-01 09:39
04-scenarios.md
55.4
KB
-rw-r--r--
2026-04-01 09:39
05-integration.md
4.08
KB
-rw-r--r--
2026-04-01 09:39
06-layout-configuration.md
33.13
KB
-rw-r--r--
2026-04-01 09:39
07-tips-and-tricks.md
1.8
KB
-rw-r--r--
2026-04-01 09:39
08-troubleshooting.md
5.3
KB
-rw-r--r--
2026-04-01 09:39
09-design-concepts.md
9.34
KB
-rw-r--r--
2026-04-01 09:39
10-integrating-external-backup.md
5
KB
-rw-r--r--
2026-04-01 09:39
11-multiple-backups.md
13.3
KB
-rw-r--r--
2026-04-01 09:39
12-BLOCKCLONE.md
30.25
KB
-rw-r--r--
2026-04-01 09:39
13-tcg-opal-support.md
15.12
KB
-rw-r--r--
2026-04-01 09:39
14-ZYPPER-and-YUM.md
12.32
KB
-rw-r--r--
2026-04-01 09:39
15-EFISTUB.md
12.43
KB
-rw-r--r--
2026-04-01 09:39
16-Rubrik-CDM.md
5.41
KB
-rw-r--r--
2026-04-01 09:39
17-Portable-Mode.md
2.4
KB
-rw-r--r--
2026-04-01 09:39
Makefile
438
B
-rw-r--r--
2026-04-01 09:39
Save
Rename
# Configuration  The configuration is performed by changing _/etc/rear/local.conf_ or _/etc/rear/site.conf_. There are two important variables that influence Relax-and-Recover and the rescue image. Set `OUTPUT` to your preferred boot method and define `BACKUP` for your favorite `BACKUP` strategy. In most cases only these two settings are required. ## Rescue media (OUTPUT) The `OUTPUT` variable defines where the rescue image should be sent to. Possible `OUTPUT` setting are: * OUTPUT=RAMDISK: Copy the kernel and the initramfs containing the rescue system to a selected location. * OUTPUT=ISO: Create a bootable ISO9660 image on disk as _rear-$(hostname).iso_ * OUTPUT=PXE: Create on a remote PXE/NFS server the required files (such as configuration file, kernel and initrd image) * OUTPUT=OBDR: Create a bootable OBDR tape including the backup archive. Specify the OBDR tape device by using `TAPE_DEVICE`. _Warning_: not sure this method still works as designed as not tested since a decade ago. * OUTPUT=USB: Create a bootable USB disk (using extlinux). Specify the USB storage device by using `USB_DEVICE`. * OUTPUT=RAWDISK: Create a bootable raw disk image on as `rear-$(hostname).raw.gz`. Supports UEFI boot if syslinux/EFI or Grub 2/EFI is installed. Supports Legacy BIOS boot if syslinux is installed. Supports UEFI/Legacy BIOS dual boot if syslinux _and_ one of the supported EFI bootloaders are installed. ### Using OUTPUT_URL with ISO, RAMDISK or RAWDISK output methods When using `OUTPUT=ISO`, `OUTPUT=RAMDISK` or `OUTPUT=RAWDISK` you should provide the backup target location through the `OUTPUT_URL` variable. Possible `OUTPUT_URL` settings are: * OUTPUT_URL=file://: Write the ISO image to disk. The default is in _/var/lib/rear/output/_. * OUTPUT_URL=fish//: Write the ISO image using `lftp` and the FISH protocol. * OUTPUT_URL=ftp://: Write the ISO image using `lftp` and the FTP protocol. * OUTPUT_URL=ftps://: Write the ISO image using `lftp` and the FTPS protocol. * OUTPUT_URL=hftp://: Write the ISO image using `lftp` and the HFTP protocol. * OUTPUT_URL=http://: Write the ISO image using `lftp` and the HTTP (PUT) protocol. * OUTPUT_URL=https://: Write the ISO image using `lftp` and the HTTPS (PUT) protocol. * OUTPUT_URL=nfs://: Write the ISO image using `nfs` and the NFS protocol. * OUTPUT_URL=sftp://: Write the ISO image using `lftp` and the secure FTP (SFTP) protocol. * OUTPUT_URL=rsync://: Write the ISO image using `rsync` and the RSYNC protocol. * OUTPUT_URL=sshfs://: Write the image using sshfs and the SSH protocol. * OUTPUT_URL=null: Do not copy the ISO image from _/var/lib/rear/output/_ to a remote output location. `OUTPUT_URL=null` is useful when another program (e.g. an _external_ backup program) is used to save the ISO image from the local system to a remote place, or with `BACKUP_URL=iso:///backup` when the backup is included in the ISO image to avoid a (big) copy of the ISO image at a remote output location. In the latter case the ISO image must be manually saved from the local system to a remote place. `OUTPUT_URL=null` is only supported together with `BACKUP=NETFS`. The default boot option of the created ISO is boothd / "boot from first harddisk". If you want to change this, e.g. because you integrate REAR into some automation process, you can change the default using _ISO_DEFAULT={manual,automatic,boothd}_ ## Backup/Restore strategy (BACKUP) The `BACKUP` setting defines our backup/restore strategy. The `BACKUP` can be handled via internal archive executable (`tar` or `rsync`) or by an external backup program (commercial or open source). Possible `BACKUP` settings are: * BACKUP=TSM: Use IBM Tivoli Storage Manager programs * BACKUP=DP: Use Micro Focus Data Protector programs * BACKUP=FDRUPSTREAM: Use FDR/Upstream * BACKUP=NBU: Use Symantec NetBackup programs * BACKUP=NSR: Use EMC NetWorker (Legato) * BACKUP=PPDM: Use Dell PowerProtect Data Manager * BACKUP=BACULA: Use Bacula programs * BACKUP=BAREOS: Use Bareos fork of Bacula * BAREOS_FILESET=Full Only if you have more than one fileset defined for your clients backup jobs, you need to specify which to use for restore * BACKUP=GALAXY: Use CommVault Galaxy (5, probably 6) * BACKUP=GALAXY7: Use CommVault Galaxy (7 and probably newer) * BACKUP=GALAXY10: Use CommVault Galaxy 10 (or Simpana 10) * BACKUP=BORG: Use BorgBackup (short Borg) a deduplicating backup program to restore the data. * BACKUP=NETFS: Use Relax-and-Recover internal backup with tar or rsync (or similar). When using `BACKUP=NETFS` and `BACKUP_PROG=tar` there is an option to select `BACKUP_TYPE=incremental` or `BACKUP_TYPE=differential` to let rear make incremental or differential backups until the next full backup day e.g. via `FULLBACKUPDAY="Mon"` is reached or when the last full backup is too old after FULLBACKUP_OUTDATED_DAYS has passed. Incremental or differential backup is currently only known to work with `BACKUP_URL=nfs`. Other BACKUP_URL schemes may work but at least `BACKUP_URL=usb` requires USB_SUFFIX to be set to work with incremental or differential backup. * BACKUP=REQUESTRESTORE: No backup, just ask user to somehow restore the filesystems. * BACKUP=EXTERNAL: Use a custom strategy by providing backup and restore commands. * BACKUP=DUPLICITY: Use duplicity to manage backup (see http://duplicity.nongnu.org). Additionally if duply (see http://duply.net) is also installed while generating the rescue images it is part of the image. * BACKUP=RBME: Use Rsync Backup Made Easy (rbme) to restore the data. * BACKUP=RSYNC: Use rsync to foresee in backup and restore of your system disks. * BACKUP=BLOCKCLONE: Backup block devices using dd or ntfsclone ## Using NETFS as backup strategy (internal archive method) When using `BACKUP=NETFS` you should provide the backup target location through the `BACKUP_URL` variable. Possible `BACKUP_URL` settings are: * BACKUP_URL=file://: To backup to local disk, use `BACKUP_URL=file:///directory/path/` * BACKUP_URL=nfs://: To backup to NFS disk, use `BACKUP_URL=nfs://nfs-server-name/share/path` * BACKUP_URL=tape://: To backup to tape device, use `BACKUP_URL=tape:///dev/nst0` or alternatively, simply define `TAPE_DEVICE=/dev/nst0` * BACKUP_URL=cifs://: To backup to a Samba share (CIFS), use `BACKUP_URL=cifs://cifs-server-name/share/path`. To provide credentials for CIFS mounting use a _/etc/rear/cifs_ credentials file and define `BACKUP_OPTIONS="cred=/etc/rear/cifs"` and pass along: username=_username_ password=_secret password_ domain=_domain_ * BACKUP_URL=sshfs://: To backup over the network with the help of sshfs. You need the fuse-sshfs package before you can use FUSE-Filesystem to access remote filesystems via SSH. An example of defining the `BACKUP_URL` could be: BACKUP_URL=sshfs://root@server/export/archives * BACKUP_URL=usb://: To backup to USB storage device, use `BACKUP_URL=usb:///dev/disk/by-label/REAR-000` or use a real device node or a specific filesystem label. Alternatively, you can specify the device using `USB_DEVICE=/dev/disk/by-label/REAR-000`. If you combine this with `OUTPUT=USB` you will end up with a bootable USB device. Optional settings: * BACKUP_PROG=rsync: If you want to use rsync instead of tar (only for `BACKUP=NETFS`). Do not confuse this with the `BACKUP=RSYNC` backup mechanism. * NETFS_KEEP_OLD_BACKUP_COPY=y: If you want to keep the previous backup archive. Incremental or differential backup and NETFS_KEEP_OLD_BACKUP_COPY contradict each other so that `NETFS_KEEP_OLD_BACKUP_COPY` must not be 'true' in case of incremental or differential backup. Another point of interest is the `ISO_DIR` variable to choose another location of the ISO image instead of the default location (`/var/lib/rear/output`). NOTE: With `USB` we refer to all kinds of external storage devices, like USB keys, USB disks, eSATA disks, ZIP drives, etc... ## Using RSYNC as backup mechanism When using `BACKUP=RSYNC` you should provide the backup target location through the `BACKUP_URL` variable. Possible `BACKUP_URL` settings are: BACKUP_URL=rsync://root@server/export/archives BACKUP_URL=rsync://root@server::/export/archives