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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Zbackup: open-source, encrypted, de-duplicated, compressed backups

76 点作者 frenkel超过 10 年前

9 条评论

jude-超过 10 年前
I'm a little concerned about the use of deduplication and encryption in the same system. If done improperly, deduplication followed by encryption potentially leaks information--a passive adversary can make some good guesses at what's going in with the plaintext across backups, based on how big or small the size delta is. Maybe I'm being overly paranoid, but I didn't find a satisfactory answer in the documentation at how to plug this side-channel. Would an experienced user or the author be willing to comment?
评论 #8933389 未加载
Klasiaster超过 10 年前
ZPAQ has much to give, a good recommendation. But I also found obnam awesome for de-duplicated backups as it allows cool snapshots which can be mounted via FUSE to be browsed in Nautilus or extracted via commandline tools.<p>Package: obnam Version: 1.8-1 Maintainer: Lars Wirzenius &lt;liw@liw.fi&gt; Depends: libc6 (&gt;= 2.6), python (&gt;= 2.7), python (&lt;&lt; 2.8), python-larch (&gt;= 1.20131130~), python-ttystatus (&gt;= 0.23~), python-paramiko, python-tracing (&gt;= 0.8~), python-cliapp (&gt;= 1.20130808~), python-fuse Description-en: online and disk-based backup application Obnam makes backups. Backups can be stored on local hard disks, or online via the SSH SFTP protocol. The backup server, if used, does not require any special software, on top of SSH. . * Snapshot backups. Every generation looks like a complete snapshot, so you don&#x27;t need to care about full versus incremental backups, or rotate real or virtual tapes. * Data de-duplication, across files, and backup generations. If the backup repository already contains a particular chunk of data, it will be re-used, even if it was in another file in an older backup generation. This way, you don&#x27;t need to worry about moving around large files, or modifying them. * Encrypted backups, using GnuPG. * Push or pull operation, depending on what you need. You can run Obnam on the client, and push backups to the server, or on the server, and pull from the client over SFTP.<p>Homepage: <a href="http://liw.fi/obnam/" rel="nofollow">http:&#x2F;&#x2F;liw.fi&#x2F;obnam&#x2F;</a>
beagle3超过 10 年前
Ive recently found <a href="http://mattmahoney.net/dc/zpaq.html" rel="nofollow">http:&#x2F;&#x2F;mattmahoney.net&#x2F;dc&#x2F;zpaq.html</a> which (on paper) is as good as zbackup&#x2F;bup&#x2F;rdiff-backup. Haven&#x27;t had time to try it - anyone her has experience?
评论 #8932648 未加载
ncza超过 10 年前
This looks very similar to attic, anyone able and willing to compare them for pros and cons?
评论 #8932265 未加载
评论 #8932285 未加载
Rapzid超过 10 年前
ZFS has de-duplication features however the amount of RAM required for the lookup tables can become massive and I would generally not recommend using it for large-ish backup systems. Does this get around the massive lookup tables somehow?<p>Edit: The README addresses this under scalability. Apparently the overhead is much smaller than for ZFS.
评论 #8932877 未加载
评论 #8932470 未加载
Heliosmaster超过 10 年前
One small caveat: I don&#x27;t think that &quot;production ready&quot;, for a backup software, can be interpreted as &quot;i&#x27;m not touching anything existing, so no harm done by using me&quot;. If it&#x27;s a backup system, people will rely on it. So it&#x27;s either production ready or it&#x27;s not.
akkartik超过 10 年前
I went googling for a survey of backup tools and ended up at.. Hacker News: <a href="https://news.ycombinator.com/item?id=8621372" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8621372</a>
reardencode超过 10 年前
Hmm, <a href="https://www.tarsnap.com/" rel="nofollow">https:&#x2F;&#x2F;www.tarsnap.com&#x2F;</a> does this...
je42超过 10 年前
MMh. Test suite seems to have a lot of gaps.
评论 #8933654 未加载