Re: [Bacula-users] [Bacula-devel] IBAdmin

2019-01-26 Thread Marcin Haba
Hello Radoslaw, On Thu, 24 Jan 2019 at 20:17, Radosław Korzeniewski wrote: > > Hello Dan, > > czw., 24 sty 2019 o 14:28 Dan Langille napisał(a): >> >> On Jan 24, 2019, at 5:30 AM, Radosław Korzeniewski >> wrote: >> >> Hello Dan, >> >> śr., 23 sty 2019 o 23:59 Dan Langille napisał(a): >>> >>>

Re: [Bacula-users] Lack Persistent Device Naming to use with Alert Command

2019-01-26 Thread Nate K
There are symlinks for the archive devices but not the tape drive control devices which is what the tape alert commands need. I did already have it set to use the symlink for the autochanger at least so that won't jump around. *> ls -l /dev/tape/by-id* *total 0lrwxrwxrwx 1 root root 9

Re: [Bacula-users] Lack Persistent Device Naming to use with Alert Command

2019-01-26 Thread Adam Nielsen
> I'm using Ubuntu 18.04.1 with Bacula 9.0.6 from the main repo. I'd like to > enable the above alerts from the sample bacula-sd.conf but can't because my > system is assigning random device names after each reboot so that > /dev/nst0, /dev/nst1, etc. can be any /dev/sg* number. I looked into > c

[Bacula-users] Lack Persistent Device Naming to use with Alert Command

2019-01-26 Thread Nate K
*# ## # New alert command in Bacula 9.0.0# # Note: you must have the sg3_utils (rpms) or the# #sg3-utils (deb) installed on your system.# #and you must set the correct control device that# #corresponds to the Archive Device# Control Device = /dev/sg?? # must be SCSI c

Re: [Bacula-users] [External] Re: [Bacula-devel] IBAdmin

2019-01-26 Thread Dmitri Maziuk via Bacula-users
On Sat, 26 Jan 2019 14:27:10 +0100 Kern Sibbald wrote: > On 1/25/19 7:06 PM, Josip Deanovic wrote: > > API would be really cool thing to have. > > Yes, I will check if we have some documentation on it. FWIW I don't think a) having strictly read-only access to the catalog is a bad thing and b)

Re: [Bacula-users] [External] Re: [Bacula-devel] IBAdmin

2019-01-26 Thread Heitor Faria
Hello Kern, All, >> API would be really cool thing to have. > > Yes, I will check if we have some documentation on it. Let me diverge the thread a little. Now it was mentioned, I think it would be really good too have an API command that allows exporting terminated Copy Jobs metadata from one D

Re: [Bacula-users] 800, 000+ orphaned paths entries cannot be pruned when using bvfs

2019-01-26 Thread Kern Sibbald
Hello Radek, The code has been there since 2011.  I now have a patch that makes the error message very clear. Yes, I am aware how bvfs works and why the cache is there.  I was just surprised that the existence of the cache would disable a dbcheck functio

Re: [Bacula-users] [External] Re: [Bacula-devel] IBAdmin

2019-01-26 Thread Kern Sibbald
On 1/25/19 7:06 PM, Josip Deanovic wrote: On Friday 2019-01-25 16:47:55 Kern Sibbald wrote: Hello guys, Interesting conversation. I thought I would throw in some general comments of my own. [...] API would be really cool thing to have. Yes, I will check if we have some documentation on