My 20-minute Tarsnap talk at mug.org turned out to be more like 40 minutes. It’s now available at YouTube.
Or, just watch it below.
Gleefully Malicious Books
My 20-minute Tarsnap talk at mug.org turned out to be more like 40 minutes. It’s now available at YouTube.
Or, just watch it below.
Comments are closed.
Excellent talk!
I didn’t quite follow the bit where you talked about compressing a text file (or not).
To take advantage of the compression and deduplication, should one avoide uploading compressed files (if possible)?
For example, I backup my ZFS system to a file and then compress it so I have files called: 2015.05.01.zfs.gz, 2015.05.02.zfs.gz, etc. Is it a bad idea to upload files like this to Tarsnap? I assume compression won’t help here but can dedupe help?
SW,
ZFS filesystem-level compression is a different beast. Tarsnap dedup works fine if your dataset has compress=lz4 or somesuch. The filesystem presents the decompressed file, and Tarsnap can dedup that just fine.
Deduplication has problems when you run, say, “gzip mysqlbackup.sql” — two different database dumps might be 99% identical, but compressing at the file level creates a completely different dump.gz files.
I’ve just finished reading Tarsnap Mastery, it was a fantastic read! Then again, all your books are fantastic.
Despite everything I read in the Tarsnap book, would you trust Tarsnap with your backups that include password information? ie: login credentials etc. I’m one of those ultra paranoid people that doesn’t use ANY cloud service and keeps everything on my own desktop/server at home. Having said that I am close to starting to use Tarsnap…
On another note, will you be writing a mastery book on Jails?
Oh, can’t wait for the Advanced ZFS Mastery book to come out, the first one was awesome!!
Thanks, SW, glad you liked it.
I would trust Tarsnap with my passwords. Tarsnap isn’t where they will get stolen from. They will get stolen from the machine I left the passwords on!
I’ll be doing a jails book later this year. See http://blather.michaelwlucas.com/archives/2286 – it requires the filesystem books first, though.
Mr. Lucas,
Thanks for tarsnap mastery and all your other non-fiction books, of which I own all but 3 or 4.
Keep up the great works of authoring and I’ll keep buying!
Best,
Sean
How does tarsnap compare to spider oak?
Keep them books coming!
Billy, my understanding is that Tarsnap is far mre efficient. Also, Tarsnap has a familiar interface. SO is more pointy-clicky.
Billy, my understanding is that Tarsnap is far mre efficient. Also, Tarsnap has a familiar interface. SO is more pointy-clicky.
If I use an encrypted key (ie: with a passphrase) with tarsnap, I assume that when I print out the key file for my backups that I use the encrypted key and NOT the unencrypted (ie: no password) one?
I know this sounds dumb but I thought I’d make sure!!
Up to you, Paul.
For me, if I need to keep my Tarsnap keys in a safe deposit box, I’d probably print both. Because if I’m using that key, my business is fubar without the key.
You might ask on the tarsnap-users mailing list for other opinions, though.