Skip to content

Commit

Permalink
v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brettwilcox committed Feb 24, 2019
1 parent 1d9cf67 commit e350899
Show file tree
Hide file tree
Showing 3 changed files with 400 additions and 281 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 2.5.1 - (2010-07-04)
- Added support for default and optional config file. (by Johannes Kolter)
- Rotating after backup was successful whith find(1). (by Johannes Kolter)
- Implementation of Variables containing full path to binaries to avoid possibly confusion with aliases or builtins. (by Johannes Kolter)
- Fixed bug where weekly backups were not being rotated.
- Added rotation of 5 monthly backups
- Now all old backups are deleted, not only the most recent one. (inspired by [email protected])
- Use Debian special-file to access database (by Johannes Kolter)
- Fixed bug ID: 1438565
- Moved IO redirection to a place before decicions are made and actions are taken. (inspired by Derk Bernhardt)
- Fixed bug ID: 3000316 (reported by Sascha Feldhorst)
- Fixed bug ID: 1529458 (reported by Natalie (njwood))
- Fixed bug ID: 1548919 (reported by Piotr Kuczynski)

## 2.5 - (2006-01-15)
- Added support for setting MAXIMUM_PACKET_SIZE and SOCKET parameters. (suggested by Yvo van Doorn)

Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@

### Authentication

Set `USERNAME` and `PASSWORD` of a user that has at least `SELECT` permission to `ALL` databases.
Set `USERNAME` and `PASSWORD` of a user that has the appropriate permissions to backup ALL databases. (*See mysql documentation for details*)

If USERNAME is set to "debian" and PASSWORD is unset or "" obtain them from the file /etc/mysql/debian.cnf

- First command line option "-c" for configfile
- Interpretable Exit-States:
1. given configfile is not readable or does not exist
2. unknown option

### Target Server to Backup

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

* **Daily** Backups are rotated weekly..
* **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..
* **Monthly** Backups are run on the 1st of the month. Monthly Backups are NOT rotated automatically...
* **Monthly** Backups are run on the 1st of the month. Monthly Backups are rotated on a 5 month cycle.

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

Expand Down
Loading

0 comments on commit e350899

Please sign in to comment.