The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Brackup::Target::Ftp - backup to an FTP server

DESCRIPTION

Back up to an FTP server.

EXAMPLE

In your ~/.brackup.conf file:

  [TARGET:nfs_in_garage]
  type = Ftp
  path = .
  ftp_host = ftp.domain.tld
  ftp_user = user
  ftp_password = password

CONFIG OPTIONS

type

Must be "Ftp".

path

Server-side path, can be ".".

ftp_host

FTP server host, optionally with port (host:port).

ftp_user

Username to use.

ftp_password

Password to use.

SEE ALSO

Brackup::Target