[Box Backup] Re. bbstored port.

Ben Summers boxbackup@fluffy.co.uk
Wed, 27 Jul 2005 09:30:00 +0100


On 27 Jul 2005, at 09:18, Scott McNee wrote:

> Yee I am running the deamon on the localhost.
> I was not aware of the multiple option in the raidfile.conf
>
> Would it be possible to forward a quick example or point me in the  
> direction
> of one.

raidfile.conf has sections like this

disc0
{
     SetNumber = 0
     BlockSize = 2048
     Dir0 = /d1
     Dir1 = /d1
     Dir2 = /d1
}

Add another:

disc1
{
     SetNumber = 1
     BlockSize = 2048
     Dir0 = /d2
     Dir1 = /d2
     Dir2 = /d2
}

Then when creating an account, use disc set 1 instead of 0.

Tip: Use raidfile.conf to create another raidfile.conf file, then  
copy the new block into the original file, changing the "disc0" label  
and the "SetNumber" directive.

Ben