|
From: Stefan G. W. <li...@xu...> - 2024-10-11 17:59:35
|
Am 11.10.24 um 19:44 schrieb Marcin Haba:
> On Fri, 11 Oct 2024 at 19:16, Marcin Haba <gan...@gm...> 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.
ok, thanks, will try as soon as my changer works.
Would be great to get that working today.
|