8000 ReaR 2.2 · gdha/rear-automated-testing Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
7047

ReaR 2.2

Gratien D'haese edited this page Oct 30, 2017 · 4 revisions

Test matrix of Rear v2.2 executed with rear-automated-testing

RHEL/CentOS 7.4

rear-2.2-5.el7.x86_64.rpm with BACKUP=NETFS and BACKUP=BAREOS

Ubuntu 14.04 (trusty)

rear_2.2+dfsg-2_amd64.deb with BACKUP=BAREOS

ReaR version that will be tested is:

Relax-and-Recover 2.2 / Git

Content of /etc/rear/local.conf is:

OUTPUT=ISO
OUTPUT_URL=nfs://10.0.2.2/export/isos

BACKUP=BAREOS
BAREOS_RESTORE_JOB=client-restore
BAREOS_FILESET=client-fileset
BAREOS_RECOVERY_MODE="automatic"

PRE_BACKUP_SCRIPT=/usr/local/bin/client-backup-with-bareos

PROGS=( "${PROGS[@]}" showmount mount.nfs umount.nfs )
MODULES=( "${MODULES[@]}" nfs )
PRE_RECOVERY_SCRIPT="systemctl start rpcbind.target"

PXE_CONFIG_URL=nfs://10.0.2.2/root/.config/VirtualBox/TFTP/pxelinux.cfg

ISO_DEFAULT="automatic"
ISO_RECOVER_MODE="unattended"

USE_STATIC_NETWORKING=y
KERNEL_CMDLINE="$KERNEL_CMDLINE net.ifnames=0"

FIRMWARE_FILES=( 'no' )

SSH_ROOT_PASSWORD="vagrant"

rear_2.2_amd64.deb with BACKUP=BAREOS

ReaR version that will be tested is:

Relax-and-Recover 2.2 / 2017-07-20

Content of /etc/rear/local.conf is:

OUTPUT=ISO
OUTPUT_URL=nfs://10.0.2.2/export/isos

BACKUP=BAREOS
BAREOS_RESTORE_JOB=client-restore
BAREOS_FILESET=client-fileset
BAREOS_RECOVERY_MODE="automatic"

PRE_BACKUP_SCRIPT=/usr/local/bin/client-backup-with-bareos

PROGS=( "${PROGS[@]}" showmount mount.nfs umount.nfs )
MODULES=( "${MODULES[@]}" nfs )
PRE_RECOVERY_SCRIPT="systemctl start rpcbind.target"

PXE_CONFIG_URL=nfs://10.0.2.2/root/.config/VirtualBox/TFTP/pxelinux.cfg

ISO_DEFAULT="automatic"
ISO_RECOVER_MODE="unattended"

USE_STATIC_NETWORKING=y
KERNEL_CMDLINE="$KERNEL_CMDLINE net.ifnames=0"

FIRMWARE_FILES=( 'no' )

SSH_ROOT_PASSWORD="vagrant"

Ubuntu 16.04

rear_2.2+dfsg-2_amd64.deb with BACKUP=BAREOS

ReaR version that will be tested is:

Relax-and-Recover 2.2 / Git

Content of /etc/rear/local.conf is:

OUTPUT=ISO
OUTPUT_URL=nfs://10.0.2.2/export/isos

BACKUP=BAREOS
BAREOS_RESTORE_JOB=client-restore
BAREOS_FILESET=client-fileset
BAREOS_RECOVERY_MODE="automatic"

PRE_BACKUP_SCRIPT=/usr/local/bin/client-backup-with-bareos

PROGS=( "${PROGS[@]}" showmount mount.nfs umount.nfs )
MODULES=( "${MODULES[@]}" nfs )
PRE_RECOVERY_SCRIPT="systemctl start rpcbind.target"

PXE_CONFIG_URL=nfs://10.0.2.2/root/.config/VirtualBox/TFTP/pxelinux.cfg

ISO_DEFAULT="automatic"
ISO_RECOVER_MODE="unattended"

USE_STATIC_NETWORKING=y

FIRMWARE_FILES=( 'no' )

SSH_ROOT_PASSWORD="vagrant"
0