Remove some leftovers from the pre and post hooks.

dev
hk 2017-09-16 11:45:10 +02:00
parent 73d38c10e8
commit 04fdf1f192
1 changed files with 0 additions and 3 deletions

View File

@ -208,9 +208,6 @@ DRY_RUN=false
BORG="/usr/bin/borg"
LOCKDIR="/run/lock/borgwrapper"
STATUSDIR="/var/lib/borgwrapper/status"
PRE_BACKUP_CMD=()
POST_BACKUP_CMD=()
POST_VERIFY_CMD=()
BWLIMIT=0
while getopts ":c:dV" OPT; do