diff --git a/backup b/backup index fcac484..077f808 100755 --- a/backup +++ b/backup @@ -5,7 +5,7 @@ if [ $# -ne 1 ]; then fi -BACKUP_LOCATION="${1}backup-$(date +%Y-%m-%d).tar" +BACKUP_LOCATION="${1}backup-${HOSTNAME}-$(date +%Y-%m-%d).tar" echo $BACKUP_LOCATION