Replace tabs with spaces

dev
hkbakke 2016-12-22 18:10:50 +01:00
parent e0ca054f3e
commit 2ef03d777a
1 changed files with 5 additions and 5 deletions

View File

@ -5,18 +5,18 @@ CONFIG="/etc/borgwrapper/config.sh"
print_usage () { print_usage () {
echo "Usage: borgwrapper.sh MODE" echo "Usage: borgwrapper.sh MODE"
echo "" echo ""
echo "arguments:" echo "arguments:"
echo " MODE backup|verify|unlock" echo " MODE backup|verify|unlock"
} }
borg_backup () { borg_backup () {
EXCLUDE_CMD=() EXCLUDE_CMD=()
for EXCLUDE in ${EXCLUDES[@]}; do for EXCLUDE in ${EXCLUDES[@]}; do
EXCLUDE_CMD+=( --exclude "$EXCLUDE" ) EXCLUDE_CMD+=( --exclude "$EXCLUDE" )
done done
# Backup all of /home and /var/www except a few # Backup all of /home and /var/www except a few
# excluded directories # excluded directories