Hi,
Implementation of improvement request:
It would be great if my daily/weekly/monthly backups could be uploaded to a remote site via cURL.
There are various sites that accept temporary file storage via their API like:
curl -F "email=e@ma.il" -F "description=$DESC" -F "tags=Backup" -F "filesUploaded=@$f" https://blabla.hosting/upload
Or maby that I create a bash script and after the whole backup is done, a post-backup script could be run?