Hello.

I have checked a few tutorials in order to do wake on lan with bacula.

I have the following problem now: I can wake the target machine with the wakeonlan command and I can also execute it as bacula user, however when I use the command in a job, it does not seem to work at all.

This is the job in the job in the bacula-dir.conf I want to run before the actual backup jobs:

Job {
  Name = "WakeOnLan"
  Type = Admin
  client = ubuntu-fd
  Fileset = None
  RunScript {
    RunsWhen = Always
    Command = "wakeonlan -f /etc/bacula/adresses.wol"
  }
  Pool = File
  Storage = ubuntu-sd
  messages = Standard
  Priority = 5
}

It simply gives me an OK-Message after running, so i am not sure what the problem could be.
Does anybody have any siggestions?

Regards,
Florian S.

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to