Device { Name = S3_ObjectStorage Media Type = S3_Object Archive Device = S3 Object Storage # # Config options: # profile= - Droplet profile to use either absolute PATH or logical name (e.g. ~/.droplet/.profile # location= - AWS location (e.g. us-east etc.) # acl= - Canned ACL # storageclass= - Storage Class to use. # bucket= - Bucket to store objects in. # chunksize= - Size of Volume Chunks (default = 10 Mb) # iothreads= - Number of IO-threads to use for uploads (use blocking uploads if not set.) # ioslots= - Number of IO-slots per IO-thread (default 10) # mmap - Use mmap to allocate Chunk memory instead of malloc(). # Device Options = "profile=/etc/bareos/bareos-sd.d/device/droplet/droplet.profile,bucket=myBucketOnS3,iothreads=5" Device Type = droplet LabelMedia = yes # lets Bareos label unlabeled media Random Access = yes AutomaticMount = yes # when device opened, read it RemovableMedia = no AlwaysOpen = no Description = "S3 Object device. A connecting Director must have the same Name and MediaType." Maximum File Size = 500M # 500 MB (allows for seeking to small portions of the Volume) Maximum Concurrent Jobs = 1 Maximum Spool Size = 15000M }