Re: setting up an autochange in the cloud
"Stefan G. Weichinger" <[email protected]>
| Newsgroups | gmane.comp.bacula.user |
|---|---|
| Message-ID | <[email protected]> |
Am 11.10.24 um 19:44 schrieb Marcin Haba: > On Fri, 11 Oct 2024 at 19:16, Marcin Haba <[email protected]> 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.