1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-11-23 21:44:40 +02:00

Lines from conf files that are comments should not be passed to shell.Expand (#374)

This commit is contained in:
Frederik Ring
2024-02-23 17:53:04 +01:00
committed by GitHub
parent e8307a2b5b
commit 9b768c71e6
4 changed files with 25 additions and 0 deletions

View File

@@ -1,2 +1,6 @@
# This is a comment
# NOT=$(docker ps -aq)
# e.g. `backup-$HOSTNAME-%Y-%m-%dT%H-%M-%S.tar.gz`. Expansion happens before`
NAME="$EXPANSION_VALUE"
BACKUP_CRON_EXPRESSION="*/1 * * * *"