Earlier quoted context omitted.
Well it's quite expensive compared to other solutions.
It really isn't. I mean it looks expensive, until you take into account all the dedup and everything it does to reduce the cost. I put in $10 dollars a few years ago, I still have almost a $4 balance ($3.91).
Ask HN: Secure automated backup?
31–40 of 89 posts
Re: Ask HN: Secure automated backup?
#32for windows I use reflect backup https://www.macrium.com/products/home
I tried acronis backup, but the disk restore failed, absolutely horrible software. then tried reflect disk restore was very smooth.
Re: Ask HN: Secure automated backup?
#33I use Arq ( https://www.arqbackup.com ) with Amazon Drive (unlimited data for $60/year) for this
Re: Ask HN: Secure automated backup?
#34I'm surprised that no one mentioned Tarsnap yet, it's run by a well known HNer (cperciva): http://www.tarsnap.com/ It's not exactly noob friendly though.
Well it's quite expensive compared to other solutions.
$ tarsnap --print-stats
Total size Compressed size
All archives 1418275826434 1212480481405
(unique data) 5342739088 2957847871
Ie, I have ~1.3TB of data stored in total but I am only being charged ($0.0239 US per day) for what amounts to ~2.75GB after deduplication and compression.Mind you, I have not compared tarsnap's prices to those of equivalent services, but it seems pretty reasonably-priced to me.
Re: Ask HN: Secure automated backup?
#35I would use time machine capsule and periodically (weekly?) connect an encrypted external drive and Borg backup there. Next week a second drive, third week the first one...
Always keep one of this drive off-site.
This is just one of many options how to get reasonably safe (I use an almost this one just deja-dup instead of time machine.)
Re: Ask HN: Secure automated backup?
#36Re: Ask HN: Secure automated backup?
#37- I have an external HDD partitioned in half: One half is for large external files that don't change much (raw files, archived data etc); and one half is a dedicated partition for Time Machine
- Time Machine backs up my laptop. If I lose my computer but not my hard drive, I can get a new one and seamlessly get the computer back to exactly how it was when I last backed it up, open tabs and all
- I also have Arq running, attached to Amazon Cloud Drive (cheapest external storage I know of). It backs up both selected portions of my laptop's disk, as well as the external hdd's non-timemachine partition (due to how TM works you can't really back it up to the cloud[1]) to "the cloud"
This leaves me with:
- Three copies of my laptop data: in the laptop, in an external hdd and in the cloud
- Two copies of larger data that can't fit, in the external hdd and in the cloud. My external HDD lives at home.
[0] Time Machine backups up once an hour, and stores backups as a simple directory structure on disk of your entire hard drive, except using hard links to old backups to avoid duplication. It keeps the last 24 hrs of hrly backups, the last 7 days of daily backups, and then weekly backups until it runs out of room.
This format simply doesn't work with the kind of backup where it scans a directory to see what's changed, because it effectively looks like you're adding hundreds of gigs of data each hour.
Re: Ask HN: Secure automated backup?
#383-2-1 rule. I would use time machine capsule and periodically (weekly?) connect an encrypted external drive and Borg backup there. Next week a second drive, third week the first one... Always keep one of this drive off-site. This is just one of many options how to get reasonably safe (I use an almost this one just deja-dup instead of time machine.)
Re: Ask HN: Secure automated backup?
#39Earlier quoted context omitted.
Well it's quite expensive compared to other solutions.
To concur with my sibling commenter zie (who said that tarsnap is not that expensive): $ tarsnap --print-stats Total size Compressed size All archives 1418275826434 1212480481405 (unique data) 5342739088 2957847871 Ie, I have ~1.3TB of data stored in total but I am only being charged ($0.0239 US per day) for what amounts to ~2.75GB after deduplication and compression. Mind you, I have not compared tarsnap's prices to…
Re: Ask HN: Secure automated backup?
#40Earlier quoted context omitted.
Well it's quite expensive compared to other solutions.
It really isn't. I mean it looks expensive, until you take into account all the dedup and everything it does to reduce the cost. I put in $10 dollars a few years ago, I still have almost a $4 balance ($3.91).
Don't get me wrong, I love tarsnap and used to use it, but for a lot of workloads it does not compete on price.