bbackupctl cannot find or read the configuration file, it will log an error
.PP bbackupctl usually writes error messages to the console and the system
all.
.PP -q
Run in quiet mode.
.RE
.PP -c config-file
Specify configuration file.
.RE
.SS "Commands"
.PP The following commands are available in bbackupctl:
.PP terminate
This command cleanly shuts down bbackupd. This
is better than killing or terminating it any other way.
.RE
.PP reload
Causes the bbackupd daemon to re-read all
its configuration files. Equivalent to kill -HUP.
.RE
.PP sync
Initiates a backup. If no files need to
be backed up, no connection will be made to the
server.
.RE
.PP force-sync
Initiates a backup, even if the
SyncAllowScript says that no backup should run
now.
.RE
.PP wait-for-sync
Passively waits until the next
backup starts of its own accord, and then
terminates.
.RE
.PP wait-for-end
Passively waits until the
next backup starts of its own accord
and finishes, and then terminates.
.RE
.PP sync-and-wait
Initiates a backup,
waits for it to finish, and then
terminates.
.RE
.SH "FILES"
.PP /etc/box/bbackupd.conf
.SH "SEE ALSO"
.PP bbackupd.conf(5), bbackupd-
config(8), bbackupctl(8)
.SH "AUTHORS"
.PP Ben Summers
.PP Per Thomsen
.PP James O'Gorman