Hello everyone,

I've setup bacula server 11.0.5.7 community edition with libs3 and postgres
in centos 7 to upload the backups in AWS S3

Everything is working fine but I have a doubt with Archive Device as we
just want to save the backups in aws s3 (one location), not in local disk
and aws. If we setup a local server path it saves data in local server and
aws s3, if I mount the s3 bucket like this example, it duplicate the
backups. If I remove"Archive Device" line it doesn't work... I couldn't
find how to do this in bacula documentation

I don't know how to set up the bacula server to save the backups just in AWS

Any one could explain me please how can I do it?

This is part of my bacula-sd.conf:

Device {
  Name = CloudStorage
  Media Type = Cloud
  Device Type = Cloud
  Cloud = S3Cloud
  ## Archive Device = /opt/bacula    ---->> local
  Archive Device = /mnt/backupbacula     ----->> mounted using s3 fuse
  ##Maximum Part Size = 10000000
  Maximum Part Size = 1G
  LabelMedia = yes
  Random Access = Yes;
  AutomaticMount = yes
  RemovableMedia = no
  AlwaysOpen = no
#  Maximum Concurrent Jobs = 5
}

Thanks in advance,
Guille
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to