-
Notifications
You must be signed in to change notification settings - Fork 73
Home
This is a database backup script for all Zabbix versions from 1.3.1 up to 2.4.0.
The script distincts between configuration and mass data tables. Tables holding configuration data will be fully backuped while for mass data tables only the table schema is stored. This way you have a small backup of your complete configuration and in case of disaster "only" loose your item history.
The script was successfully tested with the following Zabbix versions:
- 2.4.0
- 2.2.5
- 2.0.0
If this script works for you and your Zabbix version isn't listed - please tell me: [email protected].
You can download the latest version here:
https://raw.githubusercontent.com/maxhq/zabbix-backup/master/zabbix-mysql-dump
Changes in version 0.7.1 (2015-01-27):
- All settings are now done via commandline arguments (no hardcoded server, user etc. anymore)
- The IP or hostname of the database server is included in the backup filename
- The script now stops if the database password is wrong
- The script name ;-)
The Zabbix backup script for MySQL databases.
Helper Perl script that shows all database tables that have ever been used in Zabbix (since 1.3.1). It queries the Zabbix Subversion repository to fetch the informations.