Sha256: d0e1ffd22887445072891ee9c139d1f0de5c2c9de79bcb1a58ab7d9f1118dcf2
Contents?: true
Size: 426 Bytes
Versions: 22
Compression:
Stored size: 426 Bytes
Contents
# encoding: utf-8 module Backup module Configuration module Storage class RSync < Base class << self ## # Server credentials attr_accessor :username, :password ## # Server IP Address and SSH port attr_accessor :ip, :port ## # Path to store backups to attr_accessor :path end end end end end
Version data entries
22 entries across 22 versions & 3 rubygems