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 () {
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