.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3. .TH BALBOA-BACKEND-CONSOLE "1" "July 2021" "balboa-backend-console v2.0.0" "User Commands" .SH NAME balboa-backend-console \- Backend maintenance console for balboa .SH SYNOPSIS .B balboa-backend-console \fI\,<--version|help|jsonize|dump|replay> \/\fR[\fI\,options\/\fR] .SH DESCRIPTION `balboa\-backend\-console` is a management tool for `balboa\-backends` .SS "Command help:" .IP show help .SS "Command jsonize:" .IP read a dump file and print all entries as json .HP \fB\-d\fR path to the dump file to read .SS "Command dump:" .IP connect to a `balboa\-backend` and request a dump of all data to local stdout .HP \fB\-h\fR ip address of the `balboa\-backend` (default: 127.0.0.1) .HP \fB\-p\fR port of the `balboa\-backend` (default: 4242) .HP \fB\-v\fR increase verbosity; can be passed multiple times .HP \fB\-d\fR unused/ignored (default: \-) .SS "Command replay:" .IP replay a previously generated database dump .HP \fB\-d\fR database dump file or `\-` for stdin (default: \-) .HP \fB\-h\fR ip address of the `balboa\-backend` (default: 127.0.0.1) .HP \fB\-p\fR port of the `balboa\-backend` (default: 4242) .HP \fB\-v\fR increase verbosity; can be passed multiple times .SH EXAMPLES balboa\-backend\-console jsonize \-r /tmp/pdns.dmp lz4cat /tmp/pdns.dmp.lz4 | balboa\-backend\-console jsonize