From da717dc84e560a8ca7c7917d9e1def803204c097 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 14 Apr 2016 14:18:32 +0200 Subject: backup.sh: Remove unused variable Signed-off-by: Florian Pritz --- backup.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'backup.sh') diff --git a/backup.sh b/backup.sh index 951a4e9..dfa67dd 100755 --- a/backup.sh +++ b/backup.sh @@ -21,10 +21,6 @@ main() { TMPDIR="$(mktemp -d "/tmp/${0##*/}.XXXXXX")" trap "rm -rf '${TMPDIR}'" EXIT TERM - # if you want to encrypt the backups remove --no-encryption in the duplicity call - # and uncomment the lines that contain PASSPHRASE - #PASSPHRASE="randomstringhere" - # these mountpoints will be excluded excludeMountpoints=( /tmp -- cgit v1.2.3-24-g4f1b