Sha256: e36b5b5bd74d6b5f09995a95a82111ccc04c321ecdaf571dcb7935f2a74d6d12

Contents?: true

Size: 337 Bytes

Versions: 56

Compression:

Stored size: 337 Bytes

Contents

  ##
  # FTP (File Transfer Protocol) [Storage]
  #
  store_with FTP do |server|
    server.username     = "my_username"
    server.password     = "my_password"
    server.ip           = "123.45.678.90"
    server.port         = 21
    server.path         = "~/backups/"
    server.keep         = 5
    server.passive_mode = false
  end

Version data entries

56 entries across 56 versions & 8 rubygems

Version Path
backup_zh-4.0.3.1 templates/cli/storages/ftp
backup-3.11.0 templates/cli/storage/ftp
backup-4.0.3 templates/cli/storages/ftp
backup-4.0.2 templates/cli/storages/ftp
nfm-backup-4.0.1a templates/cli/storages/ftp
backup-4.0.1 templates/cli/storages/ftp
backup-4.0.0 templates/cli/storages/ftp
backup-4.0.0rc1 templates/cli/storages/ftp
backup-3.10.0 templates/cli/storage/ftp
backup-3.9.0 templates/cli/storage/ftp
backup-3.8.0 templates/cli/storage/ftp
backup-3.7.2 templates/cli/storage/ftp
backup-3.7.1 templates/cli/storage/ftp
backup-3.7.0 templates/cli/storage/ftp
backup-3.6.0 templates/cli/storage/ftp
backup-3.5.1 templates/cli/storage/ftp
backup-3.5.0 templates/cli/storage/ftp
backup-3.4.0 templates/cli/storage/ftp
backup-3.3.2 templates/cli/storage/ftp
backup-3.3.1 templates/cli/storage/ftp