Was this content helpful?
How could we make this article more helpful?
Lyve Cloud with Bacula Enterprise delivers high security backup to medium and large enterprises.
The following instructions shows how easy it is to install and deploy Lyve Cloud with Bacula.
Configure a Lyve Cloud Storage Account and provision storage buckets. Ensure that buckets are configured with All Operations (read, write, delete, and list) permissions.
Install Bacula Storage Daemon and the Bacula Cloud S3 Storage Plugin. Follow the instruction in the Install Bacula EnterpriseLinux: Bacula Enterprise Installation with BIM guide (requires a Bacula Enterprise login).
In Lyve Cloud, record the account key values you will need to configure Bacula:
The Bacula Storage Daemon configuration (bacula-sd.conf) needs to contain a specifically defined Cloud{} resource definition using the Lyve Cloud account key values (from above). The definition should have the following syntax, replacing items in <brackets> with the appropriate details related to your cloud:
Cloud { Name = "LyveCloudStorage" AccessKey = "<access-key-id>" BlobEndpoint = "<endpoint-url>" BucketName = "<bucket-name>" Driver = "Amazon" HostName = " <endpoint-url>" Protocol = HTTPS SecretKey = "<secret-access-key>" UriStyle = Path }
For example:
Cloud { Name = "LyveCloudStorage" AccessKey = "ABC1DEFGHIJKLMNO2P3Q45R" BlobEndpoint = "https://s3.sv15.lyve.seagate.com" BucketName = "bacula-XY" Driver = "Amazon" HostName = "s3.sv15.lyve.seagate.com" Protocol = HTTPS SecretKey = "ABCDEFGHIJKL1234567890XYZWQHKJLSUPTRVGFR" UriStyle = Path }
After this is completed, you are up and running!