[Box Backup] Win2 client latest version
Ben Summers
boxbackup@fluffy.co.uk
Sun, 28 Nov 2004 10:42:34 +0000
On 27 Nov 2004, at 19:30, ken wrote:
> It seems that you cannot have more than one path to backup in the
> bbackupd.conf file. If I add more than one then I get a configuration
> error.
>
> Example:
> in bbackupd.conf
> BackupLocations
> {
> XP
> {
> Path = C:\Documents and Settings\
> Path = C:\Quickbooks\
> }
> And error when run bbackupquery
> Invalid configuration file:
> BackupLocations.XP.Path (key) multi value not allowed (duplicate key?)
>
> Anyone got a solution?
Use multiple locations:
BackupLocations
{
XP
{
Path = C:\Documents and Settings\
}
Quickbooks
{
Path = C:\Quickbooks\
}
}
Ben