[Bacula-users] bextract on Bacula13

2023-02-28 Thread Robin Schröter

Hello,

I installed bacula 13.0.2 on my Ubunut 20.04.5 System.

Now I want to know If it is possible to install bextract also.

When I want to use it the console says I have to install bacula-sd.

I have installed Bacula-sd over Bacula 13 repo
(bacula-mysql_13.0.2-1~focal_amd64.deb )

and cant install bacula-sd because of dependencies.

Does a standalone version of bextract for Ubunut 20.04.5 exists?



___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Question about bacula 13.0.x isntallation

2023-02-03 Thread Robin Schröter

Hello Ana,

no unfortunately that is not the problem.

I tried to install Bacula 13.0.1 on a clean installed Ubuntu 20.04.

I tried the bacual-mysql packed but then I only get

bacula-client/stable,now 13.0.1-22081215~focal amd64 [installed,automatic]
bacula-common/stable,now 13.0.1-22081215~focal amd64 [installed,automatic]
bacula-console/stable,now 13.0.1-22081215~focal amd64 [installed,automatic]
bacula-mysql/stable,now 13.0.1-22081215~focal amd64 [installed]

Than I tried to install the old bacula 9.4 director first and updating 
to the newest bacula 13.0.1 version. But than the installer deleted the 
bacula-director and then I also only have these shown above.


I cant install bacula-director at all. I also tried all other packeges 
that are accessible on that repo I got from bacula without success.


https://www.bacula.org/packages/***/debs/13.0.1/dists/focal/main/binary-amd64/


Am 02.02.2023 um 23:06 schrieb Ana Emília M. Arruda:

Hello Robin,

If you had previously installed both bacula-postgresql and 
bacula-mysql, I would suggest you remove one of them. These are 
Director, File Daemon and Storage Daemon for either PostgreSQL or 
MySQL/MariaDB.


As you have problems getting Director and/or Storage installed, it is 
possible the installation is not successful because you are installing 
these two packages.


Please confirm if you have a bacula PostgreSQL or a MySQL database. 
This is very important. You need to use the correct one for the upgrade.


Best,
Ana

On Thu, Feb 2, 2023 at 5:10 PM Robin Schröter  
wrote:


Hello Ana,

i tried your solution and installed
bacula-mysql

The Server installed a few packeges but no director was installed.

bacula-client/stable,now 13.0.1-22081215~focal amd64
[installed,automatic]
bacula-common/stable,now 13.0.1-22081215~focal amd64
[installed,automatic]
bacula-console/stable,now 13.0.1-22081215~focal amd64
[installed,automatic]
bacula-mysql/stable,now 13.0.1-22081215~focal amd64 [installed]
bacula/stable,now 13.0.1-22081215~focal all [installed]

Thats the only packeges that bacula 13 can install.

Can I get the director and Storage as installed packeges?

Am 27.01.2023 um 09:43 schrieb Ana Emília M. Arruda:

Hello Robin,

Bacula Director and Bacula Storage Daemon comes in the very same
package.

You must install either the bacula_postgresql (if you use a
PostgreSQL Bacula Catalog) or the bacula_mysql (if you use a
MySQL or MariaDB Bacula Catalog). Then, as soon as you have this
package installed, you will have both Director and the Storage in
the same host. You just need to disable and stop the daemon, for
example, in the Storage only host:

* systemctl disable bacula-dir
* systemctl stop bacula-dir

Hope it helps.

Best,
Ana

On Thu, Jan 26, 2023 at 4:59 PM Robin Schröter
 wrote:

Hello,

at the moment we have to seperate Ubunut 20.04 Server.

One has Bacula-director 9.4.2 and the other has Bacula-sd 9.4.2

I got the repo link from bacula

https://www.bacula.org/packages/***/debs/13.0.1/dists/focal/main/binary-amd64/
there are the packeges I can get into ubuntu using the
sources.list.

The problem is I cant find the bacual-sd nor the
bacula-director as
seperate packeges.

I wanted to update the bacula version on these two ubuntu
Servers to the
newest 13.0.x version.

For that I need to install the bacula-sd and bacula-director
seperatly
on two different servers.

The other bacula version also only have these packeges.

bacula-cdp-plugin_13.0.1-22081215~focal_amd64.deb
bacula-client_13.0.1-22081215~focal_amd64.deb
bacula-cloud-storage-common_13.0.1-22081215~focal_amd64.deb
bacula-cloud-storage-s3_13.0.1-22081215~focal_amd64.deb
bacula-common_13.0.1-22081215~focal_amd64.deb
bacula-console_13.0.1-22081215~focal_amd64.deb
bacula-docker-plugin_13.0.1-22081215~focal_amd64.deb
bacula-docker-tools_13.0.1-22081215~focal_amd64.deb
bacula-kubernetes-plugin_13.0.1-22081215~focal_amd64.deb
bacula-kubernetes-tools_13.0.1-22081215~focal_amd64.deb
bacula-mysql_13.0.1-22081215~focal_amd64.deb
bacula-postgresql_13.0.1-22081215~focal_amd64.deb
bacula_13.0.1-22081215~focal_all.deb

I can install the bacula_13.0.1-22081215~focal_all.deb packed
but that
doesnt list bacula-sd or bacula-director as installed packeges.
In addition to that that packed also wants to install
postgresql that we
dont wanna use.

Is there a possibility to install bacula-director and
bacula-sd 13.0.x
speratly on two different servers without compiling it new?
(Because we
want to upgarde the already installed version

Re: [Bacula-users] Question about bacula 13.0.x isntallation

2023-02-02 Thread Robin Schröter

Hello Ana,

i tried your solution and installed
bacula-mysql

The Server installed a few packeges but no director was installed.

bacula-client/stable,now 13.0.1-22081215~focal amd64 [installed,automatic]
bacula-common/stable,now 13.0.1-22081215~focal amd64 [installed,automatic]
bacula-console/stable,now 13.0.1-22081215~focal amd64 [installed,automatic]
bacula-mysql/stable,now 13.0.1-22081215~focal amd64 [installed]
bacula/stable,now 13.0.1-22081215~focal all [installed]

Thats the only packeges that bacula 13 can install.

Can I get the director and Storage as installed packeges?

Am 27.01.2023 um 09:43 schrieb Ana Emília M. Arruda:

Hello Robin,

Bacula Director and Bacula Storage Daemon comes in the very same package.

You must install either the bacula_postgresql (if you use a PostgreSQL 
Bacula Catalog) or the bacula_mysql (if you use a MySQL or MariaDB 
Bacula Catalog). Then, as soon as you have this package installed, you 
will have both Director and the Storage in the same host. You just 
need to disable and stop the daemon, for example, in the Storage only 
host:


* systemctl disable bacula-dir
* systemctl stop bacula-dir

Hope it helps.

Best,
Ana

On Thu, Jan 26, 2023 at 4:59 PM Robin Schröter  
wrote:


Hello,

at the moment we have to seperate Ubunut 20.04 Server.

One has Bacula-director 9.4.2 and the other has Bacula-sd 9.4.2

I got the repo link from bacula

https://www.bacula.org/packages/***/debs/13.0.1/dists/focal/main/binary-amd64/
there are the packeges I can get into ubuntu using the sources.list.

The problem is I cant find the bacual-sd nor the bacula-director as
seperate packeges.

I wanted to update the bacula version on these two ubuntu Servers
to the
newest 13.0.x version.

For that I need to install the bacula-sd and bacula-director
seperatly
on two different servers.

The other bacula version also only have these packeges.

bacula-cdp-plugin_13.0.1-22081215~focal_amd64.deb
bacula-client_13.0.1-22081215~focal_amd64.deb
bacula-cloud-storage-common_13.0.1-22081215~focal_amd64.deb
bacula-cloud-storage-s3_13.0.1-22081215~focal_amd64.deb
bacula-common_13.0.1-22081215~focal_amd64.deb
bacula-console_13.0.1-22081215~focal_amd64.deb
bacula-docker-plugin_13.0.1-22081215~focal_amd64.deb
bacula-docker-tools_13.0.1-22081215~focal_amd64.deb
bacula-kubernetes-plugin_13.0.1-22081215~focal_amd64.deb
bacula-kubernetes-tools_13.0.1-22081215~focal_amd64.deb
bacula-mysql_13.0.1-22081215~focal_amd64.deb
bacula-postgresql_13.0.1-22081215~focal_amd64.deb
bacula_13.0.1-22081215~focal_all.deb

I can install the bacula_13.0.1-22081215~focal_all.deb packed but
that
doesnt list bacula-sd or bacula-director as installed packeges.
In addition to that that packed also wants to install postgresql
that we
dont wanna use.

Is there a possibility to install bacula-director and bacula-sd
13.0.x
speratly on two different servers without compiling it new?
(Because we
want to upgarde the already installed version)



___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Question about bacula 13.0.x isntallation

2023-01-26 Thread Robin Schröter

Hello,

at the moment we have to seperate Ubunut 20.04 Server.

One has Bacula-director 9.4.2 and the other has Bacula-sd 9.4.2

I got the repo link from bacula
https://www.bacula.org/packages/***/debs/13.0.1/dists/focal/main/binary-amd64/
there are the packeges I can get into ubuntu using the sources.list.

The problem is I cant find the bacual-sd nor the bacula-director as 
seperate packeges.


I wanted to update the bacula version on these two ubuntu Servers to the 
newest 13.0.x version.


For that I need to install the bacula-sd and bacula-director seperatly 
on two different servers.


The other bacula version also only have these packeges.

bacula-cdp-plugin_13.0.1-22081215~focal_amd64.deb
bacula-client_13.0.1-22081215~focal_amd64.deb
bacula-cloud-storage-common_13.0.1-22081215~focal_amd64.deb
bacula-cloud-storage-s3_13.0.1-22081215~focal_amd64.deb
bacula-common_13.0.1-22081215~focal_amd64.deb
bacula-console_13.0.1-22081215~focal_amd64.deb
bacula-docker-plugin_13.0.1-22081215~focal_amd64.deb
bacula-docker-tools_13.0.1-22081215~focal_amd64.deb
bacula-kubernetes-plugin_13.0.1-22081215~focal_amd64.deb
bacula-kubernetes-tools_13.0.1-22081215~focal_amd64.deb
bacula-mysql_13.0.1-22081215~focal_amd64.deb
bacula-postgresql_13.0.1-22081215~focal_amd64.deb
bacula_13.0.1-22081215~focal_all.deb

I can install the bacula_13.0.1-22081215~focal_all.deb packed but that 
doesnt list bacula-sd or bacula-director as installed packeges.
In addition to that that packed also wants to install postgresql that we 
dont wanna use.


Is there a possibility to install bacula-director and bacula-sd 13.0.x 
speratly on two different servers without compiling it new? (Because we 
want to upgarde the already installed version)




___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula 13.0x update & Feature Question

2023-01-24 Thread Robin Schröter

Hello,

thanks for your fast answer.

I tried to install bacula 13.0.1 on the system but I couldnt find the 
bacula-sd packed.


We have 2 different Ubuntu 20.04  System to separate
Bacula director and
Bacual storage daemon.

Is where a possibility to install the
bacula-sd and
bacula-director

separateon two different servers?

Am 23.01.2023 um 17:56 schrieb Radosław Korzeniewski:

Hello,

pon., 23 sty 2023 o 15:23 Robin Schröter  napisał(a):

Hello,

I have two questions.

1.

I have two different Ubunut 20.04 systems.
One runs bacula 9.4.2 Storage daemon and the other runs bacula 9.4.2
director.
I instaled this through ubuntu apt install.
Now I want to update the bacula version to 13.0.x. Is an inplace
update
from Bacula 9.4.2 to 13.0.x possible?


Yes, in-place update is possible.

Im also using a mysql database for the catalog. Can this also be
updated?


???

The Bacula catalog schema will be updated (and is required to update). 
No need to update the MySQL version.



2.

In your bacula 13.0.x manual I read this.
However, to remove deleted files from the catalog during a
Differential
backup is quite a time consuming process and not currently
implemented
in Bacula. It is, however, a planned future feature.

Do you know if this features is worked on and when it will be
implemented?


I'm pretty sure it is implemented in the "dbcheck" utility or in the 
"Accurate job" backup mode, depending on what exactly you need.

best regards
--
Radosław Korzeniewski
rados...@korzeniewski.net___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula 13.0x update & Feature Question

2023-01-23 Thread Robin Schröter

Hello,

I have two questions.

1.

I have two different Ubunut 20.04 systems.
One runs bacula 9.4.2 Storage daemon and the other runs bacula 9.4.2 
director.

I instaled this through ubuntu apt install.
Now I want to update the bacula version to 13.0.x. Is an inplace update 
from Bacula 9.4.2 to 13.0.x possible?

Im also using a mysql database for the catalog. Can this also be updated?

2.

In your bacula 13.0.x manual I read this.
However, to remove deleted files from the catalog during a Differential 
backup is quite a time consuming process and not currently implemented 
in Bacula. It is, however, a planned future feature.


Do you know if this features is worked on and when it will be implemented?


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users