Tarsnap – Online backups for the truly paranoid
1–10 of 76 posts
Re: Tarsnap – Online backups for the truly paranoid
#2Re: Tarsnap – Online backups for the truly paranoid
#3Not 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.
Re: Tarsnap – Online backups for the truly paranoid
#4Not 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.
I currently use Arq[1] for backups (which has its own encryption[2] with a user choice of cloud backend), but Tarsnap has such a stellar reputation I'd definitely try it if I could :)
[1] https://www.arqbackup.com [2] AES-256 with PKCS5_PBKDF2_HMAC_SHA1 for key derivation, implemented by OpenSSL, with an open file format https://www.arqbackup.com/arq_data_format.txt
Re: Tarsnap – Online backups for the truly paranoid
#5Re: Tarsnap – Online backups for the truly paranoid
#6As always, picodollar pricing is so confusing.
Re: Tarsnap – Online backups for the truly paranoid
#7Not 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.
Re: Tarsnap – Online backups for the truly paranoid
#8Re: Tarsnap – Online backups for the truly paranoid
#9Not 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.
A "truly paranoid" that is not a software developer can use Tarsnap?
Re: Tarsnap – Online backups for the truly paranoid
#10Not 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.
Is using spiped viable for redis servers? Can all the servers that need to connect to the redis server all connect via spiped using the same secret key? Or do multiple connections mess things up? How many simultaneous incoming connections can one listener deal with?
Re simultaneous connections: The current release is limited to 500, but the next release (a matter of weeks) will be able to handle an arbitrarily large number of connections. That said, it uses select/poll based non-blocking I/O, so performance may suffer if most of your connections are idle. (This hasn't been an issue for any spiped uses I'm aware of.)