GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Brackup::Target::Sftp(3) User Contributed Perl Documentation Brackup::Target::Sftp(3)

Brackup::Target::Sftp - backup to an SSH/SFTP server

Backup to an SSH/SFTP server, using the Net::SFTP::Foreign perl module.

In 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.

type
(Mandatory.) Must be "Sftp".
path
(Mandatory). Server-side path to write backups to (may be ".").
sftp_host
(Mandatory). SSH/SFTP server hostname.
sftp_port
Port on which to connect to remote SSH/SFTP server.
sftp_user
Username to use to connect.
no_filename_colons
Flag - set to false (0/false/no) to indicate that the remote filesystem supports colons (':') in filenames. Default: 1.

Brackup::Target

Brackup::Target::Ftp

Net::SFTP::Foreign

Gavin 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.

2010-11-01 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.