From 2ef03d777a069b9ee5f2dcbe7ab52d9eefc22b19 Mon Sep 17 00:00:00 2001 From: hkbakke Date: Thu, 22 Dec 2016 18:10:50 +0100 Subject: [PATCH] Replace tabs with spaces --- src/borgwrapper.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/borgwrapper.sh b/src/borgwrapper.sh index 5f0d2a7..955da8a 100755 --- a/src/borgwrapper.sh +++ b/src/borgwrapper.sh @@ -5,18 +5,18 @@ CONFIG="/etc/borgwrapper/config.sh" print_usage () { - echo "Usage: borgwrapper.sh MODE" + echo "Usage: borgwrapper.sh MODE" echo "" echo "arguments:" echo " MODE backup|verify|unlock" } borg_backup () { - EXCLUDE_CMD=() + EXCLUDE_CMD=() - for EXCLUDE in ${EXCLUDES[@]}; do - EXCLUDE_CMD+=( --exclude "$EXCLUDE" ) - done + for EXCLUDE in ${EXCLUDES[@]}; do + EXCLUDE_CMD+=( --exclude "$EXCLUDE" ) + done # Backup all of /home and /var/www except a few # excluded directories