mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-10 00:30:29 +01:00
7 lines
183 B
Bash
7 lines
183 B
Bash
# 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 * * * *"
|