Sha256: 3608dab468d7242945df3e0bf3e96125d73152cd35c00a3129312dc0133eef5a
Contents?: true
Size: 725 Bytes
Versions: 27
Compression:
Stored size: 725 Bytes
Contents
## # Dropbox [Storage] # # Your initial backup must be performed manually to authorize # this machine with your Dropbox account. This authorized session # will be stored in `cache_path` and used for subsequent backups. # store_with Dropbox do |db| db.api_key = "my_api_key" db.api_secret = "my_api_secret" # Sets the path where the cached authorized session will be stored. # Relative paths will be relative to ~/Backup, unless the --root-path # is set on the command line or within your configuration file. db.cache_path = ".cache" # :app_folder (default) or :dropbox db.access_type = :app_folder db.path = "/path/to/my/backups" db.keep = 25 end
Version data entries
27 entries across 27 versions & 5 rubygems