A bunch of scripts run before the tarsnap to pull in external data such as offlineimap for all my IMAP accounts (including Gmail) and a database dump from my blog.
Ask HN: What do you use to backup your data?
31–40 of 41 posts
Re: Ask HN: What do you use to backup your data?
#32Re: Ask HN: What do you use to backup your data?
#33Re: Ask HN: What do you use to backup your data?
#34SuperDuper is great. Having a bootable backup is awesome when things go wrong. The RAID gives me some peace since I can't afford to lose this data. Backing up the backup online somewhere is my next step, I think.
Re: Ask HN: What do you use to backup your data?
#35Re: Ask HN: What do you use to backup your data?
#36Otherwise I do a full-hard drive back up onto an external hard drive about once a week, so it makes an entire image.
Re: Ask HN: What do you use to backup your data?
#37- Email, contacts, calendar, etc. live in Google apps. - Photos (raw files), Music, old docs live on my Mac Mini "server" on an external drive, and get backed up via Time Machine to a 2nd external drive (to guard against single drive failure). I also use Backblaze as an off-site backup on my laptop + mini. I was using Mozy as offsite backup, but since they recently changed their pricing, the cost went from $50/year t…
Re: Ask HN: What do you use to backup your data?
#38I do incremental backups on demand with Time Machine.
Re: Ask HN: What do you use to backup your data?
#39Off-site (everything): Backblaze
Off-site (small dataset immediate): Dropbox
On-site (everything): TimeMachine
I'm always kind of surprised at the number of people who have issues with TimeMachine. I've been using it since it came out, and have used it through two machine migrations and one failed hard drive. It's worked flawlessly every time.
Backblaze is configured to back up the same data as TimeMachine. I move important projects (current work) in to a Dropbox folder so that items sync there as well. Having this small, focused dataset means that I don't have to wait on a more general dataset backup to finish before my current work gets synced somewhere off-site.
Re: Ask HN: What do you use to backup your data?
#40http://www.mikerubel.org/computers/rsync_snapshots/
The combination of cron, rsync and hardlinks, makes for incremental backups with versioning and minimal storage space, all over ssh.