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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you manage backups?

10 点作者 JonathanBuchh大约 3 年前
How do people on HN handle backups?<p>Personally, I use MacOS&#x27;s Time Machine, since it is super polished and makes restoring files and browsing what the filesystem previously looked like a breeze. It &quot;just works&quot; and is the only backup solution I have used to restore lost files (who knows how well a backup solution works unless you actually test it). I have even been able to set up a Samba server on a Raspberry Pi so I don&#x27;t need to plug a hard drive into my computer to backup. I upload an encrypted sparesebundle to Backblaze B2 every day with rclone. As I have been looked into using Linux as a daily driver, I have wondered if there was any backup solution as flawless as Time Machine. Does such a piece of software exist?<p>In sum, I just want to hear how other people on HN do backups – even if it does not solve my problem, though software suggestions are appreciated ;)

6 条评论

smackeyacky大约 3 年前
Rclone works well with OneDrive and others on Linux.<p>AWS S3 bucket and the aws s3 sync CLI is easy, can be scripted or used with a github action.<p>Use the glacier option on S3 for really old stuff you would only want in an emergency.<p>I also use an old LTO2 tape drive. Its surprisingly fast and on Linux is well supported , although I just use tar as my back up software for that.<p>Linux has a lot more options than windows, at least thats what I found after I switched full time a few months ago.<p>I&#x27;ve never used time machine though.
kimchidude大约 3 年前
I used to also use Time Machine, but about a year ago I switched back to PC and now just use DropBox as essentially my hard drive and Google Docs for anything ‘live’ that I’m working on.
EnigmaCurry大约 3 年前
I use restic with systemd timers: <a href="https:&#x2F;&#x2F;blog.rymcg.tech&#x2F;blog&#x2F;linux&#x2F;restic_backup&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.rymcg.tech&#x2F;blog&#x2F;linux&#x2F;restic_backup&#x2F;</a>
coolestguy大约 3 年前
I use Afi.ai &amp; keep all my important files on a one-drive backup folder&#x2F;sharepoint.<p>For both work (business owner) and personal.
Trystans大约 3 年前
I use iCloud and OneDrive, Google Drive is also a good one.
bethecloud大约 3 年前
RClone + Storj DCS (Decentralized Cloud Storage)