bbstored.conf
Box Backup store daemon configuration file
- Provided by: boxbackup-server (Version: 0.13~~git20231028.g3dd5194+ds-5)
- Source: boxbackup
- Report a bug
Box Backup store daemon configuration file
/etc/box/bbstored.conf
The following configuration options are valid:
RaidFileConf
AccountDatabase
ExtendedLogging
TimeBetweenHousekeeping
Server
User
ListenAddresses
CertificateFile
PrivateKeyFile
TrustedCAsFile
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
}
/etc/box/bbstored.conf
Ben Summers
Per Thomsen
James O'Gorman