diff --git a/bin/backup.sh b/bin/backup.sh index 0898ce2..b954ec6 100755 --- a/bin/backup.sh +++ b/bin/backup.sh @@ -9,6 +9,9 @@ source "$DIR/../source.env" ## Variables ## +# TBD - Change this to be the git project name, so /opt/Docker would be Docker. +# This way the dev and stage projects (dev.Docker, stage.Docker) can be backed up too. +# Maybe ${DIR##*/}? TAG="Docker" DATE="`date "+%Y%m%d-%H%M%S"`" BACKUP_DIR="/srv/backup"