From 6c79828e8b0141f37a366680a689c7ea62beaafa Mon Sep 17 00:00:00 2001 From: "Fco. Javier Delgado del Hoyo" Date: Thu, 13 May 2021 20:24:13 +0200 Subject: [PATCH] fix README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5cc37ca..a09bec0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ -[![Build Status](https://travis-ci.org/fradelg/docker-mysql-cron-backup.svg?branch=master)](https://travis-ci.org/fradelg/docker-mysql-cron-backup) - # mysql-cron-backup -This docker image runs mysqldump to backup your databases periodically using cron task manager. Backups are placed in `/backup` so you can mount your backup docker volume in this path. +Run mysqldump to backup your databases periodically using the cron task manager in the container. Your backups are saved in `/backup`. You can mount any directory of your host or a docker volumes in /backup. Othwerwise, a docker volume is created in the default location. ## Usage: @@ -103,7 +101,7 @@ mysql-cron-backup: ### Restore using a docker command ```bash -docker container exec /restore.sh backup/ +docker container exec /restore.sh /backup/ ``` if no database name is specified, `restore.sh` will try to find the database name from the backup file. \ No newline at end of file