Oracle
Since the OCI CLI installation requests credentials, and buckets created with oci already specify the default localization, Bacula will detect these automatically.
Note
The only mandatory parameters are Name, Driver, BucketName and HostName.
The HostName holds the oci config file location (see Setup the OCI CLI config).
If you configured oci into /opt/bacula/etc/oci/, you don’t need to specify HostName:
Cloud {
Name = MyCloud
Driver = "Oracle" #mandatory
BucketName = "MyBucket" #mandatory
}
You can specify a custom oci config file through the HostName attribute:
Cloud {
Name = MyCloud
Driver = "Oracle" #mandatory
BucketName = "MyBucket" #mandatory
HostName = "/path/to/oci/config"
}
Go back to: Cloud Resource Examples.