Browsed by
Month: January 2019

Duplicity backups to Backblaze B2 (Linux)

Duplicity backups to Backblaze B2 (Linux)

PROBLEM: I would like to backup files to the cloud. SOLUTION: Pick Backblaze B2 with awesome pricing. 1.0 Create Application Key Using official guide – https://help.backblaze.com/…Account-ID-and-Application-Key Backblaze has a very easy and intuitive interface, so I bet you don’t need any guide to do it 🙂 2.0 Connection String

You should substitute real keys with variables, just to make the string more flexible. E.g.:

3.0 – Duplicity 3.1 Backup Using Duplicity to Backblaze is very simple! You just need to generate…

Read More Read More

Import and Export GPG key pair (Linux)

Import and Export GPG key pair (Linux)

PROBLEM: Need to keep keys to be able restore backups later. SOLUTION: Simple export keys and save where you want to. 1.0 – Export Use gpg –list-keys to show all keys

My only key is myFavKey, so I will export this one using

And there you go! Yyou should both files export to same safe place 🙂 2.0 – Import Copy both files to server where you would like to restore files and import both keys.

And…

Read More Read More