Add note as to what's about to change with backup script.
This commit is contained in:
@@ -9,6 +9,9 @@ source "$DIR/../source.env"
|
|||||||
|
|
||||||
## Variables ##
|
## 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"
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user