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
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,14 @@
11
11
12
12
### Authentication
13
13
14
-
Set `USERNAME` and `PASSWORD` of a user that has at least `SELECT` permission to `ALL` databases.
14
+
Set `USERNAME` and `PASSWORD` of a user that has the appropriate permissions to backup ALL databases. (*See mysql documentation for details*)
15
+
16
+
If USERNAME is set to "debian" and PASSWORD is unset or "" obtain them from the file /etc/mysql/debian.cnf
17
+
18
+
- First command line option "-c" for configfile
19
+
- Interpretable Exit-States:
20
+
1. given configfile is not readable or does not exist
21
+
2. unknown option
15
22
16
23
### Target Server to Backup
17
24
@@ -111,7 +118,7 @@ Use `PREBACKUP` and `POSTBACKUP` to specify Per and Post backup commands or scri
111
118
112
119
***Daily** Backups are rotated weekly..
113
120
***Weekly** Backups are run by default on Saturday Morning when cron.daily scripts are run. Can be changed with `DOWEEKLY` setting. Weekly Backups are rotated on a 5 week cycle..
114
-
***Monthly** Backups are run on the 1st of the month. Monthly Backups are NOT rotated automatically...
121
+
***Monthly** Backups are run on the 1st of the month. Monthly Backups are rotated on a 5 month cycle.
115
122
116
123
**Note:** It may be a good idea to copy Monthly backups offline or to another server..
0 commit comments