Man page - balboa-backend-console(1)

Packages contains this manual

Manual

BALBOA-BACKEND-CONSOLE

NAME
SYNOPSIS
DESCRIPTION
Command help:
Command jsonize:
Command dump:
Command replay:
EXAMPLES

NAME

balboa-backend-console - Backend maintenance console for balboa

SYNOPSIS

balboa-backend-console <--version|help|jsonize|dump|replay> [ options ]

DESCRIPTION

ā€˜balboa-backend-consoleā€˜ is a management tool for ā€˜balboa-backendsā€˜

Command help:

show help

Command jsonize:

read a dump file and print all entries as json

-d <path> path to the dump file to read

Command dump:

connect to a ā€˜balboa-backendā€˜ and request a dump of all data to local stdout

-h <host> ip address of the ā€˜balboa-backendā€˜ (default: 127.0.0.1)

-p <port> port of the ā€˜balboa-backendā€˜ (default: 4242)

-v increase verbosity; can be passed multiple times

-d <remote-dump-path> unused/ignored (default: -)

Command replay:

replay a previously generated database dump

-d <path> database dump file or ā€˜-ā€˜ for stdin (default: -)

-h <host> ip address of the ā€˜balboa-backendā€˜ (default: 127.0.0.1)

-p <port> port of the ā€˜balboa-backendā€˜ (default: 4242)

-v increase verbosity; can be passed multiple times

EXAMPLES

balboa-backend-console jsonize -r /tmp/pdns.dmp lz4cat /tmp/pdns.dmp.lz4 | balboa-backend-console jsonize