mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-29 19:55:36 +02:00
make log output more consistent
This commit is contained in:
@@ -27,9 +27,9 @@ source env.sh
|
||||
mc alias set backup-target "https://$AWS_ENDPOINT" "$AWS_ACCESS_KEY_ID" "$AWS_SECRET_ACCESS_KEY"
|
||||
|
||||
# Add our cron entry, and direct stdout & stderr to Docker commands stdout
|
||||
echo "Installing cron.d entry with expression $BACKUP_CRON_EXPRESSION"
|
||||
echo "Installing cron.d entry with expression $BACKUP_CRON_EXPRESSION."
|
||||
echo "$BACKUP_CRON_EXPRESSION backup 2>&1" | crontab -
|
||||
|
||||
# Let cron take the wheel
|
||||
echo "Starting cron in foreground"
|
||||
echo "Starting cron in foreground."
|
||||
crond -f -l 8
|
||||
|
||||
Reference in New Issue
Block a user