[Bacula-users] Restore issue?

2009-05-28 Thread Jason A. Kates
Any hint as to get past this restore error? Thanks -Jason 28-May 20:31 backup-server-sd JobId 67400: End of file 338 on device "nst0" (/dev/nst0), Volume "AX7321L4" 28-May 20:32 backup-server JobId 67400: Error: attribs.c:423 File size of restored file /fs2/restore2/C

Re: [Bacula-users] Fileset definition for verify oddities

2009-05-28 Thread Arno Lehmann
Hi, 28.05.2009 18:24, Olaf Zevenboom wrote: > Dear List, > > I have a FileSet defined. This FileSet is used by a backup job and a > verify job. However within this FileSet/Verify job there are some oddities. > Job { > Name = "Verify_Zim" > Type = Verify > Level = VolumeToCatalog > Client

Re: [Bacula-users] Bacula Autochanger Issue

2009-05-28 Thread Arno Lehmann
Hi, 28.05.2009 16:48, Brian Claveau wrote: > Good Afternoon, > > > I am having a problem with Bacula utilizing all the drives in my > Quantum Scalar 50 Tape Library. I added a print to /var/log/messages > to see what was being passed to the mtx-changer script and it only has > re

[Bacula-users] Since timestamp %s always is *none*

2009-05-28 Thread Benjamin Minshall
Hello, I have a client script set to run before a job such as: RunScript { RunsWhen = Before FailJobOnError = Yes Command = "/net/backup/scripts/db/pgsql-bacula.sh %l '%s'" } However, the %s substitution made by bacula is always "*none*" even though several rounds of full, incremental

Re: [Bacula-users] Problem with Bacula client

2009-05-28 Thread John Drescher
> That explains the problem. kitsvn001 is the server, and its on local > network. kitvm001 is in DMZ, so it doesnt "see" kitsvn001. I didnt know > that the client needs to connect back to the server, isnt the connection > initiated by kitsvn001, the server? > BTW, a solution for this may be an SSH

Re: [Bacula-users] Problem with Bacula client

2009-05-28 Thread Espen Tagestad
On Thu, May 28, 2009 at 09:54:44AM -0400, John Drescher wrote: > On Thu, May 28, 2009 at 8:10 AM, Espen Tagestad wrote: > > What is 2902, bad storage? The funny thing is that its no problem to > > back up the local host (kitsvn001-fd) through the same kitsvn001-sd. > > The problem is that kitvm00

Re: [Bacula-users] Problem with Bacula client

2009-05-28 Thread John Drescher
On Thu, May 28, 2009 at 2:42 PM, Espen Tagestad wrote: > On Thu, May 28, 2009 at 09:54:44AM -0400, John Drescher wrote: >> On Thu, May 28, 2009 at 8:10 AM, Espen Tagestad wrote: >> > What is 2902, bad storage? The funny thing is that its no problem to >> > back up the local host (kitsvn001-fd) th

Re: [Bacula-users] download depkgs-qt

2009-05-28 Thread Thomas Bennett
I downloaded the LGPL/Free sdk from qt's WEB site to get the newest libraries and just exported the system path and the QTLIB env so Bacula 3.0.1 would find the libraries. http://www.qtsoftware.com/downloads export QTLIB=/opt/qtsdk-2009.02/qt/lib The following should be all on one line. expor

Re: [Bacula-users] Slow backup

2009-05-28 Thread Il Neofita
Hi I am using EXt3 and yes I also have small Probably 50% < 2M 40% < 10M 10%>40M On Thu, May 28, 2009 at 8:39 AM, Uwe Schuerkamp wrote: > On Thu, May 28, 2009 at 08:27:06AM -0400, Il Neofita wrote: > > First of all thank you for the answer > > No I do not use compression in my file set > > O

Re: [Bacula-users] Fwd: compilation problem bacula 3.0.1

2009-05-28 Thread List Man
How did you install mysql? I would try source installation and add --with-mysql=/usr/local/mysql in the configure. LM On 5/28/09 11:30 AM, "RAPHAEL AME" wrote: > > > hello > > I'm a french User of bacula for several years now... > > I try to compile Bacula 3.0.1 in order to install it on

[Bacula-users] Fileset definition for verify oddities

2009-05-28 Thread Olaf Zevenboom
Dear List, I have a FileSet defined. This FileSet is used by a backup job and a verify job. However within this FileSet/Verify job there are some oddities. Job { Name = "Verify_Zim" Type = Verify Level = VolumeToCatalog Client = zim-fd FileSet = "Full Set" Messages = Standard Storag

[Bacula-users] Fwd: compilation problem bacula 3.0.1

2009-05-28 Thread RAPHAEL AME
hello I'm a french User of bacula for several years now... I try to compile Bacula 3.0.1 in order to install it on my server (Fedora core 4). I use mysql. The "./configure --with-mysql" works well. When I start the "make" i get an error while it compile dird and several other daemons: • /ro

[Bacula-users] download depkgs-qt

2009-05-28 Thread Markus Sonnenberg
Hi, i want to compile bacula with bat, but i can not find the needed 'depkgs-qt' to download. is this package still available at sourceforge? can one of you provide me a direct link to download. thanks in advance. regards Markus ct, -- Das Abspringen einer Begrenzungsmauer dient nicht dem di

Re: [Bacula-users] Bacula Autochanger Issue

2009-05-28 Thread Brian Claveau
> Good Afternoon, I am having a problem with Bacula utilizing all the drives in my Quantum Scalar 50 Tape Library. I added a print to /var/log/messages to see what was being passed to the mtx-changer script and it only has references to the 1st drive, never seems to look or ask about either

Re: [Bacula-users] Can't relabel a tape

2009-05-28 Thread Bob Hetzel
Previously John Drescher said, > On Thu, May 28, 2009 at 5:52 AM, C.DriK wrote: >> > Hello, >> > >> > Thank you for your reply. >> > My bacula configuration is not perfect, and sometimes I have some problem >> > (especially with the autochanger, it not change the tape automaticaly). >> > Once a

[Bacula-users] %l is not substituted with "VirtualFull" in case of VirtualFull job

2009-05-28 Thread Silver Salonen
Hello. I tested VirtualFull jobs a bit more and discovered this.. I made a job that has: Run After Job = "/bin/echo %l" When I ran the job as VirtualFull, %l got replaced with 'Full', not VirtualFull. Is it a bug or is it really supposed to be so? -- Silver ---

Re: [Bacula-users] Problem with Bacula client

2009-05-28 Thread John Drescher
On Thu, May 28, 2009 at 8:10 AM, Espen Tagestad wrote: > Hi, > > When trying to run backup from a amd64 client, I get the following > error: > > 28-mai 14:04 kitsvn001-dir JobId 10: No prior Full backup Job record > found. > 28-mai 14:04 kitsvn001-dir JobId 10: No prior or suitable Full backup > f

Re: [Bacula-users] automating windows client installs

2009-05-28 Thread Jayson Broughton
James, Thanks for your input, I figured that would have to be the route I will have to take. When I get this done I'll paste my results to the list so that others may benefit :-) ~Jayson -Original Message- From: James Harper [mailto:james.har...@bendigoit.com.au] Sent: Thursday, May 28

Re: [Bacula-users] Slow backup

2009-05-28 Thread Il Neofita
First of all thank you for the answer No I do not use compression in my file set Options { signature = MD5 } I tried to upload with sftp Uploading testfile to /tmp/terrierj testfile 100% 83MB 41.4MB/s 00:02 There is only a problem, I have th

[Bacula-users] Problem with Bacula client

2009-05-28 Thread Espen Tagestad
Hi, When trying to run backup from a amd64 client, I get the following error: 28-mai 14:04 kitsvn001-dir JobId 10: No prior Full backup Job record found. 28-mai 14:04 kitsvn001-dir JobId 10: No prior or suitable Full backup found in catalog. Doing FULL backup. 28-mai 14:04 kitsvn001-dir JobId 10:

Re: [Bacula-users] Slow backup

2009-05-28 Thread Uwe Schuerkamp
On Thu, May 28, 2009 at 08:27:06AM -0400, Il Neofita wrote: > First of all thank you for the answer > No I do not use compression in my file set > Options { > signature = MD5 > } > I tried to upload with sftp > > Uploading testfile to /tmp/terrierj > testfile

[Bacula-users] Système de fichiers accessible en lecture seulement

2009-05-28 Thread Tolj Mario
Bonjour, Dans le cadre d'un projet informatique de système de backup, j'ai choisi la solution Bacula. Après de nombreux tests et modifications je n'arrive toujours pas à faire le moindre backup, car je reçois toujours le même message : / *label Automatically selected Storage: LTO-2 Enter new Vo

Re: [Bacula-users] Can't relabel a tape

2009-05-28 Thread John Drescher
On Thu, May 28, 2009 at 5:52 AM, C.DriK wrote: > Hello, > > Thank you for your reply. > My bacula configuration is not perfect, and sometimes I have some problem > (especially with the autochanger, it not change the tape automaticaly). > Once a problem occurs, the "mt-f ..." no longer works and I

[Bacula-users] Question about bacula conception

2009-05-28 Thread - -
Hello all, I have a question about bacula conception. When you define a job, you have to tell in it where you will store the data, with the keyword Storage. Imagine you do backup on disk: on the storage conf file, you define 3 virtual drives (VirtualTapeDrive_01,VirtualTapeDrive_02,VirtualTapeDr

Re: [Bacula-users] running jobs in DB Catalog

2009-05-28 Thread François Mehault
Well, I decided to see directly in the Catalog : mysql> select JobId, JobStatus, PoolId, Level from Job where JobId=27110; +---+---++---+ | JobId | JobStatus | PoolId | Level | +---+---++---+ | 27110 | R | 34 | F | +---+-

Re: [Bacula-users] Slow backup

2009-05-28 Thread Uwe Schuerkamp
On Thu, May 28, 2009 at 06:01:06AM -0400, Il Neofita wrote: > I connected the backup server and the client with a crossover cable at 1G > however > Files=16,251 Bytes=5,504,385,701 Bytes/sec=9,690,819 Errors=0 > What can I check? > I am using SAS disks > > With ethtool I have > Speed: 1000Mb/s > t

Re: [Bacula-users] Slow backup

2009-05-28 Thread Daniele Eccher
Hi, there is 5Gb of data and the average speed is 9mb at sec. The speed is slow . Try to copy a big file from server to client (or viceversa) and se with iptraf the speed of copy. I think there is no problem with bacula but in the distro. Daniele Il giorno 28/mag/09, alle ore 12:01, I

Re: [Bacula-users] Slow backup

2009-05-28 Thread Silver Salonen
On Thursday 28 May 2009 13:01:06 Il Neofita wrote: > I connected the backup server and the client with a crossover cable at 1G > however > Files=16,251 Bytes=5,504,385,701 Bytes/sec=9,690,819 Errors=0 > What can I check? > I am using SAS disks > > With ethtool I have > Speed: 1000Mb/s > therefore

[Bacula-users] Storage daemon didn't accept Device "VersBande" command.

2009-05-28 Thread jc.dus...@laposte.net
Dear all bacula users, I get a problem on a x86_64 debian lenny with bacula SD (Version: 2.4.4 (28 December 2008)) installed by apt-get and an IBM LTO4 Ultrium4-H storage device. I can't make backup trough my LTO but backup to a file works fine. When I try to launch a backup on it I got the f

[Bacula-users] Slow backup

2009-05-28 Thread Il Neofita
I connected the backup server and the client with a crossover cable at 1G however Files=16,251 Bytes=5,504,385,701 Bytes/sec=9,690,819 Errors=0 What can I check? I am using SAS disks With ethtool I have Speed: 1000Mb/s therefore is correct --

[Bacula-users] running jobs in DB Catalog

2009-05-28 Thread François Mehault
Hi All I have two jobs which are running in my DB Catalog for one client, and no jub running in my bacula-dir for this client, I would like to correct information in my Catalog. As I have this problem, my client can't be saved. And I don't succeed to cancel the jobs with the cancel command in b

Re: [Bacula-users] Subfolders under backups folder

2009-05-28 Thread Silver Salonen
On Thursday 28 May 2009 11:44:48 Personal Técnico wrote: > Hi, > > Our Bacula server saves data over hard disks (RAID-5). Now, we would like to know if there is some configuration for allowing create a subfolder under storage folder. Configuration is as follows: > > folder where backups sto

[Bacula-users] Subfolders under backups folder

2009-05-28 Thread Personal Técnico
Hi, Our Bacula server saves data over hard disks (RAID-5). Now, we would like to know if there is some configuration for allowing create a subfolder under storage folder. Configuration is as follows: folder where backups store: /backup all data backup is stored into /backup, creating file

[Bacula-users] different information about running job between catalog and bacula-dir

2009-05-28 Thread François Mehault
Hi All This morning I have a strange problem with my Bacula : I have a running job which must be finished. (see with bconsole status dir) Well I restart daemon bacula-dir, bacula-sd, then , still in bconsole, I did a « status client=clientName » : *status client=clientName Connecting to Client