#1397 Issue closed
: Bareos automatic recovery stops after the restore (during recover mode)¶
Labels: bug
, fixed / solved / done
, Dedicated Priority Support
gdha opened issue at 2017-06-28 13:17:¶
- rear version (/usr/sbin/rear -V): 2.1
- OS version (cat /etc/rear/os.conf or lsb_release -a): centos7
- rear configuration files (cat /etc/rear/site.conf or cat /etc/rear/local.conf):
BACKUP=BAREOS
ISO_DEFAULT=automatic
- Are you using legacy BIOS or UEFI boot? BIOS
- Brief description of the issue: rear automated testing system stops at
Did the backup successfully restore to '/mnt/local' ? Ready to continue ?"
just after the bareos restore job finished - waiting on a confirmation. That is not the purpose within an automated test environment.
- Work-around, if any: edit and modify in file
restore/BAREOS/default/400_restore_backup.sh
line:
if [ "$ISO_DEFAULT" != "unattended" ]
with
if [ "$ISO_DEFAULT" != "automatic" ]
gdha commented at 2017-07-11 05:51:¶
Commit fixes the issue - we can close this issue
[Export of Github issue for rear/rear.]