Earlier quoted context omitted.
Can you search through old emails easily?
If I import the folder into Thunderbird, yes. The search in Thunderbird is a subjective topic but it works for me. There are probably other tools to search through them but I have never tried to find one.
Ask HN: Do you backup your Emails?
41–50 of 79 posts
Re: Ask HN: Do you backup your Emails?
#42Re: Ask HN: Do you backup your Emails?
#43Do you backup your Emails? Yes. I have a combination of self hosted email and a vendor email provider. I access both with IMAPS. I pull down the emails with Thunderbird and never leave them on the server. I back up the local Thunderbird data folder locally then back it up to multiple encrypted SSD/NVME.
Re: Ask HN: Do you backup your Emails?
#44Re: Ask HN: Do you backup your Emails?
#45Re: Ask HN: Do you backup your Emails?
#46Do you backup your Emails? Yes. I have a combination of self hosted email and a vendor email provider. I access both with IMAPS. I pull down the emails with Thunderbird and never leave them on the server. I back up the local Thunderbird data folder locally then back it up to multiple encrypted SSD/NVME.
Why don't you leave your mail on your own server? I self-host (on the server-under-the-stairs here on the farm) as well and always leave mail on the server so I can access it from any client anywhere in the world. Assuming you're actually self-hosting as in 'running your own services on your own hardware at your own location' pulling it from the server doesn't make sense since you're just moving data from one of your…
Re: Ask HN: Do you backup your Emails?
#47Re: Ask HN: Do you backup your Emails?
#48Re: Ask HN: Do you backup your Emails?
#49Address books and calendars for random gmail accounts get synced by vdirsyncer to both local storage and also to other backup gmail accounts.
It works well, and I don't have to worry about e.g., Google permanently locking me out of one of these accounts, without recourse.
* Both offlineimap and vdirsyncer are in Debian's repos. But, I had to pin/install vdirsyncer from testing to get working oath support for gmail (it did not pull in any dependencies from testing that were concerning [I don't recall if it pulled in anything at all, but I would not have installed from testing if it pulled in anything concerning]).
Re: Ask HN: Do you backup your Emails?
#50My mail provider does some kind of periodic backup which they do out of their own goodness of heart even though they don’t have to (that what they say). I save important official docs from my mail — I even sometimes export eml files to those archive/backup folders. So all those get backed up. The emails themselves? Not really — even though the mail folder (Thunderbird’s; not Mail.app’s — can’t trust an Apple made uti…
If you use Thunderbird and want to store your emails "in an email file format that's most efficient for backup and querying that backup later", have you considered switching from mbox (Thunderbird's default mail format) to maildir (each email stored in its own file)? https://support.mozilla.org/en-US/kb/maildir-thunderbird https://wiki.mozilla.org/Thunderbird/Maildir Note: Thunderbird lacks full support for maildir.…