├── .gitignore ├── LICENSE.txt ├── README.md ├── RELEASE.md ├── get-table-list.pl └── zabbix-dump /.gitignore: -------------------------------------------------------------------------------- 1 | /.project 2 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxhq/zabbix-backup/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxhq/zabbix-backup/HEAD/README.md -------------------------------------------------------------------------------- /RELEASE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxhq/zabbix-backup/HEAD/RELEASE.md -------------------------------------------------------------------------------- /get-table-list.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxhq/zabbix-backup/HEAD/get-table-list.pl -------------------------------------------------------------------------------- /zabbix-dump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxhq/zabbix-backup/HEAD/zabbix-dump --------------------------------------------------------------------------------