On 03/09/10 07:06, Daznis wrote:
> I'm getting a little stuck with the new configuration for multiclient
> bacula config.
> 
> 
> 
> Schedule {
>      Name = "Full"
>      #Every week (Every Friday, use for 1 moths, 3 volume rotation)
>      Run = Level=Full Pool=FullPool Friday at 13:05
> }
> 
> This part of my config gives me this error:
> 
> 09-Mar 13:52 bacula-dir: ERROR TERMINATION at ../../dird/run_conf.c:207
> Config error: Expected an equals, got: Friday
>             : line 151, col 41 of file C:\Documents and Settings\All
> Users\Application Data\Bacula/bacula-dir.conf
>          Run = Level=Full Pool=FullPool Friday at 13:05
Try this:

Schedule {
     Name = "Full"
     #Every week (Every Friday, use for 1 moths, 3 volume rotation)
     Run = Full fri at 13:05
}

and specify your Pool for full backups in your JobDefs.


-- 
  Phil Stracchino, CDK#2     DoD#299792458     ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
         Renaissance Man, Unix ronin, Perl hacker, Free Stater
                 It's not the years, it's the mileage.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to