TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: K8up – Kubernetes Backup Operator Based on Restic

53 点作者 tobru将近 6 年前

5 条评论

bryanlarsen将近 6 年前
Any advantages over velero? <a href="https:&#x2F;&#x2F;heptio.github.io&#x2F;velero&#x2F;master&#x2F;restic.html" rel="nofollow">https:&#x2F;&#x2F;heptio.github.io&#x2F;velero&#x2F;master&#x2F;restic.html</a>
评论 #20772186 未加载
评论 #20771036 未加载
评论 #20772868 未加载
glesperance将近 6 年前
We&#x27;ve been using k8s-snapshots[1] Very easy to setup and use. Very simple to add snapshots too.<p>How does this compare?<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;miracle2k&#x2F;k8s-snapshots" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;miracle2k&#x2F;k8s-snapshots</a>
评论 #20771092 未加载
评论 #20771084 未加载
tamalsaha001将近 6 年前
You can also try Stash <a href="https:&#x2F;&#x2F;github.com&#x2F;stashed&#x2F;stash" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;stashed&#x2F;stash</a> . This has been in use since 2017 and always worked with Restic.<p>Disclaimer: My company, AppsCode is the primary developer behind Stash.
评论 #20772220 未加载
评论 #20772199 未加载
yebyen将近 6 年前
I actually have a cluster that I need to tear down and do disaster recovery practice on, but didn&#x27;t know how, so I&#x27;m still paying for the &quot;important data&quot; that I generated on it.<p>I will use it tonight, thank you friend!
joseph将近 6 年前
Cool. I was about to hack a CronJob to take some backups with pg_dump, but I&#x27;m going to give this a try.