Sha256: b615bb09f77de2072e70d74daee7771a217a0c499b6da541acfcf4bdab4647b8
Contents?: true
Size: 448 Bytes
Versions: 44
Compression:
Stored size: 448 Bytes
Contents
## # SCP (Secure Copy) [Storage] # store_with SCP do |server| server.username = "my_username" server.password = "my_password" server.ip = "123.45.678.90" server.port = 22 server.path = "~/backups/" server.keep = 5 # server.keep = Time.now - 2592000 # Remove all backups older than 1 month. # Additional options for the SSH connection. # server.ssh_options = {} end
Version data entries
44 entries across 44 versions & 9 rubygems