summaryrefslogtreecommitdiffstats
path: root/backup.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-04-14 14:18:32 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-04-14 14:18:32 +0200
commitda717dc84e560a8ca7c7917d9e1def803204c097 (patch)
tree03b9a81d5b6b27a87de483d071e9ed81fbff2ea3 /backup.sh
parent91ff2e96bb038be3b0cbf31cab28fbbb1452187e (diff)
downloadbin-da717dc84e560a8ca7c7917d9e1def803204c097.tar.gz
bin-da717dc84e560a8ca7c7917d9e1def803204c097.tar.xz
backup.sh: Remove unused variable
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'backup.sh')
-rwxr-xr-xbackup.sh4
1 files changed, 0 insertions, 4 deletions
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