.\" Title: bbackupd .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.2 .\" Date: 03/28/2023 .\" Manual: Box Backup .\" Source: Box Backup 0.11 .\" .TH "BBACKUPD" "8" "03/28/2023" "Box Backup 0\.11" "Box Backup" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" bbackupd - Box Backup client daemon .SH "SYNOPSIS" .HP 9 \fBbbackupd\fR [\-DFkqvVT] [\-c\ config\-file] [\-t\ tag] .SH "DESCRIPTION" .PP \fBbbackupd\fR runs on client computers in the background, finding new files to back up\. When it is time for a backup, \fBbbackupd\fR will connect to the server (\fBbbstored\fR) to upload the files\. .PP A running \fBbbackupd\fR daemon can be controlled with the \fBbbackupctl\fR command, to make it shut down, reload its configuration, or start an immediate backup\. .PP \fBbbackupd\fR needs to be configured to tell it which files to back up, how often, and to which server (running \fBbbstored\fR)\. See the Client Configuration page for more information\. For this, you must write a configuration file\. You must either place it in the default location, or tell \fBbbackupd\fR where to find it\. .PP You can check the default location with the \fB\-h\fR option\. The default on Unix systems is usually \fI/etc/box/bbackupd\.conf\fR\. On Windows systems, it is \fIbbackupd\.conf\fR in the same directory where \fBbbackupd\.exe\fR is located\. If bbackupd cannot find or read the configuration file, it will log an error message and exit\. .PP \fBbbackupd\fR usually writes log messages to the system logs, using the facility \fBlocal5\fR, which you can use to filter them to send them to a separate file\. It can also write them to the console, see options below\. If \fBbbackupd\fR is not doing what you expect, please check the logs first of all\. .SS "Options" .PP \fB\-c\fR config\-file .RS 4 Use the specified configuration file\. If \fB\-c\fR is omitted, the last argument is the configuration file\. If none is specified, the default is used (see above)\. .RE .PP \fB\-D\fR .RS 4 Debugging mode\. Do not fork into the background (do not run as a daemon)\. Not available on Windows\. .RE .PP \fB\-F\fR .RS 4 No\-fork mode\. Same as \fB\-D\fR for bbackupd\. Not available on Windows\. .RE .PP \fB\-k\fR .RS 4 Keep console open after fork, keep writing log messages to it\. Not available on Windows\. .RE .PP \fB\-q\fR .RS 4 Run more quietly\. Reduce verbosity level by one\. Available levels are \fINOTHING\fR, \fIFATAL\fR, \fIERROR\fR, \fIWARNING\fR, \fINOTICE\fR, \fIINFO\fR, \fITRACE\fR, \fIEVERYTHING\fR\. Default level is \fINOTICE\fR in non\-debugging builds\. Use once to drop to \fIWARNING\fR level, twice for \fIERROR\fR level, four times for no logging at all\. .RE .PP \-v .RS 4 Run more verbosely\. Increase verbosity level by one\. Use once to raise to \fIINFO\fR level, twice for \fITRACE\fR level, three times for \fIEVERYTHING\fR (currently the same as \fITRACE\fR)\. .RE .PP \fB\-V\fR .RS 4 Run at maximum verbosity (\fIEVERYTHING\fR level)\. .RE .PP \fB\-t\fR tag .RS 4 Tag each console message with specified marker\. Mainly useful in testing when running multiple daemons on the same console\. .RE .PP \fB\-T\fR .RS 4 Timestamp each line of console output\. .RE .SH "FILES" .PP \fI/etc/box/bbackupd\.conf\fR .SH "SEE ALSO" .PP \fBbbackupd.conf\fR(5), \fBbbackupd-config\fR(8), \fBbbackupctl\fR(8) .SH "AUTHORS" .PP Ben Summers .PP Per Thomsen .PP James O\(aqGorman