Re: [Bacula-users] Verify Jobs not pruning cache when using S3 storage

2024-06-19 Thread Eric Bollengier via Bacula-users
Hello Martin, On 6/19/24 12:57, Martin Reissner wrote: Hello, we're running a Bacula 15.0.2 setup which stores everything in S3 storage and due to having a lot of data to backup every day we use   Truncate Cache = AfterUpload   Upload = EachPart in our "Cloud" ressources, to ensure the sy

Re: [Bacula-users] volumes, pools, media types and labels

2024-06-19 Thread Stefan G. Weichinger
Am 19.06.24 um 09:46 schrieb Radosław Korzeniewski: Did you label your tapes? You can't use tapes in Bacula without labeling. Sure I did! When you label your tapes, just use "barcodes" options and Bacula will read all barcodes from tapes and label them to match. Then you should put all your

Re: [Bacula-users] libmysqlclient.so.21

2024-06-19 Thread Davide F. via Bacula-users
Ok, there was a misunderstanding from my side, my bad. I thought you wanted to build the rom yourself. Now I understand better. In your specific context, if you get this error, it means the rpm package has a bug (missing dependency or something else). I’ll leave people from Bacula Systems answe

Re: [Bacula-users] libmysqlclient.so.21

2024-06-19 Thread Davide F. via Bacula-users
Hi, Not 100% sure, but as far as I remember, you need MySQL devel package installed Let me know if it helps. Davide On Wed, Jun 19, 2024 at 11:44 Mehrdad Ravanbod wrote: > > Hi guys > > Trying to install Bacula 13.0.4 community on a RockyLinux9(Rhel9) > computer to test it for our backup need

Re: [Bacula-users] libmysqlclient.so.21

2024-06-19 Thread Davide F. via Bacula-users
Hi, Then try installing below packages (used on Centos 7, some packages name may have changed for Rocky Linux). openssh-clients rpm-sign mariadb-devel \gcc gcc-c++ make autoconf glibc-devel \ ncurses-devel readline-devel libstdc++-devel \ zlib-devel openssl-devel libacl-devel bzip2-devel \ openld

Re: [Bacula-users] libmysqlclient.so.21

2024-06-19 Thread Mehrdad Ravanbod
Tbh, i am not too keen on building my own package from source, and none of these packages seem to have anything to do with mysql i did check the version libmysqlclient which is installed under /usr/lib64/mysql and it is version 20, i probably could install a later version of MySQL hoping for

[Bacula-users] Verify Jobs not pruning cache when using S3 storage

2024-06-19 Thread Martin Reissner
Hello, we're running a Bacula 15.0.2 setup which stores everything in S3 storage and due to having a lot of data to backup every day we use Truncate Cache = AfterUpload Upload = EachPart in our "Cloud" ressources, to ensure the systems running the SDs do not run out of diskspace. This wor

Re: [Bacula-users] libmysqlclient.so.21

2024-06-19 Thread Mehrdad Ravanbod
Installed the mysql-community-devel.x86** and the i686 versions, fails again with same error But thanks for answering Reagrds /Mehrdad On 2024-06-19 12:16, Davide F. wrote: Hi, Not 100% sure, but as far as I remember, you need MySQL devel package installed Let me know if it helps. Davide

Re: [Bacula-users] volumes, pools, media types and labels

2024-06-19 Thread Radosław Korzeniewski
Hello, śr., 19 cze 2024 o 08:27 Stefan G. Weichinger napisał(a): > > I have an annoying issue that I don't yet understand > > I read the howtos around volumes and media type etc but so far couldn't > get it working: > > There are 2 storages "File" and "HP-Autoloader" ... so disk- and > tape-base

[Bacula-users] libmysqlclient.so.21

2024-06-19 Thread Mehrdad Ravanbod
Hi guys Trying to install Bacula 13.0.4 community on a RockyLinux9(Rhel9)  computer to test it for our backup needs Installation went well, upto and including MySQl5.7, but now I am stuck Trying:  yum install bacula-mysq fails with message that -nothing provides libmysqlclient.so.21 needed