Run two-stages backups #1

Merged
mxmehl merged 10 commits from two-staged-backup into master 2023-12-13 12:22:55 +01:00
Showing only changes of commit 266d9d9c35 - Show all commits

View File

@@ -4,8 +4,11 @@
# File with hosts and their backup source paths # File with hosts and their backup source paths
HOSTS="$CURDIR"/hosts.csv HOSTS="$CURDIR"/hosts.csv
# Temporary download destination for backups
TEMPDIR=/tmp/uberspace-backup
# root dir where backups shall be saved to # root dir where backups shall be saved to
BACKUPDIR=/var/backups/uberspace BACKUPDIR=/mnt/remotesrv/uberspace
# GPG fingerprint of key used for encryption # GPG fingerprint of key used for encryption
GPG=6775E8DDD8CEABCC83E38CEHE6334BCA29DF8192 GPG=6775E8DDD8CEABCC83E38CEHE6334BCA29DF8192