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

Back up to an FTP server.

In your ~/.brackup.conf file:
[TARGET:nfs_in_garage] type = Ftp path = . ftp_host = ftp.domain.tld ftp_user = user ftp_password = password

Must be "Ftp".
Server-side path, can be ".".
FTP server host, optionally with port (host:port).
Username to use.
Password to use.
