[bareos-users] Re: Network error with FD during Backup: ERR=Operation timed out andNetwork error during CRAM MD5 ERROR

2021-12-10 Thread Jeff B
Hi Alexandra, I had a similar error and was able to resolve it by commenting out the TLS Enable option in the director and client. My director was running Bareos 20.0.1 on Centos 7 and my client was running Bareos 20.0.1 on Ubuntu 18.04.6 LTS. Hope this helps. Take care and God Bless, Jeff

Re: [bareos-users] Installation of Bareos Filedaemon on Raspberry PI4

2021-12-10 Thread Andreas Haase
Hello, > Am 10.12.2021 um 17:28 schrieb stefan.harb...@gmail.com > : > > Why am I not being offered the current version for installation? You used the correct bareos.list, but the repo does not contain prebuilt packages for the armhf architecture of your Raspberry. If you want to use newer

[bareos-users] Installation of Bareos Filedaemon on Raspberry PI4

2021-12-10 Thread stefan.harb...@gmail.com
Hi there, I'm trying to install the latest Bareos-FD version on my Raspberry PI4. Unfortunately, I only see version 16.2.6-5 for installation: ... root@pime01:~# dpkg -l bareos-filedaemon Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten |

AW: [bareos-users] delete Volumes

2021-12-10 Thread Stephan Hermann-Strauß
Hey Brock, thanks so much - that was very helpful! I would like to note that the "mass deleting script" needed some little changes to work for me. Here is what worked: for x in $(cat /your/path/listofvolumefiles.txt) do echo purge volume=$x | bconsole echo delete volume=$x yes | bconsole rm -f