From 8bfe49c9476f6a5b6bd3aa5a7c8319d3f1b3587b Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 28 Nov 2025 14:55:05 -0700 Subject: [PATCH] Add note as to what's about to change with backup script. --- bin/backup.sh | 3 +++ 1 file changed, 3 insertions(+) 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"