rossigee / backups

A small/simple python script to back up folders and databases.
13 stars 11 forks source link

Backblaze B2 destination #8

Open rossigee opened 4 years ago

rossigee commented 4 years ago

We could do with a Backblaze B2 destination...

https://www.backblaze.com/b2/docs/uploading.html

rossigee commented 4 years ago

It's possible to do this now via Minio, using the S3 destination and the 'endpoint_url' parameter...

https://github.com/rossigee/backups/commit/078f57543acb3a70b28dfc9a89fa95079fc079ca

However, a native B2 destination would still be quite cool.