logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bbstored-config - Box Backup store daemon configuration file generator

Authors

       Ben Summers

       Per Thomsen

       James O'Gorman

Box Backup 0.11                                    06/06/2024                                 BBSTORED-CONFIG(8)

Description

       The bbstored-config script creates configuration files and server certificates for a bbstored instance.
       It takes three parameters:

       configdir
           The directory where config files will reside. A bbstored subdirectory will be created where several
           config files will reside. The bbstored.conf file will be created in configdir.

       servername
           The name of the server that is being configured. Usually the fully qualified domain name of the
           machine in question.

       username
           The name of the user that should be running the bbstored process. Recommended name: _bbstored.

       A valid raidfile.conf(5) must be found in configdir. Several steps are taken during the run of
       bbstored-config:

       •   Server certificates are created. This requires interaction from the operator.

       •   The RAID volumes are checked to ensure that the configuration is consistent and will work.

       •   Instructions for next steps to take are shown. These steps may be different for different OS
           platforms, so pay close attention to these instructions.

Files

/etc/box/bbstored.conf

Name

       bbstored-config - Box Backup store daemon configuration file generator

See Also

bbstored.conf(5), bbstored(8), bbstored-certs(8), raidfile-config(8)

Synopsis

bbstored-config configdir servername username

See Also