Hi @michaeldolzani,
Thanks for your feedback for using that cloud wizard. Now, when I am seeing your Bacula version (9.6.7) I did re-test with this Bacula version and I am able to reproduce this problem with reloaded page without any action. Indeed, you are right that this does not work with Amazon
driver.
This behaviour is because the Amazon
driver is not supported in Bacula 9.6
. This is relatively new driver that has been added to Bacula Community since version 15.0
.
Wortht o mention is that the S3
driver is deprecated in Bacula (it uses old libs3 library) and there is advised to use the Amazon
driver instead. The S3
driver and Amazon
driver use the same Cloud
resource configuration options (they are compatible), so from the configuration stand point the only change to do is to switch in the Director in the Cloud
configuration resource the Driver from S3
into Amazon
. This Amazon
driver works much better than this old S3
.
The general requirements to install and use Amazon
driver are the following:
- Bacula
15.0
- awscli installed (this is the Amazon CLI tool)
- the Amazon cloud driver installed
michaeldolzani Fatal error: init_dev.c:465 [SF0020] dlopen of SD driver=cloud at /usr/lib/bacula/bacula-sd-cloud-driver-9.6.7.so failed: ERR=/usr/lib/bacula/bacula-sd-cloud-driver-9.6.7.so: cannot open shared object file: No such file or directory
For this error, this S3
driver looks to be not installed. It is provided by Bacula project but it is not available natively in Debian. It can be installed by Bacula packages from bacula.org or compiled from sources.
For solutions, for using the cloud storage the Bacula 15
would be advisable. In Bookworm it is not available, but in boowkorm-backports and trixie it is available. However I don't see the Amazon
plugin in those Debian repositories. So, to have this modern cloud solution, switching to bacula.org packages can be the solution because they provide both Bacula 15
and the Amazon
driver.
Best regards,
Marcin Haba (gani)