Change is working great! env-docker became the tag.

This commit is contained in:
2025-11-28 14:56:28 -07:00
parent 8bfe49c947
commit 1796a21579

View File

@@ -9,10 +9,7 @@ source "$DIR/../source.env"
## Variables ## ## Variables ##
# TBD - Change this to be the git project name, so /opt/Docker would be Docker. TAG="${DIR##*/}"
# 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"`" DATE="`date "+%Y%m%d-%H%M%S"`"
BACKUP_DIR="/srv/backup" BACKUP_DIR="/srv/backup"
BASENAME="Backup" BASENAME="Backup"