Backup

Enterprise

Bacula Enterprise Only

This solution is only available for Bacula Enterprise. For subscription inquiries, please reach out to sales@baculasystems.com.

The S3 Plugin backup configurations currently have one specific requirement in the Job resource.

The only special requirement with S3 jobs is that Accurate mode backups must be disabled, as this feature is not supported at this time.

Job Example
Job {
   Name = s3-mybucket-backup
   Fileset = fs-s3-all
   Accurate = no
   ...
}

Read more:

Go back to: S3 Plugin: Operations.