Initial commit

This commit is contained in:
2017-01-17 17:25:00 +01:00
commit ee61135133
5 changed files with 704 additions and 0 deletions

11
config.cfg.sample Normal file
View File

@@ -0,0 +1,11 @@
# File with hosts and their backup source paths
HOSTS="$CURDIR"/hosts.csv
# root dir where backups shall be saved to
BACKUPDIR=/var/backups/uberspace
# GPG fingerprint of key used for encryption
GPG=6775E8DDD8CEABCC83E38CEHE6334BCA29DF8192
# Maximum number of backups that shall be retained (0 to disable automatic deletion)
MAXBAK=3