Duplicity - Funky Penguin's Geek Cookbook

Intro

Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server.


This is a companion discussion topic for the original entry at https://geek-cookbook.funkypenguin.co.nz/recipies/duplicity/

@ggilley, here’s the post on Duplicity you were waiting for :wink: I’ll update the repo in the next 24 hours or so, but the recipe contains the necessary .yml and .env already.

Thanks! Have it up and running.

There’s a typo in your .yml file. Missing networks: before internal:

Aah, too much copy/paste. Thanks :slight_smile: