Skip to content

Commit e350899

Browse files
committed
v2.5.1
1 parent 1d9cf67 commit e350899

File tree

3 files changed

+400
-281
lines changed

3 files changed

+400
-281
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## 2.5.1 - (2010-07-04)
4+
- Added support for default and optional config file. (by Johannes Kolter)
5+
- Rotating after backup was successful whith find(1). (by Johannes Kolter)
6+
- Implementation of Variables containing full path to binaries to avoid possibly confusion with aliases or builtins. (by Johannes Kolter)
7+
- Fixed bug where weekly backups were not being rotated.
8+
- Added rotation of 5 monthly backups
9+
- Now all old backups are deleted, not only the most recent one. (inspired by [email protected])
10+
- Use Debian special-file to access database (by Johannes Kolter)
11+
- Fixed bug ID: 1438565
12+
- Moved IO redirection to a place before decicions are made and actions are taken. (inspired by Derk Bernhardt)
13+
- Fixed bug ID: 3000316 (reported by Sascha Feldhorst)
14+
- Fixed bug ID: 1529458 (reported by Natalie (njwood))
15+
- Fixed bug ID: 1548919 (reported by Piotr Kuczynski)
16+
317
## 2.5 - (2006-01-15)
418
- Added support for setting MAXIMUM_PACKET_SIZE and SOCKET parameters. (suggested by Yvo van Doorn)
519

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@
1111

1212
### Authentication
1313

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
1522

1623
### Target Server to Backup
1724

@@ -111,7 +118,7 @@ Use `PREBACKUP` and `POSTBACKUP` to specify Per and Post backup commands or scri
111118

112119
* **Daily** Backups are rotated weekly..
113120
* **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.
115122

116123
**Note:** It may be a good idea to copy Monthly backups offline or to another server..
117124

0 commit comments

Comments
 (0)