Author Topic: Implementation of improvement request  (Read 3264 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Implementation of improvement request
« on: May 04, 2020, 12:29:48 PM »
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:

Code: [Select]
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?