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