You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,11 +72,10 @@ To manually execute the MySQL backup script, you can do one of the following:
72
72
sh /path/to/mysqlbackup-plus.sh
73
73
```
74
74
75
-
**Customize Your Setup**
75
+
**Preserve Your Settings Across Updates**
76
76
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.
78
78
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.
82
80
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