-
-
Notifications
You must be signed in to change notification settings - Fork 765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automated offsite backup #23
Comments
Thanks, added to the list. |
After comparing the prices and consider my current usage (a few hundreds GB), I decided to go with AWS S3 Glacier Deep Archive. Backup cost:
Restore cost:
Full calculation:
So data will be backed up in 2 places:
Distributed storage also improve the resilience with 2 (or 3) replicas. |
Accidentally closed. Still need to implement the backup. |
Probably you already know this: we should test the backup. |
…from renovate/all-minor-patch into master Reviewed-on: https://git.zanelab.com/ops/homelab/pulls/23
Hey, just a few thoughts after messing around with stuff. K8up does a great job of backing up per namespace. That's kinda a pain here since we're obstensibly single tenent and namespaces are more for correctness. This means that the secret for s3 and backup schedule must be created everwhere, also, not a big deal, just tedius. The thing that is actually important with k8up is that it only backs up readwritemany volumes, which all of the current volumes are readwriteonce. This means that it runs, succeeds, and you don't actually get what you want out of it. I'm not sure if Velero is any different, but I would be interested if it works in a similar way: spin up job container, mount the volume again, run the backup. The longhorn integrated backups work without this readwritemany caveat, so that's something to think about. But that also means that they are block backups and not logical/file backups. This makes them less easy to interact with outside of longhorn itself. |
…from renovate/all-minor-patch into master Reviewed-on: https://git.qos.cc/ops/homelab/pulls/23
Backblaze B2 (pricing)Oracle Archive Storage (pricing)Wasabi (pricing)Install Minio on my other cluster at khuedoan/horus (free, but limited storage at about 100GB)Built in backup feature in Longhorn (doesn't support multiple destination)The text was updated successfully, but these errors were encountered: