> I have done this in the past with OmniBack. If I had
> a two tape backup,
> the backup would write to both tapes sequentially,
> rather than waiting
> for a tape change. Hope this is correct and clears
> things up.
I too have used this feature in the past (with dvds)
and it can be a real time s
> Were the tapes ever used in a DLT1 drive?
>
---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
__
I updated my bacula to the latest version in the
repository last night built and installed that
version. I tried a simple dvd backup but the label
command still fails to complete even with rw media.
The new problem is the operation never completes (well
it was running for about 10 minutes at last c
> I suggest you don't use the label command, but
> rather let bacula label
> volumes as needed. That's what I've been testing
> with and this works here.
>
When I tried that it said it was waiting for an
appendable media:
19-Oct 10:50 jmd0-dir: Start Backup JobId 71,
Job=JMD0-Default.2005-10-19_10
> I think your are not using correctly the new
> dvd-handler scripts (That's
> not your fault as the default bacula-sd.conf is
> wrong, and the
> documentation has not been updated yet). You should
> have these lines in
> bacula-sd.conf:
> WritePartCommand = "/etc/bacula/dvd-handler %a
> write %
> > I think your are not using correctly the new
> > dvd-handler scripts (That's
> > not your fault as the default bacula-sd.conf is
> > wrong, and the
> > documentation has not been updated yet). You
> should
> > have these lines in
> > bacula-sd.conf:
> > WritePartCommand = "/etc/bacula/dvd-ha
After applying the patch, fixing the bacula-sd.conf
and clearing the /tmp/backup folder DVD writing seems
to be working now. Thanks Nicolas and Arno. Only one
question remaning does DVD+R work too?
---
This SF.Net email is sponsored by:
Power Ar
I got the following error when trying a restore that
spanned two dvds using the cvs code from about 8 hours
ago. The first dvd I labeled with the label command as
DVD0002. When it was asking for a new disk I inserted
the second I and ran the label command with the label
DVD0003 but after mounting i
> Hello,
>
> Is there anything in your spool dir ? (please run a
> "ls -l")
ls -al /tmp/backup/
-rw-r- 1 root bacula 465842513 Oct 19 18:26
DVD0001
-rw-r- 1 root bacula 190 Oct 19 18:25
DVD0003
>
> Could you please try to run bacula-sd with this
> command :
> bacula-sd -c /etc/b
During testing I did not mark my dvds so when I tried
to identify them I thought I could just mount them in
bacula and the console would display a message like it
does for tapes. But it only said that the drive is
mounted: 3002 Device "DVD-WRITER" (/dev/dvd) is
mounted.
I was able to trick bacula
--- Dan Langille <[EMAIL PROTECTED]> wrote:
> On 4 Nov 2005 at 8:17, Ross Boylan wrote:
>
> > If I restart the database bacula is using, do I
> need to restart any of
> > the bacula daemons? I'm using postgres, if it
> matters.
>
> I don't think so. Try it. Find out.
>
We have done this sev
I got the following errors when I upgraded my bacula
database to version 9 using the
update_postgresql_tables script. I was running bacula
version 1.36.3 before the bacula upgrade and now I am
at 1.38.0. My database is postgresql 7 or possibly
postgresql 8. I just wanted to know if this is
anything
I get the following error in my browser when I try to
view the bacula-web page:
Fatal error: Call to undefined method
DB_Error::numRows() in
/www/html/bacula-web/classes.inc on line 158
Any ideas. I am using bacula 1.38.1, bacula gui
1.38.1, apache2 ver 2.0.54-r31 and php 5.0.5-r4.
This is on a
--- Danny Butroyd <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
>
> >I get the following error in my browser when I try
> to
> >view the bacula-web page:
> >
> >Fatal error: Call to undefined method
> >DB_Error::numRows() in
> >/www/html/bacula-web/classes.inc on line 158
> >
> >
> You
--- [EMAIL PROTECTED] wrote:
> --- Danny Butroyd <[EMAIL PROTECTED]> wrote:
>
> > [EMAIL PROTECTED] wrote:
> >
> > >I get the following error in my browser when I
> try
> > to
> > >view the bacula-web page:
> > >
> > >Fatal error: Call to undefined method
> > >DB_Error::numRows() in
> > >/www/htm
> The problem was with postgres. Our db guy said that
> it
> had something to do with a library not compiled into
> postgres that returns the current size of the
> database
> after problems trying to patch and recompile our
> verson of postgres to use this library he instead
> compiled in a functio
did you do:
rc-update add bacula default
This will auto start bacula after a reboot.
If you want it to start now just type:
/etc/init.d/bacula start
To see if it is started you can do:
/etc/init.d/bacula status
or better yet
ps -ef | grep bacula
What version of bacula are you running? If
--- Harry Putnam <[EMAIL PROTECTED]> wrote:
> <[EMAIL PROTECTED]> writes:
>
> > did you do:
> >
> > rc-update add bacula default
>
> No, just testing so far.
>
> >
> > This will auto start bacula after a reboot.
> >
> > If you want it to start now just type:
> > /etc/init.d/bacula start
>
>
Sorry about that last empty post...
> bacula-1.36.3-r2.ebuild
>
> How is it different than:
>
> ls /usr/portage/app-backup/bacula/*.ebuild
>
/usr/portage/app-backup/bacula/bacula-1.36.3-r2.ebuild
The current version of bacula is 1.38.2 which is
several months of development ahead of 1.36.3.
Alt
Here is my ebuild for 1.38.2. This is basically a
bumped version of the 1.36.3 ebuild.
To use make sure you have a PORTDIR_OVERLAY set up in
your make.conf. Instructions for this can be found
here:
http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds
I created mine in the standard place
/usr
> > Did you run the bacula scripts to create the
> database
> > and grant privileges? And you started mysql? Where
> > there any errors or warnings when you ran these
> > scripts?
>
> Now that is somewhat confusing.. I see a herd of
> scripts in
> /etc/bacula but nothing explaining how to use them
> <[EMAIL PROTECTED]> writes:
>
> First, let me say I didn't realize trying to run
> your ebuild involved
> a whole new setup of a portage overlay. I'd seen
> that term mentioned
> on maillist but I've never done any of that. And
> don't really want to
> get involved in a whole other project her
--- Harry Putnam <[EMAIL PROTECTED]> wrote:
> I've synced portage and run emerge -v -u World
>
> First thing I see happening is its building a older
> kernel than what
> I'm running: 2.6.14 but emerge is building:
> linux-2.6.11.tar.bz2
>
> Why is that?
>
I just checked and that file is with
--- Christoph Haas <[EMAIL PROTECTED]> wrote:
> On Thursday 24 November 2005 19:40, Harry Putnam
> wrote:
> > NEWUSER ALERT!
>
> ;)
>
> > Using the scripts supplied with the install:
> > ./create_bacula_database -p hpreader
> > Creating MySQL database
> > Enter password:
> >
> > *** regardless
I wanted a clarify my post a little bit, because I
beleive I missed a few details...
> The reason why I have suggested that was I got the
> same exact error when connecting to mysql. I have
> mysql running and in a root console I type:
>
> # mysql
> ERROR 1045 (28000): Access denied for user
> 'r
Here is my ebuild for 1.38.2. This is basically a
bumped version of the 1.36.3 ebuild.
To use make sure you have a PORTDIR_OVERLAY set up in
your make.conf. Instructions for this can be found
here:
http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds
I created mine in the standard place
/usr
I don't believe you have given enough info... Could
you post the result of the error you are having along
with a fd config on one of your remote clients.
John
--- [EMAIL PROTECTED] wrote:
> Hello List,
>
> I can`t seem to get my auth working.
> I only start one single Job.
>
> The Address of t
> Hi,
>
> Just started using Bacula and completed backup to
> the first volume. Now
> backup moved to second volume. However, the volume
> status for the first
> volume shows error. Also the size of data put on the
> volume seems larger
> than the spec (176G vs 160G).
>
I'd bet this is because
> And they access them fast and long. I see an occasional error during
> normal disk operations, but lots during backups. Whether it is the
> same error rate during both but more accesses during backups so more
> errors, or a higher rate during backups, I haven't determined.
>
> Jeffrey
>
>
Yo
Is there a promise ide controller on the board? I have had serious problems
(with
the same error messages that you have posted) with some combinations of promise
ide
controllers, kernels. My solution was either to disable dma or replace the
controller with a hotpoint one.
John
--- "Jeffrey L. T
> On Mon, 30 Jan 2006, [EMAIL PROTECTED] wrote:
>
> We have this same issue related to promise controllers on our backup
> server, However we haven't migrated to Bacula yet, we're still using the
> freeware
> version of Arkeia.
>
Yes, I forgot to mention that. My problem had nothing to do with
> Are you certain that the storage daemon is actually running? 'ps -A' &
> look for a line with 'bacula-sd'.
>
Agreed, If you have the set the same password on the both machines this it is
highly
likely that the director is not running. Did you remember to add bacula to the
startup scripts on t
> When I do a ./bconsole and then status. I choose 4 and it says that all the
> daemons are running.
That is odd because to generate the status it connects using the password. Are
you
using just one machine at the moment that has all the daemons installed?
I see all daemons are started. Could you post your bacula-sd.conf? And did you
edit
any of the .conf files after you started the daemons?
John
---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?
> Director {
> Name = ninja3-mon
> Password = "170lKcTnVSAwDoqTiO7eZScbIXSYAjVtn5dKl6/CSPWI"
> Monitor = no
> }
Hmm. I have Monitor = yes here but I do not think this is your problem.
I assume ninja3 is the name of the one machine that you are running bacula on.
Is
ninja3 in your /etc/hosts
> Didn't edit a thing except made sure all the passwords matched.
>
The reason I asked that is any change at all in any of the .conf files with
bacula
running requires either bacula to be restarted (all daemons that are involved
in the
change) or you to execute reload in the the bconsole window
> trust me, I've done all of that.
>
I have a few questions. What version of bacula are you running? What os /
version /
kernel are you running? And could you post your bacula-dir.conf? Als o are your
conf
files in /etc/bacula or /var/lib/bacula or somewhere else? Are you sure bacula
is
using
> Hi!
>
> I'm using bacula to backup on DVD. I was using bacula-1.37.40 on a
> gentoo x86 (wihtout any problem) system before and switched to an amd64
> arch. After my switch, i've decided to install the latest stable version
> of bacula (1.38.5). In the 2 scenarios, i'm using the patched version
> I've just done that and found nothing that fit my case. It was working
> ok
I tried a few times with several versions (1.37.XX) of bacula and I never got
it to
work well enough to trust it. For the most part the label command did not work.
I
remember that autolabeling worked under some cases a
> That's not what i get :
>
> # mount -t iso9660 /dev/dvd /mnt/dvd/
> # mount | grep dvd
> /dev/hda on /mnt/dvd type iso9660 (rw)
>
> so i format the dvd :
>
> # umount /dev/dvd
> # dd if=/dev/zero bs=1024 count=512 | growisofs -Z /dev/dvd=/dev/fd/0
> # mount -t iso9660 /dev/dvd /mnt/dvd/
> moun
> We've got a HP DL/585, looks like same drive, dedicated SCSI-attached.
> The lowest rate I saw on our simple btape fill was 58MB/sec. As for real
> backup rates, various hosts give different speeds. With all four hosts
> running 1.38.3 compiled from source, our most recent full backups gave
>
> Yes over a network except the fastest one (where all of our data lies),
> mostly over gigabit. The two slowest hosts are due for retirement in the
> next few months.
> Greg.
Without 100% gigbit (no 100MBit links/switches routers...) or better between the
bacula server and the data you will not
> Indeed. However even for those hosts that do have 100Mb somewhere
> between them and the tape drive, one might expect better than 3.5MB/s -
> as I said, with some tweaking.
>
> Another speed factor we've noticed (which has possibly been discussed ad
> nauseum elsewhere on this list) is that o
I have a few questions about your bakups. Is there a thousands of small files?
Do
you have compression set or a signiture in the file set resource? Are you using
data
spooling? Is the database on the same machine as the bacula server? What
version of
bacula are you using? Sorry if you answered
> This problem is solved but now new problem has arise
> when i start ./bconsole at that time it will run fine
> but after some time (2 minute)it get hang, when i give
> command
> ---
> *status
> Status available for:
> 1: Director
> 2:
You have your one tape in the TuesdayPool while your backup job is requesting a
tape
from the Default pool.
John
--- david robert <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Finally i have installed and bacula is running and i have configured
> director.Now i want to check my bacula is working or
--- Michael Morgan <[EMAIL PROTECTED]> wrote:
> I am trying to restore a single file or directory from a full backup
> job. However, when I specify the jobid in the console, it just sits
> there telling me it is building the file tree. I tried it from a
> smaller, incremental job, and it seem
I wanted to upgrade from version 1.34.6 to 1.36.3 but
when I go to start bacula I get an error about my
PostgreSQL database configuration. It says something
about expected version 8 but got 7 and terminates the
init script for the bacula director. Normally I would
have just upgraded the database ho
Thank You. Now my only problem is I have a second
server that is using version 1.34.6 and using the same
database. I assume if I upgrade the database with the
upgrade script I will have to upgrade bacula on the
other box.
Thanks Again,
John
--- Dan Langille <[EMAIL PROTECTED]> wrote:
> On 20 Jul
> Any other users who run into this problem on similar
> hardware might want
> to try using a non-nForce NIC.
>
Did you have the firewall software turned on??
I have nForce NICs on several Opteron and Athlon64s
with no problems after disabling the nVidia firewall
which was preventing me from con
I recently ran a backup job that spanned 4 tapes
(DLT-IV) and since this is one of the first backups on
this system (x86_64) I renamed the source directory
and tried to do a complete restore to verify that my
data is safe. When I ran the restore the job stopped
at the end of the first tape stating
--- [EMAIL PROTECTED] wrote:
> I recently ran a backup job that spanned 4 tapes
> (DLT-IV) and since this is one of the first backups
> on
> this system (x86_64) I renamed the source directory
> and tried to do a complete restore to verify that my
> data is safe. When I ran the restore the job st
I am perfroming a restore and after the backup I write
protected all the media (DLT-IV) now when I try to
mount the second tape it complains that the filesystem
is read only:
04-Aug 10:57 dicom-sd: Please mount Volume
"TMImages-0001" on Storage Device "DLT-IV" for Job
TMImagesRestore.2005-08-03_16
> Hi,
>
> I'm using bacula 1.37.30 for a few days now and I
> decided to test a full server recovery.
> I discovered that the building the directory tree
> takes a very long time (almost an hour) for 429,836
> files.
> I started the building of the tree at 11:20 and at
> 12:15 I got a prompt.
>
--- [EMAIL PROTECTED] wrote:
> > Hi,
> >
> > I'm using bacula 1.37.30 for a few days now and I
> > decided to test a full server recovery.
> > I discovered that the building the directory tree
> > takes a very long time (almost an hour) for
> 429,836
> > files.
> > I started the building of the
I was just thinking. With my setup. The new bacula
server is an Opteron 246 server with 4GB of memory and
the database is running on an Athlon 2400 with only
256 MB of memory and it takes (1 to 3) minutes to get
the file list for around 10,000 files with version
1.36.3 and a postgresql database. Th
Can I use a storage daemon on a different machine than
the director. I have two server machines running
bacula and I want to know if it is possible for a job
on the first machine to use the tape drive on the
second machine. I tried adding an entry in my
bacula-dir.conf file but I have named both de
> With the exception of the Itainium, current 64 bit
> processors are 32
> bit processors with 64 bit extensions for large
> memory support. So,
> there should be no issue running 32 bit clients on
> x86-64 processors.
>
> Dan
Not to start a flame war but that is only for intel
processors. AMD64 i
My backup terminated during a tape change after the
6th tape. It asked for the new tape I ejected the tape
via the button on the drive, installed a new tape,
labeled the tape, forgot to mount it and then had the
job terminate after I messed up the mount command. How
is the best way to recover. Ther
It looks like my database server crashed during a
query of a completly different database. So the
question is what is the best way to recover when a
backup job fails? What I am trying to do is to archive
~350GB of data that we do not need to have online
right now. I created a new pool for this set.
I decided to prune the tapes and start the backup over
again. After having a few problems. I forgot to remove
the write protection from the first tape so the prune
did not work although I don't remember getting an
error. When I started the backup the job terminated
and the software said the tape wa
What bacula version are you using on your machines? Is
it the same version on the one that gets stuck?
--- Aaron Summers <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Right before a restore while building a file list
> the Bacula director
> is getting stuck. This is only occuring on 1 of 18
> of my
Did you run the create_bacula_database script?
--- Maria McKinley <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> My database (sqlite) got corrupted when it became
> too full for the
> partition it was on. I tried to compact it, but it
> seems it was too
> late, I kept getting errors about duplicate
> Probably, but what it really comes down to is that
> claims of 2:1
> compression ratios are rarely seen in real world
> situations.
>
> I get about 1.1-1.2:1 on full backups, and data
> incrementals, because the
Exactly. I rarely get anywhere near 2:1 on my data
(medical images) which is gener
Can you try the job with bacula gzip compression set
on with both new and old?
John
--- "Matthias F. Brandstetter" <[EMAIL PROTECTED]> wrote:
> -- quoting Alan Brown --
> > > SLR100" SCSI tape drive, which is capable of
> storing 50GB or 100GB
> > > (compressed) onto SLR tapes.
>
> -- quoting [EMAIL PROTECTED]
> --
> > Can you try the job with bacula gzip compression
> set
> > on with both new and old?
>
> I never tried it with SW compression on the tape
> drive, because bacula
> howto says you shouldn't use that when writing to a
> tape drive.
>
> Should
Does your system have the tapeinfo application?
---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projec
> Why? Was there something you were looking forward
> to in the next
> release?
Sorry if this was meant only for Arunav but I would
very much like to see DVD writing fixed. Specifically
the ability to reliably do backups to DVD+R media.
John
--
--- Arno Lehmann <[EMAIL PROTECTED]> wrote:
> Hi,
>
> [EMAIL PROTECTED] wrote:
>
> >>Why? Was there something you were looking forward
> >>to in the next
> >>release?
> >
> >
> > Sorry if this was meant only for Arunav but I
> would
> > very much like to see DVD writing fixed.
> Specifical
> DVD writing in 1.37.38 is ready for testing and
> should work. Nicolas has
> cautioned that it is still beta, but I he has
> removed all the bugs that were
> causing problems in previous versions of 1.37.
>
Good. I will try to do a test backup of my linux box
this weekend. I tried DVD backup
Sorry about that, I sent the wrong email... Here is
what I meant to say:
> That would be fine indeed - although personally I'm
> not sure that DVD
> backup is the best solution there are many peole who
> want to use it - at
> least one of my customers :-)
>
$35US for a 100 pack of dvd+r disks is
--- Kern Sibbald <[EMAIL PROTECTED]> wrote:
> On Friday 09 September 2005 15:00,
> [EMAIL PROTECTED] wrote:
> > > DVD writing in 1.37.38 is ready for testing and
> > > should work. Nicolas has
> > > cautioned that it is still beta, but I he has
> > > removed all the bugs that were
> > > causing p
I tried to see if I could get bacula to use dvd media
with version 1.37.38 but I have ran into the same
problem with both DVD+R and DVD+RW media. When I go to
label either the program states the disk is not empty.
I did a dvd+rw-mediainfo on the DVD+R disk and it was
indeed blank. Here is the bacul
> Hi,
>
>
>
> Ive just installed bacula and have it working fine
> apart from the gconsole
> (which is the GUI console within linux that allows
> you to start/load jobs
> and individually specify files to be restored etc)
>
>
>
> I can run and start this program but cannot see any
> jobs.
Not sure if my case is at all related but with bacula
1.37.38 I had intermittent crashes with the director
when I launched the tray monitor. I have since
upgraded to the latest cvs and I have yet to see the
problem.
John
---
SF.Net email is sp
> Hi,
>
> I have an Exabyte-8900 20/40 GB drive and it does a
> great job backing up
> my boxes. My question is: After about 25 GB, Bacula
> says the tape is
> full and wants another tape. According to the LCD
> display on the drive
> itself, compression is turned on. So, how can I
> tell Ba
--- Wanderson Berbert <[EMAIL PROTECTED]> wrote:
>
> I have a dvd rw and configured my storage daemon
> this way showed bellow:
>
>
> Device {
> Name = "DVD-RW"
> Media Type = CD-DVD
> Archive Device = /dev/hdd
> RemovableMedia = Yes;
> Random Access = Yes;
> AlwaysOpen = No;
>
--- Wanderson Berbert <[EMAIL PROTECTED]> wrote:
>
>
> How do I correctly configure my storage daemon
> to works with a dvd
> drive, once that seems the parameter "RequiresMount"
> and "maxpartsize"
> doens not work on my sd. I'm using bacula 1.36.
> Wich version of bacula supports t
Are you logged into X as a normal user and trying to load applications as root?
John
--- "Erik P. Olsen" <[EMAIL PROTECTED]> wrote:
> On my Fedora Core 5 I cannot run the tray-monitor. I get the following:
>
> [EMAIL PROTECTED] bin]# ./bacula-tray-monitor -c ../conf/tray-monitor.conf
> Xlib: con
I believe the device Name and Media Type should not be the same but I may be
wrong...
John
--- "RYAN M. vAN GINNEKEN" <[EMAIL PROTECTED]> wrote:
> I get the message at the bottom of this email, but i do not understand why
> bacula
> cannot create its own labels. I have added all the necessary pa
--- Nick Smith <[EMAIL PROTECTED]> wrote:
> On 3/31/06, Carlo Agrusti <[EMAIL PROTECTED]> wrote:
> > Nick Smith ha scritto lo scorso 31/03/2006 17:01:
> > > On 3/31/06, Bart Schelstraete <[EMAIL PROTECTED]> wrote:
> > >
> > >>Do you have the zlib libraries installed?
> > >>
> > [...]
> > > yes i
--- RYAN vAN GINNEKEN <[EMAIL PROTECTED]> wrote:
> Arno Lehmann wrote:
>
> > Hello,
> >
> > On 3/31/2006 8:41 AM, RYAN M. vAN GINNEKEN wrote:
> >
> >> I get the message at the bottom of this email, but i do not
> >> understand why bacula cannot create its own labels. I have added all
> >> the
If you call a script directly pass the -p paramater which will prompt you for
the
root password.
John
--- Mark Nienberg <[EMAIL PROTECTED]> wrote:
> Some of the installation scripts expect mysql to be running without a
> root password. Should I set the password to blank before installing or
>
--- Leonardo dos Santos Goldim <[EMAIL PROTECTED]> wrote:
> Hy again guys,
>
> somebody know tell me when bacula-web will support postgresql?
>
> tks
> Goldim
>
What is your error? Are you using the version in cvs?
John
---
This SF.Net em
The latest cvs version is here http://sourceforge.net/cvs/?group_id=50727
It is in the gui part. Also there is an older version of 1.2 in bacula gui file
(
bacula-gui-1.38.5.tar.gz) which can be downloaded here
http://sourceforge.net/project/showfiles.php?group_id=50727#files
John
--- Leonar
Ahh... The current cvs version has a patch that works only for > 8.1 or greater.
Sorry about that. There is a patch at
http://bugs.gentoo.org/attachment.cgi?id=82865
that I wrote to disable this, basically it does not call the function to
calculate
the size of the database and instead it returns
--- Michel Meyers <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hello,
>
> Just wanted to report in that I've successfully gotten our new
> Autochanger to work. Here's the details:
>
>
http://www.quantum.com/ServiceandSupport/SoftwareandDocumentationDownload
--- steven potvin <[EMAIL PROTECTED]> wrote:
> hi
>
> i have instlled the rpm version on fedora 4 and i am not able to connect to
> the
> director through the bconsole, altough the director is started and running the
> error i get is
>
> [EMAIL PROTECTED] bacula]# ./bconsole
> Connectin
> hi John
>
> i get the following responce:
> [EMAIL PROTECTED] ~]# ps -ef | grep bacula
> root 1845 1 0 10:17 ?00:00:00 /usr/sbin/bacula-fd -u root
> -g b
> acula -c /etc/bacula/bacula-fd.conf
> root 2571 2421 0 10:24 pts/100:00:00 grep bacula
>
> where do yo
> MsSql is a problem with any backup app. The trick is to go into
> maintenance as sa and schedule nightly backups to file from within MySql
> (I can't be specific on exactly where to do this 'cause I don't have a
> MsSql server in ready access at this time). Once done, you backup the
> offline
> I think I can backup Mssql via Enterprise Manager or command promt.
>
> Arunav.
What you want to do is to create an sql script and use a command line database
program to execute this script when it is called via bacula's RunBeforeJobClient
command. I did not spell that all out earlier baecause
> Heitor Faria wrote:
> > Hi there!
> >
> > I want to install more than 1 DLT drive in the same CPU. I know I can
> > put the 2 devices in the sd (ex. 1st and 2nd drives), so I can choose
> > between one or another to do my jobs. However, I had an idea! Is
> > there any configuation I can do, so w
> Hi,
>
> At first, excuse my english, i'm french...
>
> Bacula works fine on my Debian Sarge + LTO2, and I use gnome console. I
> defined jobs in bacula-dir.conf and run the jobs with command line in
> gnome-console works fine.
> But, I have 2 questions :
> - on gnome-console the buttons "run"
> Hi everyone,
>
> I've been running Bacula version 1.38.2 on a 6.0-STABLE FreeBSD system
> with a Postgres (v7.4) backend for several months. The machine hosting
> the director is connected to an Exabyte 221L tape library (via SCSI)
> with an IBM LTO-2 drive, but we currently only have LTO-1 t
> I haven't checked this, but the latest release announcement doesn't
> mention such fix, so it probably didn't. If the patch works for you,
> then let Bacula developers know about that to encourage them to apply
> the patch or, at least, comment it.
>
> Greets,
> Jacek
>
WOW! Thanks for
I just set dvd writing on a 64 bit amd64 box at work and I ran into the
following
error:
12-May 16:20 fileserver-sd: Remaining free space 2,172,223,488 on "DVD-WRITER"
(/dev/dvd)
12-May 16:23 fileserver-dir: Distfiles-Job.2006-05-12_15.55.13 Error:
sql_create.c:140 sql_create.c:140 update UPDATE
I believe the maximum and minimum spool sizes are in bytes. Try 1G or more. I
use 2G
at work.
John
--- Dave <[EMAIL PROTECTED]> wrote:
> Hello,
> Running bacula 1.38.9 on freebsd. I'm trying to get data spooling to
> work for my tape jobs, those files i offload off of disk(s) on to tape. I'
> What is the other information?
>
> > Apparently this is what is failing in the CD writing, and you have simply
> > bypassed this step.
> >
I beleive there is one good point for this bypassing is with write once media.
As I
would prefer not to waste 8MB to write a label to my DVD+R or CD-R. One
--- "Erik P. Olsen" <[EMAIL PROTECTED]> wrote:
> I have rebuild bacula due to a mysql upgrade and everything works fine except
> wx-console. I get the following output when attempting to run wx-console:
>
> [EMAIL PROTECTED] bacula]# ./bin/wx-console -c ./conf/wx-console.conf
> Xlib: connectio
--- "Erik P. Olsen" <[EMAIL PROTECTED]> wrote:
> Erik P. Olsen wrote:
> > [EMAIL PROTECTED] wrote:
> >>
> >> --- "Erik P. Olsen" <[EMAIL PROTECTED]> wrote:
> >>
> >>> I have rebuild bacula due to a mysql upgrade and everything works
> >>> fine except wx-console. I get the following output when
1 - 100 of 111 matches
Mail list logo