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


Brackup documentation  | view source Contained in the Brackup distribution.

Index


NAME

Top

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

DESCRIPTION

Top

Back up to an FTP server.

EXAMPLE

Top

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

Top

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

Top

Brackup::Target


Brackup documentation  | view source Contained in the Brackup distribution.