Brad Fitzpatrick > Brackup-1.09 > Brackup::Target

Download:
Brackup-1.09.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  6
Open  9
View Bugs
Report a bug
Source  

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

keep_backups

The number of recent backups to keep when running brackup-target prune.