Earlier quoted context omitted.
Colin, Any interest or thoughts about adding Google Cloud Storage as an option vs AWS S3? S3 (us-east-1) runs $0.023 per GB. Google Cloud Storage in a single region runs slightly less at $0.02 per GB. Howerver, bandwidth may be the biggest cost factor for you not storage.
The price difference between S3 and Google Cloud Storage isn't enough to make a meaningful difference, particularly since I'd need to set up server code in Google Cloud to manage it. Bandwidth isn't a huge cost; but the server which keeps track of where all the bits are in S3 and shuffles them around is surprisingly expensive.
Tarsnap – Online backups for the truly paranoid
21–30 of 76 posts
Re: Tarsnap – Online backups for the truly paranoid
#22I see some comments here from people wondering why anyone would use this or searching for use cases. I'll share mine. I use tarsnap to keep daily backups of a web server with a handful of sites. I send over their content, configuration, and database backups. This isn't $$$-critical stuff so I just make a once-daily database backup and I'm fine with that. Every few months I verify one of the backups to make sure every…
2¢, 3¢, 10¢ per day, does that really matter? We are talking about less than a Starbucks for a full month of backups. Sorry, but developers who literally optimize cents over their time and effort is a pet peeve of mine.
Re: Tarsnap – Online backups for the truly paranoid
#23Not sure why Tarsnap has bubbled up on HN again, but I'm always happy to answer questions about Tarsnap if there's anything anyone here wants to know.
How many copies do you keep of the data to avoid corruption in storage?
Re: Tarsnap – Online backups for the truly paranoid
#24Earlier quoted context omitted.
How many copies do you keep of the data to avoid corruption in storage?
Tarsnap data is stored in S3, with cryptographic authentication codes to detect any corruption; while data corruption has been detected in transit on many occasions (and requests retried as a result), I am not aware of S3 ever corrupting any data in situ .
Re: Tarsnap – Online backups for the truly paranoid
#25Earlier quoted context omitted.
2¢, 3¢, 10¢ per day, does that really matter? We are talking about less than a Starbucks for a full month of backups. Sorry, but developers who literally optimize cents over their time and effort is a pet peeve of mine.
Of course not. I'm mainly trying to show that it is incredibly cost-effective for this particular use case.
Re: Tarsnap – Online backups for the truly paranoid
#26Re: Tarsnap – Online backups for the truly paranoid
#27This has appeared on HN a few times.. I'd really like to use tarsnap but it's simply too expensive to be viable (to which I guess the response is: don't use tarsnap for full-backups -- but this makes it practically useless as far as diminishing the complexity of my current backup scheme[0]). [0] http://duplicity.nongnu.org/
Re: Tarsnap – Online backups for the truly paranoid
#28Earlier quoted context omitted.
I like that it works like tar and that the website works perfectly in lynx, which are two things that make my life easier when I'm dealing with a catastrophe.
Funny story about lynx: We were recently making some fixes to improve the website on mobile devices and the question came up "how should the site behave if the screen is too narrow to keep the navigation on the left side of the site?" My immediate reply: "You see how the site behaves in lynx? It should behave like that."
Re: Tarsnap – Online backups for the truly paranoid
#29This has appeared on HN a few times.. I'd really like to use tarsnap but it's simply too expensive to be viable (to which I guess the response is: don't use tarsnap for full-backups -- but this makes it practically useless as far as diminishing the complexity of my current backup scheme[0]). [0] http://duplicity.nongnu.org/