Hi ALL,

I am trying to setup Bacula 7.0.4 on Ubuntu 16.04. I can take manual backups 
and run restore jobs successfully, however I am not been able to implement 
scheduled jobs although I have defined a schedule in my bacula-dir.conf.

Issuing "status schedule" on bconsole yields "No scheduled jobs" , Here is my 
config


bacula-dir.conf

Schedule {
  Name = "WeeklyCycle"
  Run = Full 1st sun at 23:05
  Run = Differential 2nd-5th sun at 23:05
  Run = Incremental mon-sat at 01:00
}

Job {
  Name = "vas-test-123"
  Type = Backup
  JobDefs =  "DefaultJob"
  Schedule = "WeeklyCycle"
  Client = vas-test-123.nadra.gov.pk-fd
  FileSet = "testing"
  Storage = File1
  Pool = Default
  Messages = Standard
  Maximum Concurrent Jobs = 1
  where = /bacula_backup/
}

Bconsole output:-


*status schedule
No Scheduled Jobs.
====

Am I missing something here ?

Best Regards,

Ali Danish Mahmood



------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to