Hey Guys,
Trying to setup a new backup server to run backups to an AWS S3 Bucket. I
was able build both required version of the libs3 driver and bacula
community install (9.4.4) and all appears to be correct. I need a little
help setting up my bacula-dir and bacula-sd files in order to use the
backup. I think i have the Bacula-SD file configs correct, but beyond that
i am unsure of how to proceed.
bacula-sd.conf
Device {
Name = CloudStorage
Device Type = Cloud
Cloud = S3Cloud
Archive Device = /backups/CloudStorage
Maximum Part Size = 10000000
Media Type = CloudType
LabelMedia = yes
Random Access = Yes;
AutomaticMount = yes
RemovableMedia = no
AlwaysOpen = no
}
Cloud {
Name = S3Cloud
Driver = "S3"
HostName = "s3.amazonaws.com"
BucketName = "s3-test"
AccessKey = "AccessKey"
SecretKey = "SecretKey"
Protocol = HTTPS
UriStyle = VirtualHost
Truncate Cache = AfterUpload
Upload = EachPart
Region = "us-east-1"
MaximumUploadBandwidth = 5MB/s
}
Thank You
Bryan
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users