Backup::Storage::Base
Server IP Address and SFTP port
Server credentials
# File lib/backup/storage/sftp.rb, line 15 def initialize(model, storage_id = nil) super @ssh_options ||= {} @port ||= 22 @path ||= 'backups' path.sub!(/^~\//, '') end
[Validate]
Generated with the Darkfish Rdoc Generator 2.