Sha256: b21094c530eadfc953a163e8c724fd59d6de326a757e09a4307ae8b4f8dd9b00
Contents?: true
Size: 509 Bytes
Versions: 7
Compression:
Stored size: 509 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 ## # Flag to use local backups attr_accessor :local end end end end end
Version data entries
7 entries across 7 versions & 2 rubygems