Fork me on GitHub

pimatic-backup by Wiebe Nieuwenhuis (sweebee) | github | npm

pimatic-backup

Backup your pimatic config via FTP

Options

host:
  description: "Url to the backup server"
  type: "string"
port:
  description: "Port of the backup server"
  type: "number"
  default: 21
username:
  description: "Username of the backup server"
  type: "string"
password:
  description: "Password of the backup server"
  type: "string"
path:
  description: "Remote path of the backup server where the config should be saved"
  type: "string"
interval:
  description: "Backup interval in hours"
  type: "number"
  default: 24

Plugin Config Options

Backup config
OptionDescriptionDefault
debug
boolean
Log information for debugging
false
interval
integer
The inteval for creating backups
24
driver
string
The backup driver to use
driverOptions
object
Options for the driver
pimatic-backup is written by Wiebe Nieuwenhuis (sweebee)