[config] # Used for authenticating the backup requests. Change to a random password, and keep the same on both the client and server. BACKUP_KEY = supersecretkey # Used for encrypting the backup files during transfer. Change to a random password, and keep the same on both the client and server. CRYPTO_KEY = supersecretkey # How often the client should backup in seconds. Default is 86400 seconds (24 hours). BACKUP_INTERVAL = 86400 # The URL of the server to send the backups to. REMOTE_URL = http://example.org:8080/api/backup # The file to backup, relative to where the command is run. FILE_LOCATION = /path/to/file