On Fri, 11 Oct 2024 at 19:16, Marcin Haba <ganius...@gmail.com> wrote:
> > Cloud {
> >    Name = "contabo-bucket1"
> >    Driver = "S3"
> >    HostName = "eu2.contabostorage.com"
> >    BucketName = "bucxxxx"
> >    AccessKey = "xxx"
> >    SecretKey = "xxxx"
> >    Protocol = "HTTPS"

Hello Stefan,

One more thing. In Bacula 15 you can use the new 'Amazon' cloud driver.

To use it, in the storage daemon Cloud resource you need to change the old S3:

   Driver = "S3"

into:

   Driver = "Amazon"

And you may need to add the BlobEndpoint directive for non-AWS cloud storage.

Best regards,
Marcin Haba (gani)


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

Reply via email to