New sequence for encrypted backups supporting profiles using duplicity

This commit is contained in:
2021-02-02 22:56:14 +01:00
parent 548c0bfc1c
commit 88af37f925
2 changed files with 75 additions and 28 deletions

View File

@@ -1,11 +1,5 @@
#!/bin/bash
# How often the backup job should be run
# Default is to run every day at 02:01 am
# (see man 5 crontab for syntax help)
# m h dom mon dow
#EBU_CRONTIME='1 2 * * *'
# Passphrase for symmetrical(default) or asymmetrical encryption
EBU_PASSPHRASE=
@@ -22,6 +16,21 @@ EBU_TARGET=
# base directory to backup
EBU_SOURCE=
# a command that runs duplicity e.g.
# shape bandwidth use via trickle
# "trickle -s -u 640 -d 5120" # 5Mb up, 40Mb down"
#EBU_PRECMD=""
# How often the backup job should be run
# Default is to run every day at 02:01 am
# (see man 5 crontab for syntax help)
# m h dom mon dow
#EBU_CRONTIME='1 2 * * *'
# Uncomment to save the output of the cron run to a logfile
# log file name will be "encBackup_profilename.log"
#EBU_LOG_DIR='/var/log'
#
## Age options