|
NAMEBrackup::Target::Sftp - backup to an SSH/SFTP serverDESCRIPTIONBackup to an SSH/SFTP server, using the Net::SFTP::Foreign perl module.EXAMPLEIn your ~/.brackup.conf file:[TARGET:server_sftp] type = Sftp path = /path/on/server sftp_host = server.example.com sftp_user = user At this time there is no 'sftp_password' setting - you are encouraged to use ssh keys for authentication instead of passwords. Alternatively, you can enter your password interactively when prompted. CONFIG OPTIONS
SEE ALSOBrackup::TargetBrackup::Target::Ftp Net::SFTP::Foreign AUTHORGavin Carr <gavin@openfusion.com.au>.Copyright (c) 2008 Gavin Carr. This module is free software. You may use, modify, and/or redistribute this software under the same terms as perl itself.
Visit the GSP FreeBSD Man Page Interface. |