npotorino / zabbix-backup

Backup script for Zabbix configuration data (MySQL/PostgreSQL)
MIT License
67 stars 30 forks source link

Backup all data #21

Closed aymenkmar closed 1 year ago

aymenkmar commented 1 year ago

Hello, What should i do to take full backup ; this script don't make take for example dump of large table. Thank you

gullevek commented 1 year ago

Just use your database dump tools or some other database backup system.

eg PostgreSQL pg_dump/pg_restore