templates/cli/storages/sftp in backup-ssh-4.1.10 vs templates/cli/storages/sftp in backup-ssh-4.4.0

- old
+ new

@@ -6,9 +6,10 @@ 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