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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Zrepl – ZFS replication

252 点作者 lnyan将近 2 年前

12 条评论

AndroTux将近 2 年前
I started using ZFS a few years ago. Before that I didn't know that I could develop such a strong feeling towards a file system. But here we are. In my mind, it really revolutionized the meaning of file system. It feels like much more than that, especially when compared to something like NTFS or ext4.
评论 #37237939 未加载
评论 #37237440 未加载
评论 #37238454 未加载
评论 #37237866 未加载
jeffalyanak将近 2 年前
ZFS already includes all the functionality and commands you would need for replication—you _could_ do it yourself with snapshot, bookmark, send, and receive—but Zrepl is such a great way to define/manage it that it's always on my list of must-have ZFS tools.
评论 #37237775 未加载
ZeWaren将近 2 年前
I&#x27;m using zrepl to sync ZFS filesystems incrementally between servers.<p>I like the ability to incrementally send only the changes of an encrypted filesystem to a target server that never had the encryption key at anytime.<p>I&#x27;m using this to share backup space with my friends. We both push&#x2F;pull our encrypted snapshot diffs every hour. I don&#x27;t have my friends&#x27; keys so I can&#x27;t read their data, and they can&#x27;t read mine. In case of emergency, I can go to their place with my key, and recover my data from their systems.
评论 #37237384 未加载
3np将近 2 年前
I opened a couple of issues and did some minor contributions in the past and at every point problame has been approachable and a pleasure to interact with.<p>From a user perspective, I&#x27;m still feeling a lack of UX in restoration&#x2F;clone-management from the snapshots synced by zrepl - things can easily get messy if you don&#x27;t know exactly what you&#x27;re doing and keep track of things properly. That might be out of scope for zrepl itself, though.<p>Some more proactive&#x2F;pre-emptive pruning would also be great - falling behind on syncing can be downright painful if you don&#x27;t pay attention... Which is just to say, don&#x27;t skip setting up some basic monitoring with alerts for production loads (:<p>Either way, all things considered zrepl is the nicest zfs replication option I found so far.
评论 #37234796 未加载
tamimio将近 2 年前
Off topic: This is a great example why github stars don’t mean anything, such a great tool like this is ~600 while other repos that are basically toys compared to this have ~12k stars!
评论 #37233334 未加载
评论 #37233633 未加载
评论 #37234057 未加载
评论 #37233313 未加载
评论 #37233274 未加载
评论 #37234062 未加载
harvie超过 1 年前
I have rather nice experience with ZnapZend <a href="https:&#x2F;&#x2F;www.znapzend.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.znapzend.org&#x2F;</a><p>Only issue i&#x27;ve found is the fact there is no official Debian repository and i always do forget to recompile it after upgrading Debian :-D<p>I really like the configuration system integrated in ZFS set&#x2F;get...
rsync超过 1 年前
zrepl works perfectly with an rsync.net account as a target:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32014969">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32014969</a><p>Here&#x27;s a nice summary someone wrote:<p><a href="https:&#x2F;&#x2F;blog.lenny.ninja&#x2F;zrepl-on-rsync-net.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;blog.lenny.ninja&#x2F;zrepl-on-rsync-net.html</a>
contingencies超过 1 年前
How timely... literally spent the last hour attempting to recover data from 7 year old ZFS volumes. The conclusion was I think they must have been LVM&#x27;d or something <i>before</i> ZFS pool creation because <i>cfdisk</i> and <i>hexdump -C</i> show ZFS pool evidence but <i>zpool-import</i> won&#x27;t scan them for love nor money. Only other option is an older-than-thou ZFS kernel module version with breaking changes. Sigh. Calling it a fail. No anticipated data of any weight and meaning, IIRC, but one likes to be thorough.<p>Also had a dead 6TB hard disk this morning: WD60EZAZ. Tried replacing the PCB as I had a few functional ones (ex RAID array), happened to have the right security bit, but no dice. You can hear it try to take-off repeatedly but it never achieves altitude. It&#x27;s been awhile!
amar0c将近 2 年前
I do not see benefit using this over Sanoid&#x2F;Syncoid. This smells &#x27;complicated&#x27; comparing two
评论 #37241091 未加载
dshdsh超过 1 年前
Hm... According to commit activity and high number of issues, looks like this project is almost dead. Anyway I tried to use it once and I got an impression it&#x27;s too complicated and unreliable. I don&#x27;t remember any details.
baggiponte将近 2 年前
I did not understand what is ZFS - could anyone be so kind to explain?
评论 #37234191 未加载
评论 #37234603 未加载
评论 #37238276 未加载
mdtancsa将近 2 年前
really excellent software I have been using for a long time to manage snapshots!