logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

balboa-backend-console - Backend maintenance console for balboa

Description

       `balboa-backend-console` is a management tool for `balboa-backends`

   Commandhelp:
              show help

   Commandjsonize:
              read a dump file and print all entries as json

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

   Commanddump:
              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: -)

   Commandreplay:
              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

balboa-backend-console v2.0.0                     February 2025                        BALBOA-BACKEND-CONSOLE(1)

Name

       balboa-backend-console - Backend maintenance console for balboa

Synopsis

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

See Also