|
From: Stefan G. W. <li...@xu...> - 2024-10-11 18:26:44
|
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.
did that, it seems to do something now ;-)
Do I understand correctly that it writes in to "/tmp/$somevol" at first
and then uploads data to the cloud?
I might play and learn a bit more and come back with more sophisticated
questions, maybe.
Thanks so far!
|