Kern Sibbald schrieb:
> Hello,
>
> Sorry, but our New Features documentation has gotten ahead of the Source 
> Forge 
> Git repo.  The base code is still in Eric's github repo under a branch named 
> basejobv3.  Here is the git conf section that one needs to access it:
>
> [remote "eric"]
>         url = git://github.com/ebl/bacula.git
>         fetch = +refs/heads/master:refs/remotes/eric/master
>         fetch = +refs/heads/master:refs/remotes/eric/basejobv3
>
> in a Bacula git clone:
>
> git fetch eric
>
> and possibly if not done automatically:
>
> git fetch eric basejobv3
>
> If you don't understand the above, please note that Eric is currently away, 
> but he will be back Sunday evening or Monday morning, so if you want to test 
> the base code, I am sure he will help you get a copy.
>
> Regards,
>
> Kern
>
> On Saturday 31 October 2009 17:48:05 wvoice wrote:
>   
>> Hi,
>>
>> I'm trying to test out the dedupe between several base jobs I've listed as
>> windemo1, windemo2, and windemo3.
>>
>> I've listed the type of job as Base. And all is well when I reload my
>> config. However, the problem arises when I try to declare what to compare
>> the base jobs between.
>>
>> For example in the online forums discussing this capability, the following
>> is shown:
>>
>> Job {
>>  Name = BackupLinux
>>  Level= Base
>>  ...
>> }
>>
>> Job {
>>  Name = BackupZog4
>>  Base = BackupZog4, BackupLinux
>>  Accurate = yes
>>  ...
>> }
>>
>> The top job declaration works fine. But when I try to do anything that uses
>> the "Base =" declaration, I end up with a parse error.
>>
>> 31-Oct 10:36 104C-dir: ERROR in parse_conf.c:954 Config error: Keyword
>> "Base" not permitted in this r
>> esource.
>> Perhaps you left the trailing brace off of the previous resource.
>>
>>             : line 41, col 7 of file /etc/bacula/bacula-dir.conf
>>
>>   Base = windemo1, windemo2, windemo3
>>
>> 31-Oct 10:36 104C-dir JobId 0: Error: Please correct configuration file:
>> /etc/bacula/bacula-dir.conf
>> 31-Oct 10:36 104C-dir JobId 0: Error: Resetting previous configuration.
>> 31-Oct 10:37 104C-dir: ERROR in parse_conf.c:901 Config error: Expected a
>> Resource name identifier, g
>> ot: }
>>
>>             : line 446, col 2 of file /etc/bacula/bacula-dir.conf
>>
>>         }
>>
>> Where can I find a little more information on this job type and getting it
>> to dedupe. I would like to test the efficiency to save on the common OS
>> files.
>>
>> Thanks!
>>     

So, the 3.0.3 release doesn't have Base jobs working?
I'm trying to go by the release notes on

http://www.bacula.org/manuals/en/concepts/concepts/New_Features_in_3_0_3.html

If it doesn't have it, maybe someone should fix the release notes,
because its still on the main page.

BTW: really looking forward to base jobs and thanks for your work guys.



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to