diff --git a/backup b/backup index 2406145..1680158 100755 --- a/backup +++ b/backup @@ -5,7 +5,7 @@ if [ $# -ne 1 ]; then fi -BACKUP_LOCATION="${0}-$(date +%Y-%m-%d)" +BACKUP_LOCATION="${1}backup-$(date +%Y-%m-%d).tar" COMPRESS=false