Added two new config options:
CloudBackup.Options.Destination - specifies the directory in which the backup gets uploaded.
Example:
Code (YAML):
CloudBackup:
Dropbox
: true
Options:
Destination
: Backup
DeleteLocalBackup
: false
This will upload CloudBackups to your cloud account into the "Backups" folder.
CloudBackup.Options.DeleteLocalBackup - set this to "true" if you just want to keep backups in your cloud and not on the system/server itself