Thanks for the suggestion Maxx.
I have since completely removed the bacula install, and the mysql install,
and re-intalled both fresh. Somehow, magically, the library linking works
now. One of those cases where I don't know precisely what the problem was,
but it resolved itself with fresh installs
> I am running bacula 1.36.1 with Qualstar RLS-4445 autochanger and a single DDS
> tape drive installed. The tapes used are all Sony SDX3-100C (100GB
> native/260GB compressed capacity). I have noticed that VolBytes and VolFiles
> values vary widely for tapes marked as Full in media list command (s
On 13 Aug 2007 at 20:06, Martin Simmons wrote:
> > On Mon, 13 Aug 2007 13:37:28 -0400, Dan Langille said:
> >
> > I'm trying to build Bat on FreeBSD. What configure options did you
> > use? I have:
> >
> > --enable-bat
> > --with-qwt=/usr/lib
Offlist, and I discovered myself, that this n
Hi,
I am running bacula 1.36.1 with Qualstar RLS-4445 autochanger and a single DDS
tape drive installed. The tapes used are all Sony SDX3-100C (100GB
native/260GB compressed capacity). I have noticed that VolBytes and VolFiles
values vary widely for tapes marked as Full in media list command (s
On Monday 13 August 2007 21:06, Martin Simmons wrote:
> > On Mon, 13 Aug 2007 13:37:28 -0400, Dan Langille said:
> >
> > I'm trying to build Bat on FreeBSD. What configure options did you
> > use? I have:
> >
> > --enable-bat
> > --with-qwt=/usr/lib
> >
> >
> > I have qt4-4.3.0 installed.
>
>
> On Sun, 12 Aug 2007 15:57:54 +0200, Carsten Ralle said:
>
> Hi Martin,
>
> >> 1. Even with brand new tapes, on two different tape drives, using
> >> continuous cleaning cycles, the tapes that used to store between 11.5
> >> and 13 GB uncompressed data on a windows machine only take about 8
> >> 12-Aug 16:45 popa-sd: YoungGuns_Linux.2007-08-12_16.37.47 Error:
> >> Error writing final EOF to tape. This Volume may not be readable.
> >> dev.c:1688 ioctl MTWEOF error on "Certance LTO Drive" (/dev/rmt/
> >> 0cbn). ERR=I/O error.
> >> 12-Aug 16:45 popa-sd: End of medium on Volume "TAPE0017"
Hi all,
I would like to try Bacula 2.2.0 however there are no RPMS on
sourceforge yet and I prefer RPMs to "direct" installation.
I do not mind compiling my own packages from tarball or SRPM but there
is no SRPM anywhere and tarball contains only bacula.spec.in file. How
can I convert t
> On Mon, 13 Aug 2007 17:47:36 +0300, Rich said:
>
> first, generic problem - --enable-client-only parameter for configure.
> as far as i understand, this switch is supposed to disable building of
> director & sd.
>
> it's pretty unintuitive, as it would have been much better if all three
> On Mon, 13 Aug 2007 13:37:28 -0400, Dan Langille said:
>
> I'm trying to build Bat on FreeBSD. What configure options did you
> use? I have:
>
> --enable-bat
> --with-qwt=/usr/lib
>
>
> I have qt4-4.3.0 installed.
Note: (equal "qt" "qwt") => nil
__Martin
-
> On Mon, 13 Aug 2007 18:45:01 +0200, Jordi Moles said:
>
> hi again and thanks for you help.
>
> i doesn't work either. i tried include=yes and other things like exclude
> = no.
> actually, with "include=yes", bacula throws the following message:
>
> Config error: Keyword include not permi
Wonderful. This is a good start.
Thanks Alan.
Erich
On Aug 13, 2007, at 10:40 AM, Alan Brown wrote:
> On Mon, 13 Aug 2007, Erich Prinz wrote:
>
>>
>> Had a failure occur that prevented the usual running of Full backups.
>>
>> Looking for a 'how to' query to find the most recent Full backup of
I'm trying to build Bat on FreeBSD. What configure options did you
use? I have:
--enable-bat
--with-qwt=/usr/lib
I have qt4-4.3.0 installed.
--
Dan Langille - http://www.langille.org/
Available for hire: http://www.freebsddiary.org/dan_langille.php
---
On 13-aug-2007, at 15:42, John Drescher wrote:
> On 8/13/07, Martijn de Munnik <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> I'm trying to setup a backup server and face the following problem. I
>> already setup a Bacula system using a Exabyte VXA tape library. This
>> system is using a Seagate LTO lib
hi again and thanks for you help.
i doesn't work either. i tried include=yes and other things like exclude
= no.
actually, with "include=yes", bacula throws the following message:
Config error: Keyword include not permitted in this resource
En/na Monstad ha escrit:
> Hi there,
>
> Whenever I'v
Jordi Moles wrote:
> hi, i would like to backup just something like
>
> /usr/home/a*
>
>
> reading bacula's documentation, i came up with this fileset:
>
> FileSet {
> Name = "sanab"
> Include {
> Options {
> wilddir = "/mnt/san/usr/home/a*"
> wilddir = "/mnt/san/usr/home/b
Hi there,
Whenever I've used the wilddir option Ive had use an "include = yes" line in
the Options section. I use an earlier version of bacula however, but it
might work for you.
ie:
FileSet {
Name = "sanab"
Options {
wilddir = "/mnt/san/usr/home/a*"
wilddir = "/mnt/
Hi,
what you told me makes an empty backup, it doesn't backup anything at
all, 0 files. However it doesn't say it failed, it doesn't send any
error message.
any other idea?
thank you.
En/na Monstad ha escrit:
> It looks like your whole directory is being copied because of the
>
> "File = /mnt
It looks like your whole directory is being copied because of the
"File = /mnt/san/usr/home/"
Try removing this
Cheers,
Kris
Jordi Moles wrote:
>
> hi, i would like to backup just something like
>
> /usr/home/a*
>
>
> reading bacula's documentation, i came up with this fileset:
>
> Fil
hi, i would like to backup just something like
/usr/home/a*
reading bacula's documentation, i came up with this fileset:
FileSet {
Name = "sanab"
Include {
Options {
wilddir = "/mnt/san/usr/home/a*"
wilddir = "/mnt/san/usr/home/b*"
}
File = /mnt/san/usr/home/
On Mon, 13 Aug 2007, Erich Prinz wrote:
>
> Had a failure occur that prevented the usual running of Full backups.
>
> Looking for a 'how to' query to find the most recent Full backup of
> all clients to see how far off we are into Incrementals / Diffs from
> an actual Full.
>
> Any SQL gurus on th
* Florian Schürfeld schrieb am 13.08.07 um 15:29 Uhr:
> Hi there,
>
> i got some problems while building BAT from source.
> During make i encounter the following errors:
>
> [...]
> Makefile:1340: Warnung: Die Befehle für das Ziel »moc/moc_help.cpp«
> werden überschrieben
> Makefile:1268: Warnung
first, generic problem - --enable-client-only parameter for configure.
as far as i understand, this switch is supposed to disable building of
director & sd.
it's pretty unintuitive, as it would have been much better if all three
components had individual switches with identical behaviour (each
On 8/13/07, Martijn de Munnik <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm trying to setup a backup server and face the following problem. I
> already setup a Bacula system using a Exabyte VXA tape library. This
> system is using a Seagate LTO library and I get this error when using
> the tapes (only a
Hi there,
i got some problems while building BAT from source.
During make i encounter the following errors:
[...]
Makefile:1340: Warnung: Die Befehle für das Ziel »moc/moc_help.cpp«
werden überschrieben
Makefile:1268: Warnung: Alte Befehle für das Ziel »moc/moc_help.cpp«
werden ignoriert
/usr/sha
On 8/10/07, Jarrod Lewis-Peacock <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm re-installing Bacula using MySQL instead of SQLite. I'm having problems
> linking with a mysql shared library.
>
> >> ./bacula start
> Starting the Bacula Storage daemon
> Starting the Bacula File daemon
> Starting the Ba
Had a failure occur that prevented the usual running of Full backups.
Looking for a 'how to' query to find the most recent Full backup of
all clients to see how far off we are into Incrementals / Diffs from
an actual Full.
Any SQL gurus on the list that can help?
Erich
Hi,
I'm trying to setup a backup server and face the following problem. I
already setup a Bacula system using a Exabyte VXA tape library. This
system is using a Seagate LTO library and I get this error when using
the tapes (only a small amount of data is written on the tape). The
tapes are
Hello,
I'm copying this to the lists, because they will probably be interested in
this.
On Monday 13 August 2007 03:50, Bachman Kharazmi wrote:
> Hi Kern
> First I would like to thank you for good software!
> I've been a bacula user for a few days, and I'm really impressed so far.
> It's very we
Hi,
I've installed Bacula on Solaris 10 machine and have been using it
with an Exabyte VXA tape library. I get this error and then Bacula
continues with the next tape. I can still use the tapes for restore
(tried it) but why is this going wrong? I tried the btape test and it
ran without an
On 2007.08.10. 01:29, Jarrod Lewis-Peacock wrote:
...
> /etc/bacula/bin/bacula-dir: error while loading shared libraries:
> libmysqlclient_r.so.15: cannot open shared object file: No such file or
> directory
how did you install bacula (that is, did you compile it yourself or from
packages) ?
d
>> I have a quite fresh install of Bacula 2.03 on CentOS5 (~RHEL5)
>> Tape drive is Exabyte VXA-320 w/ 10-slot autochanger.
<> Now, when there is a need for the autochanger to jump to another tape
>> (because of eg. expired volume duration, that was set to only 15 mins for
>> this debugging) Bacula
32 matches
Mail list logo