Re: [Bacula-users] Baculum Prado\Exceptions\TPhpFatalErrorException

2019-05-07 Thread Jose Alberto
Thanks Marcin. I can solved remove php5 and install php7. all works fine now. Regards. Centos 7 On Mon, May 6, 2019 at 11:41 PM Marcin Haba wrote: > Hello Jose and Elias, > > Thanks for reporting this problem. > > It happens only with old PHP < 5.5 because in those versions empty() > f

Re: [Bacula-users] Autochanger not working?

2019-05-07 Thread Robert Minvielle
I labeled the tapes in bconsole, it said it worked (I ejected them and mounted them with mtx). However, I still get: *mount Automatically selected Storage: File1 3905 Device ""Drive-1" (/dev/nst0)" open but no Bacula volume is mounted. If this is not a blank tape, try unmounting and remounting th

Re: [Bacula-users] Autochanger not working?

2019-05-07 Thread William Muriithi
Hi Robert, === Autochanger { Name = LTO5 Device = Drive-1 Changer Command = "/etc/bacula/scripts/mtx-changer %c %o %S %a %d" Changer Device = /dev/sg3 } Be aware that /dev/sg3 can change when the system is rebooted. === Device { Name = Drive-1 Drive Ind

[Bacula-users] Autochanger not working?

2019-05-07 Thread Robert Minvielle
I have a new bacula install using the ubuntu built in packages on ubuntu 16 with a new Dell EMC ML3 drive (an ibm 3573-TL) I can get btape to work, and mt and mtx to work, but it seems the bconsole will not work. I am not sure if I have something configured wrong or it does not see the tape dri

Re: [Bacula-users] Bacula director error messages

2019-05-07 Thread Martin Simmons
Maybe there is an error message in the text you snipped? __Martin > On Mon, 6 May 2019 23:09:46 +0200, Andras Horvai said: > > Dear List, > > does anyone have any clue why I got director error after a tape change: (I > am using copy job to copy full backups (from file storage) to tape. >

Re: [Bacula-users] Query for "most recent copies of a file"

2019-05-07 Thread Martin Simmons
I think option 2 should be fixed to ignore deleted files. E.g. # 2 :List where the most recent copies of a file are saved *Enter path with trailing slash: *Enter filename: *Enter Client name: SELECT DISTINCT Job.JobId,StartTime AS JobStartTime,VolumeName,Client.Name AS ClientName FROM Job,File,

Re: [Bacula-users] Is there a test for LTO-4 tapes or just pull them from service?

2019-05-07 Thread Dan Langille
On Mon, May 6, 2019, at 10:46 PM, John R Zoch wrote: > I'm running Bacula 9.4.2 on an FreeNAS 11.2-U3 in an iocage jail. Attached is > an image from bat indicating a bunch of failed tapes. They passed the rewind > - write EOF test. > The rewind-write EOF test is more a test of Bacula and the t

Re: [Bacula-users] Fwd: Is there a test for LTO-4 tapes or just pull them from service?

2019-05-07 Thread Adam Nielsen
> They passed the rewind - write EOF test. Is there something I should try > to make them usable again (a test/format of sorts) or is the Bacula error > indication sufficient that I should just pull them from service? Normally LTO tapes don't get write errors as the drive rewrites any failed blo

[Bacula-users] Fwd: Is there a test for LTO-4 tapes or just pull them from service?

2019-05-07 Thread John R Zoch
I'm running Bacula 9.4.2 on an FreeNAS 11.2-U3 in an iocage jail. I'm getting errors on several tapes. | 338 | A00023 | Full | 1 | 847,217,645,568 | 70 | 15,638,400 | 1 | 23 | 1 | LTO-4 | 2 | 0 | 2019-03-03 13:18:23 | 10,040,574 | | 339 |

Re: [Bacula-users] Query for "most recent copies of a file"

2019-05-07 Thread Christoph Litauer
Sorry for the long delay, had holidays ... That seems to be the explanation. I use accurate for all my backups. Your command lists cyrus.header as deleted. As a result "restore" doesn't list the parent directory. But - should option 2 really find deleted files? - how do I find the last _not_ d

Re: [Bacula-users] Baculum Prado\Exceptions\TPhpFatalErrorException

2019-05-07 Thread Elias Pereira
Hello Marcin, Thanks for the feedback and the patch!!! >> The purest truth in your signature!!! :D On Tue, May 7, 2019 at 12:41 AM Marcin Haba wrote: > Hello Jose and Elias, > > Thanks for reporting this problem. > > It happens only with old PHP < 5.5 because in those versions empty() > funct

Re: [Bacula-users] Does bacula schedule cleaning by default?

2019-05-07 Thread Adam Nielsen
> I am looking for a way the system can work with > bacula so that clean up scheduling happen automatically. IS it > possible also to know if their has been cleaning in the past from > bacula's perspective? Would really appreciate any lead I had to modify the autoloader script to enable LTO enc

Re: [Bacula-users] Does bacula schedule cleaning by default?

2019-05-07 Thread Gary R. Schmidt
On 07/05/2019 08:37, William Muriithi wrote: Hello, I noticed today that the tape hardware - Quantum Superloader 3 - had a warning that the tape head needs cleaning and that got me surprised. We already have a cleaner tape on the system and had always assumed this is happening already. How w