
bbstored.conf — Box Backup store daemon configuration file
/etc/box/bbstored.conf
The following configuration options are valid:
RaidFileConfSpecifies the path to the
raidfile.conf
(5)
. This is normally
/etc/box/raidfile.conf.
AccountDatabaseSpecifies the path to the account database created by
bbstoreaccounts
(8)
. This is usually
/etc/box/bbstored/accounts.txt.
ExtendedLoggingSpecifies whether extended logging should be enabled to show what commands are being received from clients.
TimeBetweenHousekeepingHow long between scanning for files which need deleting.
ServerThese options relate to the actual daemon.
PidFileThe location of the pidfile, where the daemon's process ID is kept.
UserThe user to run as.
ListenAddressesThe interface addresses to listen on. Hostnames may be
used instead of IP addresses. The format is:
inet:hostname or
inet:10.0.0.1.
CertificateFileThe path to the server's public certificate.
PrivateKeyFileThe path to the server's private key. This should only
be readable by root and/or the User.
TrustedCAsFileThe Certificate Authority created by bbstored-certs (8) .
The following is an example bbstored.conf:
RaidFileConf = /etc/box/raidfile.conf
AccountDatabase = /etc/box/bbstored/accounts.txt
TimeBetweenHousekeeping = 900
Server
{
PidFile = /var/run/bbstored.pid
User = _bbstored
ListenAddresses = inet:server.example.com
CertificateFile = /etc/box/bbstored/server.example.com-cert.pem
PrivateKeyFile = /etc/box/bbstored/server.example.com-key.pem
TrustedCAsFile = /etc/box/bbstored/clientCA.pem
}