ZENAdmin-Ops
ZENAdmin-Ops
The reason this is failing is not due to the non-standard SSH port as I changed the config to use port 22 and the behaviour is identical. Is there a...
@jsmeix Thanks for your advice. I have been able to identify the issue after obtaining the debug logs. There were two errors. If you were to closely compare the following...
@jsmeix I think in this case the example conf file is wrong. In the section that you refer to you will also notice the following statement _Setup ssh key infrastructure...
@jsmeix I'm willing to look into trying to get this working and then sharing the necessary updates. However I'm new to Linux and I still consider myself a newbie. So...
@jsmeix Tried hard-coding borg_dst_dev as suggested Also removed the following from the conf file ``` BORGBACKUP_PORT BORGBACKUP_USERNAME ``` Quick test produced the following ``` + source /usr/share/rear/prep/BORG/default/300_init_archive.sh ++ has_binary borg...
@jsmeix I've got it working by making a few changes as suggested plus some changes in the conf file. It's late here now, I'll document tomorrow.
@jsmeix Here are the changes that I made to: 100_set_vars.sh ``` if [ "$BORGBACKUP_HOST" == "bbox3.zeb.net.au" ]; then borg_dst_dev='bbox3.zeb.net.au:/media/zen/REAR-000/Borg_Off-site' fi ``` I need to make the setting of borg_dst_dev conditional,...
Hello, Possibly the issue might be that I need to define a 'client' that the ReaR recovery environment will use when performing the restore. I must admit that I'm not...
Hello, I've attempted some troubleshooting and this error appears to be a bug ``` sudo rear mkrescue -v Relax-and-Recover 2.7 / 2022-07-13 Running rear mkrescue (PID 405169 date 2023-11-08 10:07:54)...
Hello, Can you check the syntax of the 2nd line ``` nc -vz debian11-dr6 9101 debian11-DR6.zen.local [192.168.200.40] 9101 (bacula-dir) open zen@debian11-DR6:~$ debian11-DR6.zen.local [192.168.200.40] 9101 (bacula-dir) opensudo bash: syntax error near...