[Bacula-users] Backup OK -- Upload to Cloud failed

2022-04-08 Thread Med Mouncef
Please help me find the source of this problem.
I did a lot of research and manipulations but without result.
Thank you

Bacula Community 11.0.5
bacula-sd-cloud-driver-11.0.5.so & bacula-sd-cloud-s3-driver-11.0.5.so
both in /opt/bacula/plugins
Object Storage compatible S3

bconsole
* status storage
Device Cloud (S3 Plugin): "S3" (/mnt/bacula/cloud) is not open.
   Available Cache Space=151.0 GB
==
Cloud transfer status:
   Uploads   (0 B/s) (ETA 0 s) Queued=0 0 B, Waiting=0 0 B, Processed=0 0
B, Done=0 0 B, Failed=1 421.7 MB
   Downloads (0 B/s) (ETA 0 s) Queued=0 0 B, Waiting=0 0 B, Processed=0 0
B, Done=0 0 B, Failed=0 0 B

bconsole
* status director
Running Jobs:
Console connected at 08-Apr-22 13:03
 JobId  Type Level Files Bytes  Name  Status
==
33  Back Full  0 0  CloudS3Backup SD Uploading to
Cloud

bconsole
* messages
08-Apr 13:37 vmi752904.contaboserver.net-sd JobId 33: Error:
CLD-0007/part.6 state=error   size=421.7 MB duration=195s
msg=S3_put_object ERR=NameLookupError CURL Effective URL: https://.yyy.yyy.com/CLD-0007/part.6 CURL Effective URL: https://.yyy.yyy.com/CLD-0007/part.6  retry=10
08-Apr 13:37 xx.y.net-sd JobId 33: Sending spooled attrs to the
Director. Despooling 2,064,509 bytes ...
08-Apr 13:37  xx.y.net-dir JobId 33: Bacula
vmi752904.contaboserver.net-dir 11.0.5 (03Jun21):
.
  Volume Session Time:1649422343
  Last Volume Bytes:  1,687,024,719 (1.687 GB)
  Non-fatal FD errors:0
  SD Errors:  1
  FD termination status:  OK
  SD termination status:  OK
 Termination:Backup OK -- Upload to Cloud failed

Conclusion :
backup is done locally but is not transferred to cloud.

Here are my 3 resources:

bacula-sd.conf
#
Device {
  Name = S3
  Device Type = Cloud
  Cloud = aa
  Archive Device = /mnt/bacula/cloud  # local volume cache
  Maximum Part Size = 2 GB  # important: it is the object upload granularity
  Maximum File Size = 2 GB
  Media Type = S3
  LabelMedia = yes
  Random Access = yes
  AutomaticMount = yes
  RemovableMedia = no
  AlwaysOpen = no
  Maximum Concurrent Jobs = 10
}
#
Cloud {
   Name = "aa"
   Driver = "S3"
   HostName = "yyy.yyy.com"
   Bucket Name = "bbb"
   Access Key = "8"
   Secret Key = "9"
   Protocol = HTTPS
   Uri Style = VirtualHost #VirtualHost or Path
   Truncate Cache = "AfterUpload"#
   Upload = "EachPart"  #EachPart or AtEndOfJob
   Region = "eu"
   #MaximumUploadBandwidth = 5MB/s
   #MaximumDownloadBandwidth = 5MB/s
   #Maximum Concurrent Uploads = 20
   #Maximum Concurrent Downloads = 20
}
#

bacula-dir.conf
#
Autochanger { #Autochanger ou Storage ?
  Name = S3
  Address = xxx.x.net
  SDPort = 9103
  Password = 7777
  Device = S3
  Media Type = S3
  Maximum Concurrent Jobs = 1
}
#

-- 
Med Mouncef
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Backup OK -- Upload to Cloud failed

2022-04-13 Thread Med Mouncef
Hi
Since I changed the URIStyle to Path, the error message became:
Backup OK -- Upload to Cloud failed avec
msg=S3_put_object ERR=XmlParseFailure Failed writing body (0 != 181)

Please help

Le ven. 8 avr. 2022 à 14:21, Med Mouncef  a écrit :

> Please help me find the source of this problem.
> I did a lot of research and manipulations but without result.
> Thank you
>
> Bacula Community 11.0.5
> bacula-sd-cloud-driver-11.0.5.so & bacula-sd-cloud-s3-driver-11.0.5.so
> both in /opt/bacula/plugins
> Object Storage compatible S3
>
> bconsole
> * status storage
> Device Cloud (S3 Plugin): "S3" (/mnt/bacula/cloud) is not open.
>Available Cache Space=151.0 GB
> ==
> Cloud transfer status:
>Uploads   (0 B/s) (ETA 0 s) Queued=0 0 B, Waiting=0 0 B, Processed=0 0
> B, Done=0 0 B, Failed=1 421.7 MB
>Downloads (0 B/s) (ETA 0 s) Queued=0 0 B, Waiting=0 0 B, Processed=0 0
> B, Done=0 0 B, Failed=0 0 B
>
> bconsole
> * status director
> Running Jobs:
> Console connected at 08-Apr-22 13:03
>  JobId  Type Level Files Bytes  Name  Status
> ==
> 33  Back Full  0 0  CloudS3Backup SD Uploading to
> Cloud
>
> bconsole
> * messages
> 08-Apr 13:37 vmi752904.contaboserver.net-sd JobId 33: Error:
> CLD-0007/part.6 state=error   size=421.7 MB duration=195s
> msg=S3_put_object ERR=NameLookupError CURL Effective URL: https:// name>.yyy.yyy.com/CLD-0007/part.6 CURL Effective URL: https:// name>.yyy.yyy.com/CLD-0007/part.6  retry=10
> 08-Apr 13:37 xx.y.net-sd JobId 33: Sending spooled attrs to
> the Director. Despooling 2,064,509 bytes ...
> 08-Apr 13:37  xx.y.net-dir JobId 33: Bacula
> vmi752904.contaboserver.net-dir 11.0.5 (03Jun21):
> .
>   Volume Session Time:1649422343
>   Last Volume Bytes:  1,687,024,719 (1.687 GB)
>   Non-fatal FD errors:0
>   SD Errors:  1
>   FD termination status:  OK
>   SD termination status:  OK
>  Termination:Backup OK -- Upload to Cloud failed
>
> Conclusion :
> backup is done locally but is not transferred to cloud.
>
> Here are my 3 resources:
>
> bacula-sd.conf
> #
> Device {
>   Name = S3
>   Device Type = Cloud
>   Cloud = aa
>   Archive Device = /mnt/bacula/cloud  # local volume cache
>   Maximum Part Size = 2 GB  # important: it is the object upload
> granularity
>   Maximum File Size = 2 GB
>   Media Type = S3
>   LabelMedia = yes
>   Random Access = yes
>   AutomaticMount = yes
>   RemovableMedia = no
>   AlwaysOpen = no
>   Maximum Concurrent Jobs = 10
> }
> #
> Cloud {
>Name = "aa"
>Driver = "S3"
>HostName = "yyy.yyy.com"
>Bucket Name = "bbb"
>Access Key = "8"
>Secret Key = "9"
>Protocol = HTTPS
>Uri Style = VirtualHost #VirtualHost or Path
>Truncate Cache = "AfterUpload"#
>Upload = "EachPart"  #EachPart or AtEndOfJob
>Region = "eu"
>#MaximumUploadBandwidth = 5MB/s
>#MaximumDownloadBandwidth = 5MB/s
>    #Maximum Concurrent Uploads = 20
>#Maximum Concurrent Downloads = 20
> }
> #
>
> bacula-dir.conf
> #
> Autochanger { #Autochanger ou Storage ?
>   Name = S3
>   Address = xxx.x.net
>   SDPort = 9103
>   Password = 
>   Device = S3
>   Media Type = S3
>   Maximum Concurrent Jobs = 1
> }
> #
>
> --
> Med Mouncef
>


-- 
Med Mouncef
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users