add config for two-staged-backup
This commit is contained in:
@@ -4,10 +4,13 @@
|
|||||||
# File with hosts and their backup source paths
|
# File with hosts and their backup source paths
|
||||||
HOSTS="$CURDIR"/hosts.csv
|
HOSTS="$CURDIR"/hosts.csv
|
||||||
|
|
||||||
# root dir where backups shall be saved to
|
# Temporary download destination for backups
|
||||||
BACKUPDIR=/var/backups/uberspace
|
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
|
GPG=6775E8DDD8CEABCC83E38CEHE6334BCA29DF8192
|
||||||
|
|
||||||
# Maximum number of backups that shall be retained (0 to disable automatic deletion)
|
# Maximum number of backups that shall be retained (0 to disable automatic deletion)
|
||||||
|
|||||||
Reference in New Issue
Block a user