Hello Robert,
On Thursday 27 May 2010 23:18:12 Robert LeBlanc wrote:
> Spurred by the discussion last month on the Bacula mailing list about
> needing a new archive format when storing Bacula data on disks, I decided
> to do a little test.
>
> The test set-up:
> * One lightly used file system ~30
I have this customer that wants to backup a filesystem that currently is
a bit over 4TB used and grows up to 300GB per week. The growth is new
files, existing files do not change. Each backup run, full/diff/inc are
to go to 2 sets of tapes, one to keep in a vault onsite, one to go
offsite.
minds wrote:
> I realized that the Bacula Windows installer has a switch for silent
> installation. However, I am sure how I can pass the necessary parameters for
> that installation, e.g. Bacula director name, password and etc.
You could use a bat script to insert your director name and passwd
On 05/27/10 17:29, Robbie Base wrote:
> Where am I going wrong?
>
> Operating system I am using is Oracle enterprise Linux 5 Update 5.
> Bacula version is 5.02
>
> Mysql is installed and running. This is the version installed with the
> OS; I have logged in and created a test DB.
>
> rpm -qa
Dear Robbie Base,
In message you
wrote:
>
> Message after the configure fails.
>
> You have not specified either --enable-client-only or one of the
> supported databases: MySQL, PostgreSQL, Ingres, SQLite3 or DBI.
> This is not permitted. Please reconfigure.
> Aborting the configuration ..
Where am I going wrong?
Operating system I am using is Oracle enterprise Linux 5 Update 5. Bacula
version is 5.02
Mysql is installed and running. This is the version installed with the OS; I
have logged in and created a test DB.
rpm -qa | grep mysql
libdbi-dbd-mysql-0.8.1a-1.2.2
mysql-5.0.77-4.e
On 5/27/10 6:56 AM, Gary Stainburn wrote:
> I can connect manually...
>
> but when I start bacula-dir I get the message below in /var/lib/bacula/log
>
> The Catalog definition is:
>
> Catalog {
>Name = MyCatalog
>DB Address = '127.0.0.1'; dbname = bacula; user = bacula; password =
> "*
I realized that the Bacula Windows installer has a switch for silent
installation. However, I am sure how I can pass the necessary parameters for
that installation, e.g. Bacula director name, password and etc. Also, I was
getting the message of Bacula-FD could not be found for removal. This is
On 05/27/10 14:31, Heitor Faria wrote:
> "The server daemons (Director and Storage daemon) are no longer included
> in the Windows installer. If you want the Windows servers, you will
> either need to build them yourself (note they have not been ported to 64
> bits), or you can contact Bacula Sy
> On Thu, 27 May 2010 14:56:19 +0100, Gary Stainburn said:
>
> Catalog {
> Name = MyCatalog
> DB Address = '127.0.0.1'; dbname = bacula; user = bacula; password = "*"
> }
This should be DB Address = "127.0.0.1" i.e. double-quotes instead of
single-quotes.
__Martin
--
> On Thu, 27 May 2010 14:40:13 +0200, Machiel van Veen said:
>
> But when I do "show pool=Default" in bconsole I get:
>
> "JobRetention=0 secs FileRetention=15 years 4 months 1 day 11 hours 46 mins
> 16
> secs"
It is a bug in the show pool command in the current releases. I don't know if
"The server daemons (Director and Storage daemon) are no longer included
in the Windows installer. If you want the Windows servers, you will
either need to build them yourself (note they have not been ported to 64
bits), or you can contact Bacula Systems about this."
I feel terrible reading thi
Martin Simmons wrote:
>
>> Why is there a postgres dependency in the client package?
>
> Is the dependency definitely coming from the client package and not
> bacula-libs?
It could be, but the client package depends on the libs package (why?)
> There is a currently an interesting misfeature that
Gary,
I'm using bacula 5.0.2 so there may be some differences in the
directives names from the version you are using. For example I use
dbuser and it seems like using just "user" works for you. What I would
try next is to add dbport (if it exists for your version of Bacula).
Verify what port p
On Thursday 27 May 2010 17:23:46 Morty Abzug wrote:
> On Tue, May 25, 2010 at 05:01:52PM +0200, Kern Sibbald wrote:
> > I don't think there is any need for either a -e option nor a -b option.
> > Both can easily be done via the shell.
>
> -e can indeed easily be done from the shell. But the call
On Tue, May 25, 2010 at 05:01:52PM +0200, Kern Sibbald wrote:
> I don't think there is any need for either a -e option nor a -b option. Both
> can easily be done via the shell.
-e can indeed easily be done from the shell. But the caller isn't
always a shell environment. It's usually possible
Hi folks.
I've had a main server die (2 HDD's out of a RAID5 - would you believe it)
I've manually rebuilt it and all looked fine until I tried to start the
director. It then fails to connect to the database - which I again rebuilt
manually.
I can connect manually thus:
[r...@lou ~]# psql -d
--- On Wed, 5/26/10, Phil Stracchino wrote:
>
> The volumes look fine. If it still uses multiple
> volumes, I don't think
> it's a media problem.
>
Ok, last night worked great. Thanks for the help!
I'm curious about something though. Here's the report from last night via bat:
http://img57
On Wed, 12 May 2010 13:01:51 +0200
Foo wrote:
> Just a FYI if someone else runs into this:
>
> after upgrading from 2.4.3 to 3.0.3 and then to 5.0.2 I'm getting
> (ironically) the following mail from logcheck:
>
> May 12 11:45:10 HOSTNAME bacula-dir: 12-May 11:45 Message delivery ERROR:
>
>What about using osql.exe to backup your databases? It should work quite
>seamlessly :)
That's exactly how I do it with a run before script, works perfectly.
--
___
Bacula-us
skipunk wrote:
> Your right, your setting is close to mine. I would run 1 backup at a time if
> I could pull the speeds that I get from a local backup, so currently I'll be
> pushing more backup's at once until I can find the issues causing this.
Using concurrent backups and spooling is a _big_
Hi list,
I've run into some retention trouble using bacula 5.0.1, setting them in the
pool resource, It does not work...
I am using the configuration below:
Pool {
Name = Default
Pool Type = Backup
Recycle = yes
AutoPrune = yes
Volume Retention = 1 week
File Retention = 1 week
Job
Thank's, very good ideas,
I found nice script to make db backup
(http://www.mssqltips.com/tip.asp?tip=1070), this isn't the problem,
the question is why when I tried to restore the full machine the "Sql
Server Management" did not start? it don't work, and in 'Services'
there where no process to sta
In the webacula interface, the state of the current task is set to : "is
waiting on Storage Tape"
Come on, the tape is labeled, mounted ! What's wrong !
gnowar wrote:
>
> I think I've spoken too early..
>
> I don't have a mistake now, but nothing happens..
>
> lan-backup01-dir shell command
On 27/05/2010, at 01.34, randa...@bioinfo.wsu.edu wrote:
> I have been using bacula for some time with an overland neo 2000.
>
> However, Sometimes I receive these errors:
>
> You have messages.
> *messages
> 26-May 16:07 mlbkp1-sd JobId 3152: 3304 Issuing autochanger "load
> slot 17, drive 0" c
What about using osql.exe to backup your databases? It should work quite
seamlessly :)
--
Silver
On Thursday 27 May 2010 12:40:44 c.kesch...@internet-mit-iq.de wrote:
> Well file locking probably indicates that the sql server is accessing the
> databases during the backup. You can either shutd
Well file locking probably indicates that the sql server is accessing the
databases during the backup. You can either shutdown the server or use
something to backup the databases that will handle everything properly. I
know that at least with Microsoft SQL Server 200x Express you can use SQL
Se
I think I've spoken too early..
I don't have a mistake now, but nothing happens..
lan-backup01-dir shell command: run BeforeJob
"/opt/bacula/sysconf/mount_tape"
BeforeJob: Connecting to Director lan-backup01:9101
BeforeJob: 1000 OK: lan-backup01-dir Version: 5.0.1 (24 February 2010)
BeforeJo
VSS is enabled,
this isn't the problem
2010/5/26 John Doe :
> From: Carlo Filippetto
>> I have a server with Microsoft Sql Server, I need to
>> backup it.
>> Today I tried a FULL restore job, I receive several
>> error with file lock at the end of the job, and to let it
>> work well I need t
Hi,
we tried compiling bacula on our HP-UX machine (HP-UX akqhthpa B.11.31 U ia64)
using (gcc version 4.2.3) and had problems with both 3.0.3 and the recent 5er
source.
After running configure, remove in src/bacula.h
#if HAVE_UNISTD_H
# ifdef HAVE_HPUX_OS
/* remove this line preventing include
30 matches
Mail list logo