I don't bring work back to home.
Ask HN: What's your backup solution?
101–110 of 156 posts
Re: Ask HN: What's your backup solution?
#102Recently build myself a home box from Ebay parts. Two four core Xeons, 72gb DDR3 memory and six onboard SATA ports. Two 120gb SSDs running Proxmox on that for virtualisation and a 2tb drive for misc storage. Bought an LSI 9211 HBA with another eight SATA ports for fifty euros, which gets PCI passthrough'ed to a FreeNAS VM. Four cheap 2tb drives for the initial pool. Another VM provides an instance of NextCloud locall…
Re: Ask HN: What's your backup solution?
#103I own some land in rural TN, with a winterized trailer and access to spring water. that is backup water and shelter for minimal cost. A person/year of shelf-stable food (not fun, but indefinitely survivable) is about $1000. So if I am smart about it, and fall back gracefully, every $3k-$4k in savings is a year of "backup survival". I still need to make sure I have at least a year's worth of currency in a liquid form…
Edit: digital backup I'm less concerned. Have lost stuff and survived just fine. Most of my digital trail is ephemeral and not worth as much to me personally as I thought it was. Pretty much only some writings and many of my photos matter. It's really only about augmenting my memory. Plus NSA backups.
Re: Ask HN: What's your backup solution?
#104> Amazon Cloud Drive, Amazon Web Services, Google Cloud Storage, Google Drive, Dropbox, or OneDrive accounts, or your SFTP server or NAS.
It encrypts locally so I don't have to worry about the backup company reading my files.
I have 3 backups configured. One for "Documents" which backs up everyday. Another for Photos (which are stored locally on an external HD) and another for Music (which apparently everyone but me doesn't own music anymore and just uses Spotify) both of which I run manually once in a while. If I ever get a desktop again I'll make those automated.
I deleted my entire hard drive by accident 5 months ago so since that time I also started using Time Machine to an external drive. It starts nagging me every 10 days to plug it in.
Also use Google Photo's free service not as backup but just as access to my photos. Earlier this year I uploaded all 130k photos at their "free" resolution
I don't backup work. Work does that. Most of it is in git. Same with personal projects. It's all on github.
Re: Ask HN: What's your backup solution?
#105First, I take automatic daily differential backup images of the primary hard drive on my main desktop. (This is a Windows machine, so I use Macrium Reflect.) Images are great because if your drive dies or gets corrupted, you drop in a new one, copy the image over, and are back up and running as quickly as possible.
For the same reason I take images of the volumes on my home Linux server. For this I take an LVM snapshot, mount it, create a tarball, then unmount and remove the snapshot. These are only done monthly because the process isn't incremental or differential, so takes longer, and the contents don't change as often anyway. It could be completely automated, but I just have a script that I run manually, because I like to do any updates that have the potential to break things while the snapshots are open for ease of rollback. (I have a monthly calendar reminder to do this along with quickly checking that my various other backups are running properly, and backing up my phone using Helium.)
I continuously mirror the user folder from my desktop (and my wife's computer) to a Samba share on the home server using FreeFileSync. (There are many different ways to sync files, but since the desktops are on windows, this was easiest.) Then I run Crashplan on the home server to do incremental cloud backups of all these files, both to deal with the worst case scenario of the house burning down, as well as to catch any files changed intra-day, not caught by the daily disc images.
Misc: Regarding the phone backup, my preference is to do a full disc image, for the same reason as on the computers - break your phone and you can replace it and be back where you started in no time. Unfortunately that requires rooting, and in Samsung Hell rooting permanently devalues your phone due to Knox insanity. So for now I back up those apps that allow it with Helium, a couple of high priority ones using their built-in backups, and grumble about how I should just root. I also usually only bother to do this every few months, since anything really important on the phone is in the cloud anyway.
Except photos. I run FolderSync on the phone to continually sync any new photos to my OwnCloud on the home server via WebDAV (from which they're backed up to Crashplan), as well as back to Google via their photos backup tool, but in "standard" res - not as a backup, but just so I have my full photo library accessible on my phone.
I also occasionally fire up Thunderbird to download email from Gmail. I use the web client exclusively, but like to keep a local copy of all my email on the off chance I'm ever somehow locked out. It's highly unlikely, but the peace of mind costs all of 5 seconds every couple months.
I think that's it. Sounds like a lot, but I set it up incrementally over time, and for the most part it all just works. If I were setting things up fresh, I'd probably save some time by paying for more Google storage or something rather than using OwnCloud, and by using the CrashPlan family plan rather than syncing everything to the home server then backing up from there. Regardless, I do believe it's good practice to double-check whatever you use for your backups, at least every couple months.
(This is all leaving aside the Tempest servers, which use various RAID, master/slave SQL, LVM snapshot backups of the same sort I do locally, and rsync to off-site storage.)
Re: Ask HN: What's your backup solution?
#106Re: Ask HN: What's your backup solution?
#107Maybe this should be a separate ask HN: what restore solution worked best for you?
Re: Ask HN: What's your backup solution?
#108For work stuff, I've been loving borg-backup. Others here have mentioned why it's superior. I agree. Once they get support for remote object stores like S3, it will be hands down the best backup solution: https://github.com/borgbackup/borg/issues/102. Even though, there is a fuse layer for S3 that may work (haven't tried that yet).
Re: Ask HN: What's your backup solution?
#109CrashPlan. Dirt cheap for unlimited storage for generational backups for 10 machines. Whole extended family fits in one subscription.
I suspect it's related to the huge amount of files in average js projects, eventhough i'm now excluding node_modules/ from backing up. I've also spent quite some time with CP support to debug the issue but without any result.
Nonetheless, I don't trust CP anymore to backup all my files. I've actually needed access to files in the past and wasn't able to find them.
Re: Ask HN: What's your backup solution?
#110A combination of a NAS, Crashplan (I may be switching to BackBlaze) and occasionally burning critical data to BluRay discs for cold storage. On my work desktop I also do incremental Acronis images and Windows File History on local drives.
Why do you want to switch from Crashplan to Backblaze?