NAME
Brackup::Target - describes the destination for a backup
EXAMPLE
In your ~/.brackup.conf file:
[TARGET:amazon]
type = Amazon
aws_access_key_id = ...
aws_secret_access_key = ....
GENERAL CONFIG OPTIONS
- type
-
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