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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Do non-commercial offsite backup solutions exist?

7 点作者 BigCanOfTuna超过 14 年前
Like most people, I'm not doing offsite backup of my data. Are there any low power/cost end to end solutions that I could plug into my friend's home network and backup data from my home?

4 条评论

zdw超过 14 年前
Crashplan does exactly as you mention, and handles jumping through NAT, encryption (with your own keys if you want), etc:<p><a href="http://crashplan.com/" rel="nofollow">http://crashplan.com/</a><p>Cross platform (Mac/Win/Linux/Solaris). Some extra features unlock if you buy the + version.<p>If you want a totally free solution that would take a little more work to implement, look at Duplicity:<p><a href="http://duplicity.nongnu.org/" rel="nofollow">http://duplicity.nongnu.org/</a><p>rsync based, uses SSH/GnuPG for security.<p>Run one of these on whatever hardware you have available.
patrickgzill超过 14 年前
You can easily tunnel rsync over SSH. You can configure even the simplest routers to do port-forwarding, e.g. your friend's external IP on port 2222 is redirected to port 22 on an internal host.<p>Rsnapshot (rsnapshot.org) is a free rsync-based backup system; it is very efficient in terms of disk space and keeps full backups, but only keeps 1 copy of each file.
dougb超过 14 年前
I use an old ppc mac mini and openvpn to do remote timemachine backups. It works pretty well and was pretty easy to setup.
smoody超过 14 年前
you might be able to use local-drive backup software, a drive at your friend's home, and a pogoplug device to access the drive remotely as if it were a local drive.<p><a href="http://pogoplug.com/" rel="nofollow">http://pogoplug.com/</a><p>and you could use TrueCrypt to add an additional level of security.