|
From: Stefan G. W. <li...@xu...> - 2024-10-11 18:16:17
|
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, fixed some things
I now get
tx100-sd JobId 11: Error: contabo-bck1-0005/part.2 state=error
retry=10/10 size=386 B duration=1s
msg=/opt/bacula/plugins/aws_cloud_driver upload contabo-bck1-0005
part.2. FileNotFoundError: [Errno 2] No such file or directory: 'aws'
Child exited with code 1
tx100-sd JobId 11: Error: contabo-bck1-0005/part.1 state=error
retry=10/10 size=261 B duration=1s
msg=/opt/bacula/plugins/aws_cloud_driver upload contabo-bck1-0005
part.1. FileNotFoundError: [Errno 2] No such file or directory: 'aws'
Child exited with code 1
tx100-sd JobId 11: Cloud Upload transfers:
tx100-sd JobId 11: Elapsed time=00:00:01, Transfer rate=0 Bytes/second
bacula-fd JobId 11: Could not stat "/opt/bacula/bin": ERR=Datei
oder Verzeichnis nicht gefunden
tx100-sd JobId 11: Using driver /opt/bacula/plugins/aws_cloud_driver
Bucket=bucket1
tx100-sd JobId 11: Wrote label to prelabeled Volume "contabo-bck1-0005"
on Cloud device "CloudStorage1" (/tmp)
tx100-sd JobId 11: Labeled new Volume "contabo-bck1-0005" on Cloud
device "CloudStorage1" (/tmp).
hmmm
;-)
|