Last active
August 29, 2015 14:17
-
-
Save flisky/a3af7bc9273c9b3b49b9 to your computer and use it in GitHub Desktop.
zabbix database dump with config data only
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysqldump --single-transaction --no-create-info \ | |
--ignore-table zabbix.history \ | |
--ignore-table zabbix.history_str \ | |
--ignore-table zabbix.history_log \ | |
--ignore-table zabbix.history_uint \ | |
--ignore-table zabbix.history_text \ | |
--ignore-table zabbix.trends \ | |
--ignore-table zabbix.trends_uint \ | |
--ignore-table zabbix.auditlog \ | |
--ignore-table zabbix.auditlog_details \ | |
--ignore-table zabbix.events \ | |
--ignore-table zabbix.alerts \ | |
-uroot zabbix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment