The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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