DRLM Client Recover
In this section we show how to recover a system which has been backed up.
PXE Client Recover
In this example your client and server has the following configuration. Content of client configuration file /etc/drlm/clients/fosdemcli4.cfg
DRLM_BKP_TYPE="PXE"
DRLM_BKP_PROT="NETFS"
DRLM_BKP_PROG="TAR"
Reboot the Client and select boot from network. Automaticaly will boot from PXE.
The DRLM server gives us through PXE/TFTP the client boot system. We just have to select first menu option to enter in the recovery system.

Once we have the system ready Login as “root”. No password required.

Now we can recover the system with the command “rear recover”.

The system is recovering.

System recovered! So we only have to restart the client.

ISO Client Recover
In this example your client and server has the following configuration. Content of client configuration file /etc/drlm/clients/ReaRCli1.cfg
DRLM_BKP_TYPE="ISO"
DRLM_BKP_PROT="RSYNC"
DRLM_BKP_PROG="RSYNC"
If an ISO type rescue image has been done we can get it from DRLM stord directory (/var/lib/drlm/store/ClientName/ConfigName/*.iso):
~# ls /var/lib/drlm/store/ReaRCli1/default/*.iso
/var/lib/drlm/store/ReaRCli1/default/ReaRCli1-default-DRLM-recover.iso
And use this image to create a new machine from ISO:


When Relax-and-Revocer menu appear, we just have to select first menu option to enter in the recovery system.

Once we have the system ready Login as “root”. No password required.

Now we can recover the system with the command “rear recover”.

System recovered! So we only have to restart the client.
