Hello,

sob., 5 wrz 2020 o 03:02 Elias Pereira <[email protected]> napisał(a):

> hi,
> I compiled libs3, compiled the bacula, and then installed the cloud plugin
> as Kern said.
>
> cd src/stored
> make install-cloud
>
> The plugin appeared in /etc/bacula/plugins, but the error below still
> occurs:
>
> Fatal error: init_dev.c:410 [SF0018] Plugin directory not defined. Cannot 
> load SD cloud driver for device .
>
> Any idea?
>

In your bacula-sd.conf in Storage Resource definitions you have to add the
parameter:

Storage {
  ...
  PluginDirectory = "/etc/bacula/plugins"
  ...
}

Then restart the Storage Daemon.

best regards
-- 
Radosław Korzeniewski
[email protected]
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to