Re: [Bacula-users] Questions re installing on Debian 11 Bullseye

2023-10-06 Thread Vaughan Wickham
Hello, This is the correct entry: deb [signed-by=/usr/share/keyrings/bacula-community.gpg] https://www.bacula.org/packages/@access_key@/debs/13.0.3 bullseye main Regards, Vaughan ___ Bacula-us

Re: [Bacula-users] Questions re installing on Debian 11 Bullseye

2023-10-05 Thread Vaughan Wickham
Hello, I’ve added the gpg key. I’ve configured /etc/apt/sources.list.d/Bacula-Community.list as follows: deb [signed-by=/usr/share/keyrings/bacula-community.gpg] https://www.bacula.org/packages/@access_key@/debs/13.0.3 bullseye main st

Re: [Bacula-users] Questions re installing on Debian 11 Bullseye

2023-10-05 Thread Peter Milesson via Bacula-users
Hi Vaughan, this article describes how to use the new methods to add gpg keys. The best instruction I have found so far. Works from Bullseye and up. https://www.linuxuprising.com/2021/01/apt-key-is-deprecated-how-to-add.html Best regards, Peter On 05.10.2023 5:48, Vaughan Wickham wrote: H

Re: [Bacula-users] Questions re installing on Debian 11 Bullseye

2023-10-04 Thread Vaughan Wickham
Hello, I’ve attempted to follow the documentation below (thanks to Davide for sharing) https://bacula.org/whitepapers/CommunityInstallationGuide.pdf However, step 4.2 (Import the GPG key) fails due to apt-key being deprecated. I also understand that there are potentially issues with the trusted

Re: [Bacula-users] Questions re installing on Debian 11 Bullseye

2023-10-04 Thread Peter Milesson via Bacula-users
Hi folks, Installing on Debian 11 is bound to fail, as the documentation and reality are not in sync. I had this problem yesterday, and spent quite some time figuring out what was wrong. About the package manager entry under /etc/apt/sources.list.d, the document mentioned below states: "# Ba

Re: [Bacula-users] Questions re installing on Debian 11 Bullseye

2023-10-04 Thread Pedro Oliveira
Hi  Vaughan Heitor from Bacula Latam has a script that automates the Bacula Instalation process. Please have a look at https://www.bacula.lat/community/bacula-community-9-x-official-packages-installation-script/?lang=en Best Regards Pedro Às 06:18 de 04/10/23, Vaughan Wickham escreveu: H

Re: [Bacula-users] Questions re installing on Debian 11 Bullseye

2023-10-04 Thread Davide F. via Bacula-users
Hi, There’s a specific documentation for rpm and deb Bacula installation. https://bacula.org/whitepapers/CommunityInstallationGuide.pdf Hope it helps Davide On Wed, 4 Oct 2023 at 07:36 Vaughan Wickham wrote: > Hello, > > > > I’m trying to the follow the installation / setup instructions here

[Bacula-users] Questions re installing on Debian 11 Bullseye

2023-10-03 Thread Vaughan Wickham
Hello, I'm trying to the follow the installation / setup instructions here https://www.bacula.org/13.0.x-manuals/en/main/Installing_Bacula.html Unfortunately, I'm finding these docs hard to follow. The 'Installing Bacula' section appears to focus primarily on building Bacula from the source.