Ask HN: What's your backup solution?
51–60 of 156 posts
Re: Ask HN: What's your backup solution?
#52Anything even remotely important gets printed out on paper. Even source code. I was burned once when one of my computers died and my NAS died while trying to recall the backup. On a semi-related note, I find it easier to read printed code and mark changes than to stare at the screen.
So do you print the source again after every change? And what happens to the then obsolete paper with the previous version? (or do they get version numbers?)
Re: Ask HN: What's your backup solution?
#53Re: Ask HN: What's your backup solution?
#54Re: Ask HN: What's your backup solution?
#55I'd probably be what you'd call a digital nomad. I keep a Time Machine backup on a ruggedized external drive, and I use Backblaze. I've been very happy with Backblaze, if that's what you're asking about. Additionally, Google Drive and another external USB flash drive for a couple sensitive documents. I don't work.
Re: Ask HN: What's your backup solution?
#56Arq ( https://www.arqbackup.com ) and AWS. As close to set it and forget it that you can get. Process: - Local TimeMachine backups - Arq backup to AWS Glacier
Re: Ask HN: What's your backup solution?
#57Everything personal (local drives, Google Drive, Dropbox) goes to my Synology NAS, NAS is backed up weekly to S3. The best thing in Synology is that it solves this out-of-the box.
Re: Ask HN: What's your backup solution?
#58Since I can only hold a few disk images on a 2 TB drive, I copy these disk images to a ProLiant MicroServer with a raidz3 (I've since heard this is a bad idea compared to mirror sets) to give me access to older backups in case my external drive dies.
I also use Backblaze; it backs up everything on the iMac and the external drive.
The laptop pretty much doesn't get backed up, but I don't have much state on there that can't be recreated with `brew install` and `git clone`.
Dropbox syncs some things, but I use SyncThing for syncing large files between my iMac, MacBook, and Windows machine. I also use a second SyncThing shared folder to keep my 1Password vault in sync between my iMac and laptop.
Re: Ask HN: What's your backup solution?
#59Github for code and Google Drive for documents & photos. Google photos turned out as the best solution for photo syncing, sharing, simple editing (rotation with keybind) and unlimited free storage of pretty good quality photos. Google documents turned out as the most practical editor (cloud, sharing, all the basic editing commands). I am on the unix systems most of the time and I always find something missing in Page…
Re: Ask HN: What's your backup solution?
#60Arq ( https://www.arqbackup.com ) and AWS. As close to set it and forget it that you can get. Process: - Local TimeMachine backups - Arq backup to AWS Glacier