Sha256: e1ddc55a9cbd96cee05542dd6d55366b24ac9ceb0ac344223350ddb9c6d243c8

Contents?: true

Size: 470 Bytes

Versions: 44

Compression:

Stored size: 470 Bytes

Contents

  ##
  # SFTP (Secure File Transfer Protocol) [Storage]
  #
  store_with SFTP 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

Version Path
backup-ssh-4.4.5 templates/cli/storages/sftp
backup-5.0.0.beta.3 templates/cli/storages/sftp
backup-remote-0.0.19 templates/cli/storages/sftp
backupii-0.1.0.pre.alpha.2 templates/cli/storages/sftp
backupii-0.1.0.pre.alpha.1 templates/cli/storages/sftp
cm-backup-1.0.0 templates/cli/storages/sftp
backedup-5.0.0.beta.5 templates/cli/storages/sftp
backedup-5.0.0.beta.4 templates/cli/storages/sftp
backedup-5.0.0.beta.3 templates/cli/storages/sftp
ext_backup-5.0.0.beta.2.1 templates/cli/storages/sftp
backup-ssh-4.4.4 templates/cli/storages/sftp
backup-ssh-4.4.3 templates/cli/storages/sftp
ext_backup-5.0.0.beta.2.ext.0.1.2 templates/cli/storages/sftp
backup-4.4.1 templates/cli/storages/sftp
ext_backup-5.0.0.beta.2.ext.0.1.1 templates/cli/storages/sftp
ext_backup-5.0.0.beta.2.ext.0.1.0 templates/cli/storages/sftp
backup-remote-0.0.18 templates/cli/storages/sftp
backup-5.0.0.beta.2 templates/cli/storages/sftp
backup-5.0.0.beta.1 templates/cli/storages/sftp
backup-remote-0.0.17 templates/cli/storages/sftp