You can also try Stash https://github.com/stashed/stash . This has been in use since 2017 and always worked with Restic. Disclaimer: My company, AppsCode is the primary developer behind Stash.
Show HN: K8up – Kubernetes Backup Operator Based on Restic
11–19 of 19 posts
Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic
#12You can also try Stash https://github.com/stashed/stash . This has been in use since 2017 and always worked with Restic. Disclaimer: My company, AppsCode is the primary developer behind Stash.
How does this compare? It appears to only backup chosen apps, not necessarily a whole cluster?
Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic
#13I will use it tonight, thank you friend!
Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic
#14Any advantages over velero? https://heptio.github.io/velero/master/restic.html
Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic
#15We've been using k8s-snapshots[1] Very easy to setup and use. Very simple to add snapshots too. How does this compare? [1] https://github.com/miracle2k/k8s-snapshots
* K8up uses Restic, k8s-snapshots Tarsnap * K8up doesn't do snapshots but file-based backups supporting any RWX storage and to some extend RWO (still to be improved) * K8up can do pre-backup tasks like dumping a database to have application consistent backups * K8up has a great amount of monitoring backed in for providing a good overview via Prometheus if the backups really work * K8up can send webhooks about backups…
Does that mean I could use the SFTP transport of restic and send my K8up generated backups to any old SFTP server ?
Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic
#16Any advantages over velero? https://heptio.github.io/velero/master/restic.html
It says 404 there isn't a GitHub Pages site here... where did heptio docs move to now that they are VMware?
Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic
#17Earlier quoted context omitted.
* K8up uses Restic, k8s-snapshots Tarsnap * K8up doesn't do snapshots but file-based backups supporting any RWX storage and to some extend RWO (still to be improved) * K8up can do pre-backup tasks like dumping a database to have application consistent backups * K8up has a great amount of monitoring backed in for providing a good overview via Prometheus if the backups really work * K8up can send webhooks about backups…
"* K8up uses Restic ..." Does that mean I could use the SFTP transport of restic and send my K8up generated backups to any old SFTP server ?
Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic
#18You can also try Stash https://github.com/stashed/stash . This has been in use since 2017 and always worked with Restic. Disclaimer: My company, AppsCode is the primary developer behind Stash.
Stash was an inspiration for K8up. Unlike Stash, K8up is non-intrusive and doesn't add additional containers to Pods. It runs as k8s jobs besides the application Pods.
Re: Show HN: K8up – Kubernetes Backup Operator Based on Restic
#19You can also try Stash https://github.com/stashed/stash . This has been in use since 2017 and always worked with Restic. Disclaimer: My company, AppsCode is the primary developer behind Stash.
How does this compare? It appears to only backup chosen apps, not necessarily a whole cluster?