├── Dockerfile ├── LICENSE ├── backup-all-mysql.conf ├── backup-all-mysql.sh ├── howto-build.txt ├── loop.sh └── readme.md /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsteinkopf/backup-all-mysql/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsteinkopf/backup-all-mysql/HEAD/LICENSE -------------------------------------------------------------------------------- /backup-all-mysql.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsteinkopf/backup-all-mysql/HEAD/backup-all-mysql.conf -------------------------------------------------------------------------------- /backup-all-mysql.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsteinkopf/backup-all-mysql/HEAD/backup-all-mysql.sh -------------------------------------------------------------------------------- /howto-build.txt: -------------------------------------------------------------------------------- 1 | docker build . --tag dsteinkopf/backup-all-mysql:test 2 | -------------------------------------------------------------------------------- /loop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsteinkopf/backup-all-mysql/HEAD/loop.sh -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dsteinkopf/backup-all-mysql/HEAD/readme.md --------------------------------------------------------------------------------