# Example config using defaults used of no option supplied # or <value> for values that have no default....the <> would # need to be removed. # config bbstored # option config_path '/var/etc/boxbackup' # option raidfileconf '/var/etc/boxbackup/raidfile.conf' # option accountdb 'etc/bbstored/accounts.txt' # option extlog 1 # option housekeep_time 900 # option user nobody # option group nogroup # option address <192.168.1.1> # OR option address <myhost.example.com> # option certfile </path/to/server_certificate> # option keyfile </path/to/key_for_certificate> # option cafile </path/to/trusted_certificate_authority> # option pidfile /var/run/bbstored.pid #config raidfile # option setnum <0> # option blocksize 1024 # option path </directory/for/backup/store> # There can be many raidfile section, but each must have a unique setnum