[Bacula-users] HEADS UP: Bacula 7 on FreeBSD broken for MySQL

2014-08-08 Thread Dan Langille
Building Bacula 7.0.4 on FreeBSD for MYSQL will not build. A fix will be issued soon. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192514 — Dan Langille signature.asc Description: Message signed with OpenPGP using GPGMail

[Bacula-users] Job retention period

2014-08-08 Thread Ross Williamson
How do differential jobs work with job retention? As an example If I do a Full backup every 2 months, a differential every sun and incremental every 6 hours, you only require the last differential to restore. Are the previous differentials "purged" and the relevant volumes in the differential poo

Re: [Bacula-users] List files associated with destroyed tape

2014-08-08 Thread Martin Simmons
Yes, a query like below should return all of the fileid's for the files stored on volume 'z'. YMMV on mysql. These are the fileid's to delete from the file table. After that, you'll need to delete the rows from the jobmedia table associated with the volume. SELECT f.fileid FROM file f LEFT

Re: [Bacula-users] Good web interface??

2014-08-08 Thread Jonathan Bayer
Figured it out. The new installation puit the config.ini into a different directory, and I was updating the wrong one. Once I fixed it, it is working. JBB On 8/8/2014 1:40 AM, Oschwald Robert wrote: I'm using Webacula 5.5.1 with Bacula 7.0.4 on CentOS 6.5 without any problem, so I think it

Re: [Bacula-users] Pending jobs sequence skipped.

2014-08-08 Thread J. Echter
Am 07.08.2014 09:22, schrieb Gi Dot: > Hi, > > Due to holiday and having no one around to switch tapes for me, I have > more than 10 jobs created and pending for backup. Normally when > situation like this occur (though with lesser number of jobs), I will > just put in the tapes one by one and let

[Bacula-users] DAT72 USB tape-drive support on Linux 2.6 kernel?

2014-08-08 Thread Huub Van Niekerk
Hi, After reading the manuals of v.5 and 7, I doubt my USB DAT72/DDS tapedrive is supported. I used to work with Barracuda, but that license expired. So can anyone give me advise about this ? Thanks. -- Want fast and ea

Re: [Bacula-users] List files associated with destroyed tape

2014-08-08 Thread John Wallach
Ah, That makes a lot of sense from a preservation of the jobs that's the best behavior, however we've shoehorned bacula into an archiving system so I don't want to lose access to the other data backed up on the media associated with the job. I found this query that you commented on: http://adsm.o

Re: [Bacula-users] List files associated with destroyed tape

2014-08-08 Thread Martin Simmons
Yes, that's what I expected -- purging a volume deletes its jobs from the database. Leaving part of a job in the database would be dangerous because a restore would be incomplete. __Martin > On Thu, 07 Aug 2014 15:14:42 -0400, John Wallach said: > > Hi Martin, > > I tried this after backi