Re: [Bacula-users] Backup windows client with accented characters in folder

2010-08-03 Thread Bruno Friedmann
On 08/02/2010 11:43 AM, pierre1106 wrote: > Hello, > > any more advice ? > > I'm really stuck here and i don't know where to look. > > Just for test, i've tried onto another windows server (to be sure that the > problem doesn't occur with my current server) and the same problem exists :( > > S

Re: [Bacula-users] bacula confused about slots on autochanger

2010-08-03 Thread Laurent HENRY (EHESS/CRI)
Hi, no clever idea for me, just basic thoughts. what is the output of an update slots command ? what happen when you ask a 'mount' request from slot 3 ? Le Mer 4 août 2010 03:20, Maria McKinley a écrit : > It seems that part of the problem I have been having with backup is that > bacula is havi

[Bacula-users] DisktoCatalog difference verification

2010-08-03 Thread Ceejay Cervantes
Hello, Good day. I'm using Bacula 5.0.2 on CentOS 5.5. I've created a DisktoCatalog level verify job as a way to check things. I'm getting the warning below even though they are on disk: Warning: The following files are in the Catalog but not on disk: /usr/ /var/ /var/log/ /var/log/audit/ /home/

Re: [Bacula-users] Bacula + Postgres : copy batch problem

2010-08-03 Thread Dan Langille
On 8/3/2010 7:09 PM, Rory Campbell-Lange wrote: > Yes, a batch insert is faster than a specfic insert, but the latter > should be done at the "written-to-tape" transaction time, and could be > done asynchronously, but in a transaction. Its pretty crazy for a>7TB > tape backup to fail because of a

Re: [Bacula-users] Bacula + Postgres : copy batch problem

2010-08-03 Thread Dan Langille
On 8/3/2010 7:09 PM, Rory Campbell-Lange wrote: > Actually, this is what I don't get. Postgresql is a highly scalable, > robust database system and it is being used as a data dump rather than a > working tool for creating a transaction-based working catalogue. Changes to one part of Bacula has to

[Bacula-users] bacula confused about slots on autochanger

2010-08-03 Thread Maria McKinley
It seems that part of the problem I have been having with backup is that bacula is having communication problems with the autochanger. Bacula tells the autochanger to load slot 3, but instead slot 2 is loaded: *messages 03-Aug 18:14 billie-sd JobId 1728: 3301 Issuing autochanger "loaded? drive

Re: [Bacula-users] Bacula + Postgres : copy batch problem

2010-08-03 Thread Rory Campbell-Lange
On 03/08/10, Marc Cousin (cousinm...@gmail.com) wrote: > > > > 3. Why is Bacula using a batch file at all? Why not simply do a straight > > > >insert? > > > > > > Because 7,643,966 inserts would be much slower. > > > > Really? I've logged Bacula's performance on the server and the inserts > >

Re: [Bacula-users] Bacula + Postgres : copy batch problem

2010-08-03 Thread Rory Campbell-Lange
On 03/08/10, Martin Simmons (mar...@lispworks.com) wrote: > > > > 2. Can I stop this needless after-backup insertion? I tried setting > > > >Spool Attributes to NO but it did not work > > > > > > You need to rebuild Bacula with the --disable-batch-insert option, but it > > > might run quite sl

Re: [Bacula-users] Bacula restore runs forever - bootstrap creation

2010-08-03 Thread Martin Simmons
> On Sat, 31 Jul 2010 12:01:40 +0200, news only said: > > Martin Simmons schrieb: > > > Michael schrieb: > > > So, what might be the cause for the creation of the erroneous > > > bootstrap entry (VolAddr=0-1078036843257)? > > > > It could be catalog corruption. > > > > What does the followi

Re: [Bacula-users] Problem starting bconsole

2010-08-03 Thread Doug Forster
Also if you are using tcp wrappers check your host.allow file to ensure you are allowed to connect. This error also comes up when that is wrong. On Tue, 2010-08-03 at 18:14 +0200, Ali Reza Sajedi wrote: > If you are not using TLS then simply check bconsole.conf to see if you > have set the right

Re: [Bacula-users] Problem starting bconsole

2010-08-03 Thread Ali Reza Sajedi
If you are not using TLS then simply check bconsole.conf to see if you have set the right dir name, password and address which correspond to these in bacula-dir.conf. - Original Message - From: Albin Vega To: Bacula Mailingliste ; FreeBSD Mailingliste Sent: Tuesday, August 03,

Re: [Bacula-users] Spooling

2010-08-03 Thread Dan Langille
Any failed jobs about that time? Sent from my iPhone On Aug 3, 2010, at 6:59 AM, Alan Brown wrote: > >> I wonder... does the despooling level reduce on a consistent basis all >> through the two week period? Or does it suddenly drop. This sounds like it >> calls for a pretty graph... ;) >

[Bacula-users] Bizarre wait state 6

2010-08-03 Thread John Drescher
fileserv ~ # bconsole Connecting to Director fileserver:9101 1000 OK: fileserver-dir Version: 5.0.2 (28 April 2010) Enter a period to cancel a command. *st Status available for: 1: Director 2: Storage 3: Client 4: All Select daemon type for status (1-4): 1 fileserver-dir Version

[Bacula-users] Display of device content in BAT

2010-08-03 Thread Frank Altpeter
Hi list, A little thing that I've noticed with the current bat (5.0.2)... when I query the device status of my Tandberg 24-slot changer with one LTO-4 tape drive, I'm getting this information: Device "LTO-4-1" (/dev/nst1) is mounted with: Volume: A00013 Pool:TapeCopyPool

Re: [Bacula-users] Problem with Volumes

2010-08-03 Thread John Drescher
On Tue, Aug 3, 2010 at 9:55 AM, Carlo Filippetto wrote: > Here it is > > *list media pool=P-daily > > Automatically selected Catalog: MyCatalog > Using Catalog "MyCatalog" > +-+--+---+-++--+--+-+--+---+

Re: [Bacula-users] Two directors?

2010-08-03 Thread Mikael Kermorgant
2010/8/3 Radosław Korzeniewski > 2010/7/28 Simone Martina > >> Hi at all, >> > > Hi, > > >> at the end of this year probably I will have to solve a trouble: my boss >> would like to have an adjunctive bacula director (and sd, tape-reader >> and so on) due to respect redundancy asset policy. Now,

Re: [Bacula-users] Bacula + Postgres : copy batch problem

2010-08-03 Thread Martin Simmons
> On Tue, 3 Aug 2010 13:17:25 +0100, Rory Campbell-Lange said: > > Thanks very much for your response, Martin. > > On 03/08/10, Martin Simmons (mar...@lispworks.com) wrote: > > > On Tue, 3 Aug 2010 10:15:18 +0100, Rory Campbell-Lange said: > > > > I have 3.4GB free in /var where Postgres

Re: [Bacula-users] Bacula + Postgres : copy batch problem

2010-08-03 Thread Rory Campbell-Lange
Thanks very much for your response, Martin. On 03/08/10, Martin Simmons (mar...@lispworks.com) wrote: > > On Tue, 3 Aug 2010 10:15:18 +0100, Rory Campbell-Lange said: > > I have 3.4GB free in /var where Postgresql is located. At the end of a > > large backup job (7,643,966 files taking up 7.2

Re: [Bacula-users] Two directors?

2010-08-03 Thread Radosław Korzeniewski
2010/7/28 Simone Martina > Hi at all, > Hi, > at the end of this year probably I will have to solve a trouble: my boss > would like to have an adjunctive bacula director (and sd, tape-reader > and so on) due to respect redundancy asset policy. Now, my Bacula > If you need bacula director redu

Re: [Bacula-users] Bacula + Postgres : copy batch problem

2010-08-03 Thread Martin Simmons
> On Tue, 3 Aug 2010 10:15:18 +0100, Rory Campbell-Lange said: > > I'm fairly desperate for some advice on this issue. > > I have 3.4GB free in /var where Postgresql is located. At the end of a > large backup job (7,643,966 files taking up 7.265TB of space) Postgres > bails out copying a batc

Re: [Bacula-users] Spooling

2010-08-03 Thread Alan Brown
> I wonder... does the despooling level reduce on a consistent basis all > through the two week period? Or does it suddenly drop. This sounds > like it calls for a pretty graph... ;) > As luck would have it: I have a pretty graph. It suddenly drops. AB ---

[Bacula-users] Problem starting bconsole

2010-08-03 Thread Albin Vega
Hello Have installed Bacula 5.0.0.1 (with MySQL) on a FreeBSD 8.0 platform. When I try to start bconsole i get the following message: Connecting to Director localhost:9101 Director authorization problem. Most likely the passwords do not agree. If you are using TLS, there may have been a certific

Re: [Bacula-users] Bacula + Postgres : copy batch problem

2010-08-03 Thread Rory Campbell-Lange
I'm fairly desperate for some advice on this issue. I have 3.4GB free in /var where Postgresql is located. At the end of a large backup job (7,643,966 files taking up 7.265TB of space) Postgres bails out copying a batch file into the File table due to a mysterious "no space left on device" error.

[Bacula-users] Problem with Volumes

2010-08-03 Thread Carlo Filippetto
Hi, I would like to use a new volume every day.. I use this configuration: Pool { Name = P-daily Pool Type = Backup AutoPrune = yes VolumeRetention = 6d Maximum Volumes = 5 Recycle = yes Purge Oldest Volume = yes Recycle Oldest Volume = yes Volume Use Duration = 23h } But the v