Sha256: a47cd877167b3ec476fadd35b5b67a87bf5c76e0d656f47844a9e5db6927c32f

Contents?: true

Size: 333 Bytes

Versions: 2

Compression:

Stored size: 333 Bytes

Contents

  ##
  # Ninefold Cloud Storage [Storage]
  #
  store_with Ninefold do |nf|
    nf.storage_token   = "my_storage_token"
    nf.storage_secret  = "my_storage_secret"
    nf.path            = "/path/to/my/backups"
    nf.keep            = 10
    # nf.keep            = Time.now - 2592000 # Remove all backups older than 1 month.
  end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
backup-4.2.3 templates/cli/storages/ninefold
backup-4.2.2 templates/cli/storages/ninefold