S3 Plugin: Installation

Enterprise

Bacula Enterprise Only

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

Prerequisites

This plugin uses regular filesets to be used in backup jobs where it is necessary to include a Plugin = line inside of an Include block. The structure of the Plugin = line is shown below:

Fileset S3
Fileset {
   Name = FS_S3
   Include {
      Options {
        signature = MD5
        ...
      }
      Plugin = "s3: <s3-parameter-1>=<s3-value-1> <s3-parameter-2>=<s3-value-2> ..."
   }
}

It is strongly recommended to use only one ``Plugin` line in a fileset. The plugin offers the flexibility to combine different modules or entities to backup inside the same plugin line. Different endpoints should be using different filesets and different jobs.

Instructions

See general instructions to install this plugin.

Go back to: S3 Plugin.