Hello,

I'm using Bacula 1.38.11.

As stated in the latest news, I added an item to make a clone :

   Run = 'CloneClient1 level=%l since=\'%s\''

to my job-directive in the director-conf. However, I'm getting the fault

'CloneClient1, Job not found in my logs. So I removed the quotes 
and changed this to:

   Run = CloneClient1 level=%l since='%s'

I defined two jobs: one job "Client1" (which is started by a schedule) and
and one "CloneClient1" which should be started by Client1. The ClonePool 
is of the type "Cloned". Client1 should write things to Pool "Default", 
CloneClient1 should write things to ClonePool :

Job {
   Name = "Client1"
   JobDefs = "DefaultJob"
   Pool = "Default"
   Schedule = "TestCycle"
   Write Bootstrap = "/var/bacula/working/Client1.bsr"
   Run = CloneClient1 level=%l since='%s'
}

Job {
   Name = "CloneClient1"
   JobDefs = "DefaultJob"
   Write Bootstrap = "/var/bacula/working/CloneClient1.bsr"
   Schedule = "None"
   Pool = "ClonePool"
}

Bacula crashes with a segmentation fault:

27-Dec 17:31 test-dir: Job started. JobId=37
27-Dec 17:31 test-dir: Clone JobId 37 started.
27-Dec 17:31 test-dir: Start Backup JobId 36, Job=Client1.2006-12-27_17.31.00
27-Dec 17:31 test-sd: Volume "test" previously written, moving to end of data.
27-Dec 17:31 test-dir: Bacula 1.38.11 (28Jun06):
...
27-Dec 17:31 test-dir: Fatal Error because: Bacula interrupted by signal 11: 
Segmentation violation
27-Dec 17:31 test-dir: Start Backup JobId 37, 
Job=CloneClient1.2006-12-27_17.31.02

Is this a bug in Bacula? Am I doing something wrong?

Thanks,
K.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to