Re: [Bacula-users] Reporting Restore JOB Results

2012-11-28 Thread Geert Stappers
Op 20121125 om 17:12 schreef Isamar Maia:
 Hi Folks,
 
 I am looking for a way to list the files recovered and the server name
 of a Restore JOB ID.
 
 In a first look, I couldn't find that info anywhere. Not in database
 neither in the log files..
 
 Any tips ?
 

echo list files JobId=1337 | /etc/bacula/scripts/bconsole  | sed -e 's/^| //' 
-e 's/ *|$//'

where '1337' is the job ID of the restore request.


Cheers
Geert Stappers
-- 
http://www.vanadcimplicity.com/
--
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Catastrophic error. Cannot write overflow block to device

2012-11-28 Thread Jérôme Blion
Hello,

ERR=No space left on device

You have to make some space...
HTH.
Jerome Blion



Le 2012-11-28 08:16, Luca Bertoncello a écrit :
 Hello, list!

 Since 3 days I cannot backup my server...
 I always get this error:

 28-Nov 00:40 skynet-sd JobId 36: Fatal error: device.c:192 
 Catastrophic
 error. Cannot write overflow block to device
 sata-changer-drive-0 (/var/lib/bacula/changer1/0/drive0). ERR=No
 space left on device28-Nov 00:40 skynet-sd JobId 36: Fatal error:
 device.c:192 Catastrophic error. Cannot write overflow block to 
 device
 sata-changer-drive-0 (/var/lib/bacula/changer1/0/drive0). ERR=No
 space left on device28-Nov 00:40 skynet-sd JobId 36: Fatal error:
 device.c:192 Catastrophic error. Cannot write overflow block to 
 device
 sata-changer-drive-0 (/var/lib/bacula/changer1/0/drive0). ERR=No
 space left on device28-Nov 00:40 skynet-sd JobId 36: Fatal error:
 device.c:192 Catastrophic error. Cannot write overflow block to 
 device
 sata-changer-drive-0 (/var/lib/bacula/changer1/0/drive0). ERR=No
 space left on device28-Nov 00:40 skynet-sd JobId 36: Fatal error:
 device.c:192 Catastrophic error. Cannot write overflow block to 
 device
 sata-changer-drive-0 (/var/lib/bacula/changer1/0/drive0). ERR=N 
 space
 left on device28-Nov 00:40 skynet-sd JobId 36: Job write elapsed time 
 =
 01:39:58, Transfer rate = 15.66 M Bytes/second 28-Nov 00:40 skynet-fd
 JobId 36: Fatal error: backup.c:1019 Network send error to SD.
 ERR=Connection reset by peer

 I tried to manual purge the volumes, but it didn't help...
 What can I do?

 Thanks a lot!
 --
 Luca Bertoncello
 Programmierer
 
 FrischerGehts.net GmbH  Co. KG
 Schützenplatz 14
 01067 Dresden

 Tel.: +49(0)351 / 30 70 66 21
 E-Mail: bertonce...@frischergehts.net

 Geschäftsführung: Michael Noack
 Handelsregister: Amtsgericht Dresden HRA 8151
 USt.-ID: DE276174185

 Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
 Informationen. Wenn Sie nicht der richtige Adressat sind oder diese
 E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
 Absender und vernichten Sie diese Mail. Das Kopieren sowie die
 Weitergabe dieser E-Mail ist nicht gestattet.

 This E-Mail contains confidential and/or legally protected 
 information.
 If you are not the correct addressee or have received this E-Mail
 erroneously, please inform the sender immediately and delete this 
 mail.
 The copying as well as the transmitting of this E-Mail is not 
 permitted.

 
 --
 Keep yourself connected to Go Parallel:
 INSIGHTS What's next for parallel hardware, programming and related 
 areas?
 Interviews and blogs by thought leaders keep you ahead of the curve.
 http://goparallel.sourceforge.net

 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

--
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Catastrophic error. Cannot write overflow block to device

2012-11-28 Thread Luca Bertoncello
Am Wed, 28 Nov 2012 10:20:08 +0100
schrieb Jérôme Blion jerome.bl...@free.fr:

 ERR=No space left on device
 
 You have to make some space...

With about 500GB free? I don't believe it is the problem...

Regards
-- 
Luca Bertoncello
Programmierer

FrischerGehts.net GmbH  Co. KG
Schützenplatz 14
01067 Dresden

Tel.: +49(0)351 / 30 70 66 21
E-Mail: bertonce...@frischergehts.net

Geschäftsführung: Michael Noack
Handelsregister: Amtsgericht Dresden HRA 8151
USt.-ID: DE276174185

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese
E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das Kopieren sowie die
Weitergabe dieser E-Mail ist nicht gestattet.

This E-Mail contains confidential and/or legally protected information. 
If you are not the correct addressee or have received this E-Mail 
erroneously, please inform the sender immediately and delete this mail.
The copying as well as the transmitting of this E-Mail is not permitted.


signature.asc
Description: PGP signature
--
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Catastrophic error. Cannot write overflow block to device

2012-11-28 Thread Radosław Korzeniewski
Hello,

2012/11/28 Luca Bertoncello bertonce...@frischergehts.net

 Am Wed, 28 Nov 2012 10:20:08 +0100
 schrieb Jérôme Blion jerome.bl...@free.fr:

  ERR=No space left on device
 
  You have to make some space...

 With about 500GB free? I don't believe it is the problem...


Yes it is a problem. The error message is: No space left on device means
filesystem where Bacula tries to write has no free space to write for
Bacula. Check all your filesystems and check quota.

best regards
-- 
Radosław Korzeniewski
rados...@korzeniewski.net
--
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Catastrophic error. Cannot write overflow block to device

2012-11-28 Thread Heiko Schellhorn
Hi

 schrieb Jérôme Blion jerome.bl...@free.fr:

 ERR=No space left on device

 You have to make some space...

 With about 500GB free? I don't believe it is the problem...
Just a guess resp. a shot to nothing

Do you perhaps have a very large number of very small files on that disk ?

Maybe you still have enough space but no inodes available on that disk.

Just check with df -i

Regards

Heiko

-- 
---
   ATTENTION !  New Phone-Number:  62091
---
Dipl. Inf. Heiko Schellhorn

University of Bremen   Room:  NW1-U 2065
Inst. of Environmental Physics Phone: +49(0)421 218 62091
P.O. Box 33 04 40  Fax:   +49(0)421 218 62070
D-28334 Bremen Mail:  mailto:sch...@physik.uni-bremen.de
Germanywww:   http://www.iup.uni-bremen.de
   http://www.sciamachy.de
   http://www.geoscia.de


The greatest burden in the world is the weight of your child's coffin on
your shoulder. Nothing in the universe can be heavier than that.


Die Bürger werden eines Tages nicht nur die Worte und Taten der 
Politiker zu bereuen haben, sondern auch das furchtbare Schweigen der 
Mehrheit.
( Bertolt Brecht )

--
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] (no subject)

2012-11-28 Thread Luis H. Forchesatto
Greetings.

I'm running bacula and I got 3 jobs for a single server that backup the
entire filesystem. Searching how to enable multiple jobs at the same time i
found the Maximum Concurrent Jobs directive but also found this line:

We recommend that you carefully test your multiple concurrent backup
including doing thorough restore testing before you put it into production.

Font:
http://www.bacula.org/fr/dev-manual/Tips_and_Suggestions.html#SECTION0081818000

Which problems may occur when running multiple jobs from the same server?

From the 3 jobs there's 2 that I want to run simultaneously. Each one
backups different folders with different filesystems, but one saves about
200GB and the other one saves about (150GB, but about 2.000.000+ files).

-- 
Att.*
***
--
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Catastrophic error. Cannot write overflow block to device

2012-11-28 Thread lst_hoe02

Zitat von Luca Bertoncello bertonce...@frischergehts.net:

 Hello, list!

 Since 3 days I cannot backup my server...
 I always get this error:

 28-Nov 00:40 skynet-sd JobId 36: Fatal error: device.c:192 Catastrophic
 error. Cannot write overflow block to device
 sata-changer-drive-0 (/var/lib/bacula/changer1/0/drive0). ERR=No
 space left on device28-Nov 00:40 skynet-sd JobId 36: Fatal error:
 device.c:192 Catastrophic error. Cannot write overflow block to device
 sata-changer-drive-0 (/var/lib/bacula/changer1/0/drive0). ERR=No
 space left on device28-Nov 00:40 skynet-sd JobId 36: Fatal error:
 device.c:192 Catastrophic error. Cannot write overflow block to device
 sata-changer-drive-0 (/var/lib/bacula/changer1/0/drive0). ERR=No
 space left on device28-Nov 00:40 skynet-sd JobId 36: Fatal error:
 device.c:192 Catastrophic error. Cannot write overflow block to device
 sata-changer-drive-0 (/var/lib/bacula/changer1/0/drive0). ERR=No
 space left on device28-Nov 00:40 skynet-sd JobId 36: Fatal error:
 device.c:192 Catastrophic error. Cannot write overflow block to device
 sata-changer-drive-0 (/var/lib/bacula/changer1/0/drive0). ERR=N space
 left on device28-Nov 00:40 skynet-sd JobId 36: Job write elapsed time =
 01:39:58, Transfer rate = 15.66 M Bytes/second 28-Nov 00:40 skynet-fd
 JobId 36: Fatal error: backup.c:1019 Network send error to SD.
 ERR=Connection reset by peer

Hello

could you explain what kind of device this is and how it is configured  
in bacula?

Regards

Andreas



--
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Catastrophic error. Cannot write overflow block to device

2012-11-28 Thread Luca Bertoncello
Am Wed, 28 Nov 2012 15:11:29 +0100
schrieb lst_ho...@kwsoft.de:

 could you explain what kind of device this is and how it is
 configured in bacula?

I use 6 hard-disk with vchanger to simulate a tape-library.
What do you need from the bacula configuration?

Regards
-- 
Luca Bertoncello
Programmierer

FrischerGehts.net GmbH  Co. KG
Schützenplatz 14
01067 Dresden

Tel.: +49(0)351 / 30 70 66 21
E-Mail: bertonce...@frischergehts.net

Geschäftsführung: Michael Noack
Handelsregister: Amtsgericht Dresden HRA 8151
USt.-ID: DE276174185

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese
E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das Kopieren sowie die
Weitergabe dieser E-Mail ist nicht gestattet.

This E-Mail contains confidential and/or legally protected information. 
If you are not the correct addressee or have received this E-Mail 
erroneously, please inform the sender immediately and delete this mail.
The copying as well as the transmitting of this E-Mail is not permitted.


signature.asc
Description: PGP signature
--
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bacula macintosh client

2012-11-28 Thread mayak-cq
hi all,

what is the best practice to achieve a working bacula-fd on a recent mac
(10.8.x) ...

is it mac ports and compiling, or does someone have a binary installer
-- google doesn't return much.

thanks

m
--
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula macintosh client

2012-11-28 Thread Dan Langille
On 2012-11-28 09:40, mayak-cq wrote:
 hi all,

  what is the best practice to achieve a working bacula-fd on a recent
 mac (10.8.x) ...

  is it mac ports and compiling, or does someone have a binary
 installer -- google doesn't return much.

Either I have to talk to Google, or you weren't searching for: bacula 
macbook

Because the first hit there is: 
http://dan.langille.org/2011/04/02/getting-bacula-running-on-my-macbook/

Does that help?  That's what I did.

I used MacPorts.

-- 
Dan Langille - http://langille.org/

--
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula: Backup failing in Tape library

2012-11-28 Thread Dan Langille
On 2012-11-25 04:28, Manu S wrote:
 Please find the changes in previous reply inline

 On Sun, Nov 25, 2012 at 2:13 PM, Manu S manupk...@gmail.com [6]
 wrote:

 Hi Dan,

 Thanks for your reply. Please find the details inline

 On Sat, Nov 24, 2012 at 7:33 PM, Dan Langille d...@langille.org
 [2] wrote:

 On Nov 24, 2012, at 1:50 AM, Manu S manupk...@gmail.com [1]
 wrote:

 Hi All,

 I am facing one issue in bacula, backup keep failing. Please
 find the status of director.

 * STATUS DIR

 _Running Jobs:_
 _Console connected at 24-Nov-12 12:13_
 _ JobId Level   Name                       Status_



 
 _==_
 _   511 Full    BackupCatalog.2012-10-13_23.10.00_12 is
 waiting execution_

 Some jobs have been waiting for two months.

 Can I kill that old jobs? 

 I killed all old jobs and fired a new job. Please find the messages 
 status dir

 *messages
 25-Nov 14:56 glabsbackup-dir JobId 604: Start Backup JobId 604,
 Job=Panasas.2012-11-25_14.56.11_55
 25-Nov 14:56 glabsbackup-dir JobId 604: Using Device Drive-4
 25-Nov 14:53 panasas-fd JobId 604: DIR and FD clocks differ by -167
 seconds, FD automatically compensating.
 25-Nov 14:56 glabsbackup-sd JobId 604: Job
 Panasas.2012-11-25_14.56.11_55 is waiting. Cannot find any appendable
 volumes.
 Please use the label command to create a new Volume for:
     Storage:      Drive-4 (/dev/IBMtape0)
     Pool:         dailybackup
     Media type:   LTO5

 * status dir

 Running Jobs:
 Console connected at 25-Nov-12 14:55
  JobId Level   Name                       Status
 
 ==

    604 Increme  Panasas.2012-11-25_14.56.11_55 is waiting for an
 appendable Volume
 

Issue the 'update slots' command and paste the results here.



-- 
Dan Langille - http://langille.org/

--
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] (no subject)

2012-11-28 Thread lst_hoe02

Zitat von Luis H. Forchesatto luisforchesa...@gmail.com:

 Greetings.

 I'm running bacula and I got 3 jobs for a single server that backup the
 entire filesystem. Searching how to enable multiple jobs at the same time i
 found the Maximum Concurrent Jobs directive but also found this line:

 We recommend that you carefully test your multiple concurrent backup
 including doing thorough restore testing before you put it into production.

 Font:
 http://www.bacula.org/fr/dev-manual/Tips_and_Suggestions.html#SECTION0081818000

 Which problems may occur when running multiple jobs from the same server?

You need careful testing and understanding to not actually slow down  
your backups because of concurrency. If you do not use data encryption  
most of the time the I/O will be your bottleneck and it doesn't help  
to load the same I/O channel with more than one backup at once for  
example. If you want to do this with a Windows clients be aware that  
it doesn't work with neither VSS nor Data Encryption. If it is Unix  
with more than one I/O channel and a fast connection to your backup  
server you might get more speed with concurrent backups.

Regards

Andreas




--
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Catastrophic error. Cannot write overflow block to device

2012-11-28 Thread lst_hoe02

Zitat von Luca Bertoncello bertonce...@frischergehts.net:

 Am Wed, 28 Nov 2012 15:11:29 +0100
 schrieb lst_ho...@kwsoft.de:

 could you explain what kind of device this is and how it is
 configured in bacula?

 I use 6 hard-disk with vchanger to simulate a tape-library.
 What do you need from the bacula configuration?

Clearly Bacula has problem to write to a volume urgently needed, so  
you should first trouble-shoot your storage device(s) and have a look  
for vchanger errors.

Regards

Andreas



--
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula tapes marked FULL too early - VolBytes too low

2012-11-28 Thread UserMOP
Just an update, however no good news.

We've got nowhere with this unfortunately and are left to run the critical 
backups anyway knowing we would basically loose about 100GB per tape (x30+ 
tapes) this becomes an $$$ issue. We tried a few things, but nothing has worked.

If anyone has any ideas as to how to solve my issue (see first page) please let 
me know. Cheers

+--
|This was sent by goran@momento.com.au via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Keep yourself connected to Go Parallel: 
VERIFY Test and improve your parallel project with help from experts 
and peers. http://goparallel.sourceforge.net
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula tapes marked FULL too early - VolBytes too low

2012-11-28 Thread Andre Rossouw

 We've got nowhere with this unfortunately and are left to run the critical 
 backups anyway knowing we would basically loose about 100GB per tape (x30+ 
 tapes) this becomes an $$$ issue. We tried a few things, but nothing has 
 worked.
We had a similar issue with a Tandberg LTO4. Testing by local support 
was inconclusive as they didn't seem to think it necessary to write more 
than 90 GB.
The local supplier did replace the drive under warranty, and our issues 
*magically* went away. We didn't change anything in the config files - 
Bacula just wrote the expected amount of data again.

I would get your drive tested, if you have not already.

-- 
Andre Rossouw an...@arnet.co.za


--
Keep yourself connected to Go Parallel: 
VERIFY Test and improve your parallel project with help from experts 
and peers. http://goparallel.sourceforge.net
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users