mirror of
https://github.com/eftechcombr/bacula.git
synced 2025-08-25 14:51:14 +00:00
Build 13.0.3
This commit is contained in:
50
docker/etc/samples/bacula-sd-s3.conf.sample
Executable file
50
docker/etc/samples/bacula-sd-s3.conf.sample
Executable file
@@ -0,0 +1,50 @@
|
||||
# Define a virtual autochanger for AWS S3
|
||||
#
|
||||
# Change AccessKey and SecretKey on Cloud resource
|
||||
#
|
||||
|
||||
# Autochangers
|
||||
|
||||
Autochanger {
|
||||
Name = "CloudAutoChangerS3"
|
||||
Device = CloudStorageS3
|
||||
Changer Command = ""
|
||||
Changer Device = /dev/null
|
||||
}
|
||||
|
||||
# Devices
|
||||
|
||||
Device {
|
||||
Name = "CloudStorageS3"
|
||||
Device Type = "Cloud"
|
||||
Cloud = "S3-cloud-us-west-2"
|
||||
Maximum Part Size = 2M
|
||||
Maximum File Size = 2M
|
||||
Media Type = "CloudType"
|
||||
Archive Device = "/tmp"
|
||||
LabelMedia = yes
|
||||
Random Access = yes
|
||||
AutomaticMount = yes
|
||||
RemovableMedia = no
|
||||
AlwaysOpen = no
|
||||
}
|
||||
|
||||
# Cloud providers
|
||||
# Hostname see https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region
|
||||
|
||||
Cloud {
|
||||
Name = "S3-cloud-us-west-2"
|
||||
Driver = "S3"
|
||||
HostName = "s3.us-west-2.amazonaws.com"
|
||||
BucketName = "eftechcombr-backup"
|
||||
AccessKey = "ABC"
|
||||
SecretKey = "DEF"
|
||||
Protocol = HTTPS
|
||||
UriStyle = "VirtualHost"
|
||||
Truncate Cache = "AfterUpload"
|
||||
Upload = "EachPart"
|
||||
Region = "us-west-2"
|
||||
MaximumUploadBandwidth = 10MB/s
|
||||
}
|
||||
#
|
||||
#
|
Reference in New Issue
Block a user