Skip to content

Commit f67028c

Browse files
authored
Updated documentation (#74)
1 parent c29b7ad commit f67028c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ Requires [Symfony CLI](https://symfony.com/download) and [Task](https://taskfile
6464

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

67-
Configuring a CRON job allows you to automatically backup databases at the frequency of your choice.
67+
Configure the CRON task allows you to activate the verification of backups to be made. **Set it up to run every day**.
68+
69+
When you add databases, you can each time configure the periodicity of the backups to be made.
70+
The CRON task will automatically fetch the databases that need to be backed up and perform the automatic backup.
6871

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

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

105108
To create a database, click the `Databases` tab, then the `Add a database` button.
106-
Fill your database information and submit.
109+
Fill your database information.
110+
111+
Then, check the **backup options** according to your needs.
112+
113+
Finally, configure the **periodicity** at which a backup must be executed for your database (example: every day, every 2 weeks, every 3 months, ...)
107114

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

docs/images/database-create.png

27.3 KB
Loading

docs/images/database-list.png

10.6 KB
Loading

0 commit comments

Comments
 (0)