I have compiled Bacula 9.6.5 on Debian 10, with a lot of help from the
folks here.

Now I cannot get S3 to work, probably my own lack of knowledge.

I can back up and restore to local directories, that is no problem.

However I am unable to get th S3 module to backup to an S3 server.  I
can use Fuse S3 to mount the S3 storage and move files back and forth.

=======================

>From ./bconsole

The defined Storage resources are:
     1: storage_dev_S3_nd1
     2: File1
     3: File2
Select Storage resource (1-3): 1
Connecting to Storage daemon storage_dev_S3_nd1 at debian:9103 ...

(hangs and no log is produced)

I can't figure out what else to do. Can anyone help?

=========================

bacula_sd.conf

Device {
  Name = dev_S3_nd1
  Device Type = Cloud
  Cloud = S3Cloud
  Archive Device = /home/user1/dirNFS/bu/bacula_cloudstorage_test
  Maximum Part Size = 10000000
  Media Type = CloudType
  LabelMedia = yes;
  Random Access = Yes;
  AutomaticMount = yes
  RemovableMedia = no
  AlwaysOpen = no
}


Cloud {
  Name = S3Cloud
  Driver = "S3"
  HostName = <redacted but pings, and can mount and move files back and
forth with Fuse S3)
  BucketName = "test_bucket"
  Access Key = <redacted>
  Secret Key = <redacted>
  Protocol = HTTPS
  UriStyle = VirtualHost
  Truncate Cache = No
  Upload = EachPart
  Region = "us-central-1"
  MaximumUploadBandwidth = 5MB/s
}

==========================

bacula_dir.conf

Storage {
    Name = storage_dev_S3_nd1
    Address = debian
    SD Port = 9103
    Password = <redacted - bacula_sd.conf password>
    Device = dev_S3_nd1
    Media Type = CloudType
}


Job {
  Name = "BackupClient1-to-Cloud"
  JobDefs = "DefaultJob"
  Storage = storage_dev_S3_nd1
  Client = debian-fd
}

_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to