I would like to be able to backup my MiaB VPS (running Ubuntu 18.04.5 LTS) to a S3 storage (AWS, Wasabi, etc.). I understand that Duplicity is installed as part of MiaB packages.
I’m not well versed in Duplicity but is it possible to take advantage of Duplicity to create an “almost complete” backup of MiaB (not including Ubuntu software)?
I’d rather have the backup stored off-site than somewhere else in my server.
I thought it was hardcoded to Amazon S3 because the values kept clearing out. I had thought it wouldn’t go to Wasabi because it kept changing back to AmazonAWS.
I think it is working so I guess I have to wait next day to find out.
I’ve only used the local backup option, so if there is a problem with one of the others just come back and there are several people who can help you further.
Yep, we use it to backup to UpCloud S3 object storage and it works perfectly.
The fact that the form fields blank out on save threw me a bit at first as well, but 12 hours later there it was and it has worked flawlessly since.
It would be really good if the backup page made this clearer actually, as it refers multiple times to Amazon and the implication is that you can only use AWS buckets.
Thanks for the correction that it does work for other S3 formats! IIRC that was not the case originally. The change log shows that this was implemented in v 0.42b. This would explain the backup page not reflecting reality and why I was unaware.
Now, if only I could remember how to correctly do a pull request, I’d fix that.
PRs are now much easier than every before. GitHub will automatically create the fork and enter the editing page mode inside your fork, then when you are done it will ask if you want to submit a PR.
From the perspective of command line git, it’s amazingly accessible now.