mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-30 09:45:17 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6655d5a12a |
@@ -1,3 +1,9 @@
|
|||||||
|
## 1.21.2 2020-06-08 <dave at tiredofit dot ca>
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Change to support tiredofit/alpine base image 5.0.0
|
||||||
|
|
||||||
|
|
||||||
## 1.21.1 2020-06-04 <dave at tiredofit dot ca>
|
## 1.21.1 2020-06-04 <dave at tiredofit dot ca>
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
|
|
||||||
for s in /assets/functions/*; do source $s; done
|
source /assets/functions/00-container
|
||||||
|
|
||||||
PROCESS_NAME="db-backup"
|
PROCESS_NAME="db-backup"
|
||||||
|
|
||||||
date >/dev/null
|
date >/dev/null
|
||||||
Reference in New Issue
Block a user