[Box Backup] Win2 client latest version

Ben Summers boxbackup at fluffy.co.uk
Sun Nov 28 10:42:34 GMT 2004


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




More information about the Boxbackup mailing list