
Brackup::Target - describes the destination for a backup

In your ~/.brackup.conf file:
[TARGET:amazon] type = Amazon aws_access_key_id = ... aws_secret_access_key = ....

The driver for this target type. The type Foo corresponds to the Perl module Brackup::Target::Foo.
As such, the only valid options for type, if you're just using the Target modules that come with the Brackup core, are:
Amazon -- see Brackup::Target::Amazon for configuration details
Filesystem -- see Brackup::Target::Filesystem for configuration details
The number of recent backups to keep when running brackup-target prune.