Backuper-package is a admin tools to create a backup of file system and MySQL databases, example, your web projects.
The Backuper-package was originally designed to provide a file-based backup system. After there was a need to save and dump MySQL database. Subsequently, many extensions of functionality are planned. Details will be later ...
The Backuper-package is the original product of many hours of work by Stas Kirenkov, the primary author of the code.
Feedback is most certainly welcome for this document. Send your additions, comments and criticisms to the [email protected]
v1.3
- The procedure of pre-start checking of required parameters is added. ./bash-backuper-package/src/1.3/bin/pre_start.sh
- All settings are now taken in a separate configuration file ./bash-backuper-package/src/1.3/main.conf
- Start used Google code style
- Added system messages during the execution, for subsequent logging to a file or to mail
- You can specify a limit for limiting the space for saving backups, not only in megabytes, but also in gigabytes
- If you do not have problems with the place to store backups, you can turn off the restrictions for the following parameters MAX_NUMBER_ARCHIVES, MAX_NUMBER_DAYS, MIN_FREE_SPACE
v1.2
- Structuring of archival copies by catalogs with the name of the Project and the date of reservation;
- Storage as an archive, so far only ZIP. In the future there will be an expanded choice.;
- 2 types of rotation of obsolete copies, by number or by date / time;
- Backup of MySQL databases as a * .sql;
Author: Stas Kirenkov Update: 04/05/2017 Contacts email: [email protected]