From 266d9d9c35a5d0b893cbc65c645a409c104755b9 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Wed, 13 Dec 2023 12:22:01 +0100 Subject: [PATCH] add config for two-staged-backup --- config.cfg.sample | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config.cfg.sample b/config.cfg.sample index 6279421..9a2baeb 100644 --- a/config.cfg.sample +++ b/config.cfg.sample @@ -4,10 +4,13 @@ # File with hosts and their backup source paths HOSTS="$CURDIR"/hosts.csv -# root dir where backups shall be saved to -BACKUPDIR=/var/backups/uberspace +# Temporary download destination for backups +TEMPDIR=/tmp/uberspace-backup -# GPG fingerprint of key used for encryption +# root dir where backups shall be saved to +BACKUPDIR=/mnt/remotesrv/uberspace + +# GPG fingerprint of key used for encryption GPG=6775E8DDD8CEABCC83E38CEHE6334BCA29DF8192 # Maximum number of backups that shall be retained (0 to disable automatic deletion)