diff --git a/backup.sh b/backup.sh index 1d79460..6e9fb4e 100755 --- a/backup.sh +++ b/backup.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env bash + # A script to perform incremental backups using rsync set -o errexit