Difference between revisions of "Zabbix One-Liners"
Jump to navigation
Jump to search
(Created page with "sudo -u postgres pg_dump -d zabbix --table public.interface | gzip -9 > zabbix.interface.sql.gz") |
(No difference)
|
Revision as of 22:37, 25 June 2021
sudo -u postgres pg_dump -d zabbix --table public.interface | gzip -9 > zabbix.interface.sql.gz