mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-10 00:30:29 +01:00
8 lines
166 B
Bash
8 lines
166 B
Bash
# This is a comment about `why` things are here
|
|
# FOO="${bar:-qux}"
|
|
# e.g. `backup-$HOSTNAME-%Y-%m-%dT%H-%M-%S.tar.gz`. Expansion happens before`
|
|
|
|
BAR=xxx
|
|
|
|
BAZ=$QUX
|