Skip to content

Commit 51b7c79

Browse files
authored
Update README.md
1 parent 8e5f3c7 commit 51b7c79

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,10 @@ To manually execute the MySQL backup script, you can do one of the following:
7272
sh /path/to/mysqlbackup-plus.sh
7373
```
7474

75-
**Customize Your Setup**
75+
**Preserve Your Settings Across Updates**
7676

77-
To keep your settings intact across updates, store them in a configuration file instead of modifying this script with each new release.
77+
Instead of modifying the script with each new release, ensure your configuration settings remain intact by storing them in a dedicated configuration file.
7878

79-
Create a file named `.mysqlbackup-plus.conf` in your HOME directory and only define the options you wish to modify.
80-
81-
Any settings in this file will override the default values set in the script, while unspecified options will retain their defaults.
79+
Create a file named `.mysqlbackup-plus.conf` in your HOME directory, defining only the options you wish to modify.
8280

81+
There is no need to include every setting, as any configurations you define in this file will override the default values in the script.

0 commit comments

Comments
 (0)