Skip to content

Commit

Permalink
Updated documentation (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien70 authored Aug 16, 2022
1 parent c29b7ad commit f67028c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ Requires [Symfony CLI](https://symfony.com/download) and [Task](https://taskfile

## Configure the CRON job <a name="cron"></a>

Configuring a CRON job allows you to automatically backup databases at the frequency of your choice.
Configure the CRON task allows you to activate the verification of backups to be made. **Set it up to run every day**.

When you add databases, you can each time configure the periodicity of the backups to be made.
The CRON task will automatically fetch the databases that need to be backed up and perform the automatic backup.

Here is the command to run: `php bin/console app:backup`

Expand Down Expand Up @@ -103,7 +106,11 @@ You will find this storage space in the list.
### Manage databases <a name="databases"></a>

To create a database, click the `Databases` tab, then the `Add a database` button.
Fill your database information and submit.
Fill your database information.

Then, check the **backup options** according to your needs.

Finally, configure the **periodicity** at which a backup must be executed for your database (example: every day, every 2 weeks, every 3 months, ...)

![Add a database](docs/images/database-create.png?raw=true)

Expand Down
Binary file modified docs/images/database-create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/database-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f67028c

Please sign in to comment.