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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to build a robust personal archive

2 点作者 iequery超过 4 年前
I want to consolidate my notes and text files that I run my life with. I am at a bit of a loss for how to set this system up. Here is my wishlist:<p>- Store a set of mainly text-based files, in total less than 100mb (annex for large files would be a nice bonus)<p>- Version control semantics<p>- Git&#x2F;rsync style distributed architecture. Ideally I can sync to multiple filesystems like multiple personal computers, flashdrives, and generic file hosting like s3<p>- Merge semantics for conflicts between versions<p>- Encrypted at rest &#x2F; in packed form, with simple password-based access. Low risk of losing data if I don’t lose the password. Reasonable degree of protection from everyone below state actors, even if the encrypted archive is exposed.<p>- Reasonably mature technologies that will likely be maintained for the next decade or two for all critical parts of the stack. Again, concerns about data loss are the most important thing here.<p>Should I just be using git with some kind of encryption wrapper around it? I’m happy using CLI tools here but very much don’t want to lose years of data because I screwed up a command at some point.

1 comment

brettkromkamp超过 4 年前
Perhaps take a look at this resource with an extensive list of knowledge management-related applications and tools: <a href="https:&#x2F;&#x2F;github.com&#x2F;brettkromkamp&#x2F;awesome-knowledge-management" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;brettkromkamp&#x2F;awesome-knowledge-managemen...</a>
评论 #24719794 未加载