I’m trying to configure Bareos to work with S3 but i have some problems in the configuration and i can’t find any guide online to help me with that. is any of you guys have an experience with that. did any of you used it before or still using it. this is my /etc/bareos/bareos-dir.d/storage/File.conf
Storage {
Name = File
Address = ""
Password = ""
Device = S3_ObjectStorage
Media Type = S3_File_1
}
i know that i have a problem in this file but i don’t know what is the address and password i need to add here
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello sorry for my english, that file is for the storage daemon config.
You need configure that file on name with the fqdn and the password.
https://github.com/bareos/bareos/blob/master/core/src/stored/backends/droplet_device.d/bareos-sd.d/device/S3_ObjectStorage.conf.example
have not tried it but this looks like the example you would need