mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-09-29 09:54:27 +08:00
* Values without a backing env var should not be expanded * Add unit tests for sourcing behavior * Replace godotenv with shell lib
3 lines
90 B
Bash
3 lines
90 B
Bash
NAME="other"
|
|
BACKUP_CRON_EXPRESSION="*/1 * * * *"
|
|
BACKUP_FILENAME="override-$NAME.tar.gz"
|