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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you backup your email?

30 点作者 kaptain大约 5 年前
I'm looking for a solution for email backup. Ideally, it would not run on my desktop, it would be server-based solution that connects to my IMAP-based email provider, and saves backup snapshots to cloud-based storage (e.g. Backblaze, S3, etc.) using de-duplication to save space.

10 条评论

jlgaddis大约 5 年前
&gt; <i>... server-based solution that connects to my IMAP-based email provider, and saves backup snapshots to cloud-based storage (e.g. Backblaze, S3, etc.) using de-duplication to save space.</i><p>You could rather quickly and easily write a shell script to:<p>- use <i>offlineimap</i> [0] or <i>imapsync</i> [1] to perform a local sync of your mailbox to local mbox files or maildir directories,<p>- (optionally) use tar or similar to create a single file out of your entire mailbox, and<p>- use <i>tarsnap</i> [1] to back it up (to AWS) or <i>s3cmd</i> [2] or similar to back it up to wherever you want it.<p>I used to do exactly that with an additional step to encrypt the tarball (with GPG) before uploading it. It worked out quite well.<p>---<p>[0]: <a href="http:&#x2F;&#x2F;www.offlineimap.org" rel="nofollow">http:&#x2F;&#x2F;www.offlineimap.org</a><p>[1]: <a href="https:&#x2F;&#x2F;imapsync.lamiral.info" rel="nofollow">https:&#x2F;&#x2F;imapsync.lamiral.info</a><p>[2]: <a href="https:&#x2F;&#x2F;www.tarsnap.com" rel="nofollow">https:&#x2F;&#x2F;www.tarsnap.com</a><p>[3]: <a href="https:&#x2F;&#x2F;s3tools.org&#x2F;s3cmd" rel="nofollow">https:&#x2F;&#x2F;s3tools.org&#x2F;s3cmd</a>
评论 #22850311 未加载
rs23296008n1大约 5 年前
Some email gets printed out, stuck in various binders, and kept for awhile. Then usually set on fire in a ritualised celebration of the impermanence of reality. This is also known as scheduled secure destruction.<p>The majority of serious email get copied (IMAP or for the email server we run, just sftp) to a pair of DVDs on periodic basis as an encrypted filesystem archive. We then stick it in a dvd swapper drive for offline access. The other copy gets put off site.
评论 #22852562 未加载
评论 #22849627 未加载
quickthrower2大约 5 年前
Gmail: download via takeout, keep it local, backblaze to backup from local to other server
wheresvic3大约 5 年前
I just did a write-up on using imapgrab.py :)<p><a href="https:&#x2F;&#x2F;smalldata.tech&#x2F;blog&#x2F;2020&#x2F;04&#x2F;07&#x2F;imap-email-backup" rel="nofollow">https:&#x2F;&#x2F;smalldata.tech&#x2F;blog&#x2F;2020&#x2F;04&#x2F;07&#x2F;imap-email-backup</a>
评论 #22847594 未加载
评论 #22849560 未加载
评论 #22849001 未加载
howlett大约 5 年前
I use getmail[0] on my rpi. Download everything from gmail and fastmail using IMAP (sync) overnight into a truecrypt container, and then offsite backup to rsync.net. It&#x27;s also storing everything into an mbox so you can easily import that file anywhere.<p>[0] <a href="http:&#x2F;&#x2F;pyropus.ca&#x2F;software&#x2F;getmail&#x2F;" rel="nofollow">http:&#x2F;&#x2F;pyropus.ca&#x2F;software&#x2F;getmail&#x2F;</a>
评论 #22849555 未加载
icedchai大约 5 年前
I use gmvault to replicate my personal gmail to my local NAS server on a nightly basis. I also have offsite encrypted backups using restic, also done nightly.
dez_blanchfield大约 5 年前
I wish I could back up to PUNCHED CARD still ;-)
评论 #22849486 未加载
dez_blanchfield大约 5 年前
check out <a href="http:&#x2F;&#x2F;metallic.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;metallic.io&#x2F;</a> ASAP !!<p>they have an awesome free trial running right now..
gshdg大约 5 年前
POP3 client
akssri大约 5 年前
isync and cron