[Bacula-users] bacula-fd not updating state file?

2008-11-13 Thread Dagan McGregor
Hi all, I noticed today that after running a few days worth of backups, the bacula-fd running on the backup server is not updating the .state file When I do a status of the client in bconsole, it doesn't return any list of 'Terminated Jobs', like the other clients do. Does anyone have

Re: [Bacula-users] Restore data after eof

2008-11-13 Thread Arno Lehmann
Hi, 13.11.2008 21:58, Dan Langille wrote: > On Nov 13, 2008, at 11:56 AM, Heitor Medrado de Faria wrote: > >> Heitor Faria >> >> Dan Langille wrote: >>> On Nov 13, 2008, at 11:16 AM, Heitor Medrado de Faria wrote: >>> Guys, This is urgent. Is there anyway to restore data on ta

Re: [Bacula-users] Missing nfs share blocks job [fd: 2.2.8]

2008-11-13 Thread Arno Lehmann
Hi, 13.11.2008 17:57, Ronald Buder wrote: > Hi >> It's a really _bad_ idea to backup NFS mounts. I explicitly exclude all of >> these in my backup definitions. >> >> If at all possible, run a client on the NFS server to backup those >> filesystems directly. >> > I might not have clarified the s

Re: [Bacula-users] Restore data after eof

2008-11-13 Thread Dan Langille
On Nov 13, 2008, at 11:56 AM, Heitor Medrado de Faria wrote: > Heitor Faria > > Dan Langille wrote: >> >> On Nov 13, 2008, at 11:16 AM, Heitor Medrado de Faria wrote: >> >>> Guys, >>> >>> This is urgent. >>> Is there anyway to restore data on tape after an eof? >> >> I have no idea. >> >> I would

Re: [Bacula-users] Missing nfs share blocks job [fd: 2.2.8]

2008-11-13 Thread Hemant Shah
--- On Thu, 11/13/08, Alan Brown <[EMAIL PROTECTED]> wrote: > From: Alan Brown <[EMAIL PROTECTED]> > Subject: Re: [Bacula-users] Missing nfs share blocks job [fd: 2.2.8] > To: "Ronald Buder" <[EMAIL PROTECTED]> > Cc: bacula-users@lists.sourceforge.net > Date: Thursday, November 13, 2008, 10:42

Re: [Bacula-users] Restore tape data after eof

2008-11-13 Thread C M Reinehr
Heitor, The only thing that I can think to try is 'dd'. That might be able to read beyond an EOF mark to copy the tape image to disk. Once you have it to disk you might be able to use 'dd' or 'vi' to manipulate the data blocks in such a way as to construct a new file that bscan or bacula can re

[Bacula-users] Restore tape data after eof

2008-11-13 Thread Heitor Medrado de Faria
Guys, This is urgent. Is there anyway to restore data on tape after an eof? Regards, -- Heitor Medrado de Faria 71 2102-7989 / 9983-3833 / 3234-0116 MSN: [EMAIL PROTECTED] Skype: heitolatra "Esta mensagem do SERVIÇO FEDERAL DE PROCESSAMENTO DE DADOS (SERPRO), empres

Re: [Bacula-users] Restore data after eof

2008-11-13 Thread Heitor Medrado de Faria
Is there anyway of bscan ignore the eof? Regards, Heitor Faria Dan Langille wrote: > > On Nov 13, 2008, at 11:16 AM, Heitor Medrado de Faria wrote: > >> Guys, >> >> This is urgent. >> Is there anyway to restore data on tape after an eof? > > I have no idea. > > I would guess that it would requir

Re: [Bacula-users] Restore data after eof

2008-11-13 Thread Dan Langille
On Nov 13, 2008, at 11:16 AM, Heitor Medrado de Faria wrote: > Guys, > > This is urgent. > Is there anyway to restore data on tape after an eof? I have no idea. I would guess that it would require something special to force the tape drive to read past the EOF. This is not something Bacula ca

[Bacula-users] Restore data after eof

2008-11-13 Thread Heitor Medrado de Faria
Guys, This is urgent. Is there anyway to restore data on tape after an eof? Regards, Heitor Faria - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications wit

[Bacula-users] Restore data after eof

2008-11-13 Thread Heitor Medrado de Faria
Guys, This is urgent. Is there anyway to restore data on tape after an eof? Regards, Heitor Faria - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications wi

Re: [Bacula-users] Problems with Webacula

2008-11-13 Thread Reynier Perez Mira
> So to access the bacula catalog the underlaying Zend Framework & PHP need > also the > pdo_pgsql extension > (which is quite easy to install : just activate it or get it from pecl) Ok, thanks for your reply now it works I just need to enable this extension (pdo_pgsql.so) in my php.ini file. Bu

Re: [Bacula-users] Don't understant recycling and Scratch pool

2008-11-13 Thread LeJav
In fact, my initial configuration was not correct. The RecyclePool=Scratch directive must be specified in the Scratch pool section. If I purge a tape, it is automatically moved to the Scratch pool. But the tape is never moved to the Scratch pool after a retention period. I have to purge it manually

Re: [Bacula-users] Don't understant recycling and Scratch pool

2008-11-13 Thread Attila Fülöp
James Cort wrote: > Attila Fülöp wrote: >>> You can use "RecyclePool = Scratch" in the pool resource: >>> >>> RecyclePool = On versions 2.1.4 or greater, >>> this directive defines to which pool the Volume will be placed > (moved) >>> when it is recycled. >>> > > Well, you learn something

Re: [Bacula-users] Missing nfs share blocks job [fd: 2.2.8]

2008-11-13 Thread Ronald Buder
Hi > It's a really _bad_ idea to backup NFS mounts. I explicitly exclude all of > these in my backup definitions. > > If at all possible, run a client on the NFS server to backup those > filesystems directly. > I might not have clarified the setup just as much as I should have. We're using cent

Re: [Bacula-users] Don't understant recycling and Scratch pool

2008-11-13 Thread Attila Fülöp
LeJav wrote: > The problem is that the variable RecyclePoolId is not set for the media. > If I execute "update volume" for all the volumes of the pool, the > RecyclePoolId > field is well set, and recycling works fine > It seems there is a bug... Nope, this is by design. If you change a pools d

Re: [Bacula-users] possible console interface improvement

2008-11-13 Thread Dan Langille
On Nov 13, 2008, at 1:55 AM, Tilman Schmidt wrote: > On Thu, 13 Nov 2008 09:21:42 +0100, Arno Lehmann wrote: >> There's one simple solution: Don't use those constructs... instead, >> use 'update volume=volname FromPool=oldpool pool=newpool' >> >> (Untested, just had a look at the code... the manu

Re: [Bacula-users] Missing nfs share blocks job [fd: 2.2.8]

2008-11-13 Thread Alan Brown
On Thu, 13 Nov 2008, Ronald Buder wrote: > > This is normal NFS behaviour - if a NFS server doesn't respond, the > > processes accessing it wait in an uninterruptible state. They also do > > not get notification of a problem by a signal. > That's what I was afraid of... It's a really _bad_ idea

Re: [Bacula-users] Bacula in the press

2008-11-13 Thread Ronald Buder
Dan Langille wrote: > > On Nov 13, 2008, at 7:07 AM, Ronald Buder wrote: > >> Dan Langille wrote: >>> On Nov 12, 2008, at 12:20 AM, Arno Lehmann wrote: >>> >>> Hi, 12.11.2008 03:00, Dan Langille wrote: > http://www.enterprisenetworkingplanet.com/netos/article.php/3784081 >>>

Re: [Bacula-users] Missing nfs share blocks job [fd: 2.2.8]

2008-11-13 Thread Hemant Shah
--- On Thu, 11/13/08, Ronald Buder <[EMAIL PROTECTED]> wrote: > From: Ronald Buder <[EMAIL PROTECTED]> > Subject: [Bacula-users] Missing nfs share blocks job [fd: 2.2.8] > To: bacula-users@lists.sourceforge.net > Date: Thursday, November 13, 2008, 5:05 AM > Hi, > > we have noticed a blocker whi

Re: [Bacula-users] Don't understant recycling and Scratch pool

2008-11-13 Thread LeJav
The problem is that the variable RecyclePoolId is not set for the media. If I execute "update volume" for all the volumes of the pool, the RecyclePoolId field is well set, and recycling works fine It seems there is a bug... --

Re: [Bacula-users] Don't understant recycling and Scratch pool

2008-11-13 Thread LeJav
I have defined it in the pool Pool { Name = System Recycle = yes AutoPrune = yes Volume Retention = 1 days 1 hour # for tests RecyclePool = Scratch } but tapes never go automatically to Scratch pool after the retention period. I will check source code to understand... >> > You can use

Re: [Bacula-users] Trouble with volumes - no appendable volumes

2008-11-13 Thread Charlie Reddington
Figured it out. I had some numbers backwards. On Nov 13, 2008, at 9:09 AM, Charlie Reddington wrote: > Oh and one more thing to note. In my my /usr/local/bacula/media > directory, I only have 3 files... > > Full-0001 Full-0002 Inc-0003. > > My first 2 days of backups seemed to have worked fine

Re: [Bacula-users] Bacula in the press

2008-11-13 Thread Dan Langille
On Nov 13, 2008, at 7:07 AM, Ronald Buder wrote: > Dan Langille wrote: >> On Nov 12, 2008, at 12:20 AM, Arno Lehmann wrote: >> >> >>> Hi, >>> >>> 12.11.2008 03:00, Dan Langille wrote: >>> http://www.enterprisenetworkingplanet.com/netos/article.php/3784081 "If you're looking for a d

Re: [Bacula-users] Missing nfs share blocks job [fd: 2.2.8]

2008-11-13 Thread Ronald Buder
Kjetil Torgrim Homme wrote: > Arno Lehmann <[EMAIL PROTECTED]> writes: > >> 13.11.2008 12:05, Ronald Buder wrote: >> >>> Due to a server failure the nfs shares are not available anymore. I >>> would like to see some sort of a timeout at least if that is at all >>> possible. >>> >>

Re: [Bacula-users] Trouble with volumes - no appendable volumes

2008-11-13 Thread Charlie Reddington
Oh and one more thing to note. In my my /usr/local/bacula/media directory, I only have 3 files... Full-0001 Full-0002 Inc-0003. My first 2 days of backups seemed to have worked fine. On Nov 13, 2008, at 8:44 AM, Charlie Reddington wrote: > Hi there, > > I'm having issues with my bacula setup

Re: [Bacula-users] Bacula in the press

2008-11-13 Thread Ronald Buder
Dan Langille wrote: > On Nov 12, 2008, at 12:20 AM, Arno Lehmann wrote: > > >> Hi, >> >> 12.11.2008 03:00, Dan Langille wrote: >> >>> http://www.enterprisenetworkingplanet.com/netos/article.php/3784081 >>> >>> "If you're looking for a darned good open-source backup solution, >>> this >>>

Re: [Bacula-users] Bacula-usersMoving from Tape to DVD

2008-11-13 Thread Wes Hardaker
> On Wed, 12 Nov 2008 20:50:30 +0200, "Jari Fredriksson" <[EMAIL > PROTECTED]> said: JF> Ok, a happy camper! Well, yes. But I've taken some preventative measures too. I also have modified the script to copy all the spooled files to a different directory so that I can verify they all ma

Re: [Bacula-users] Don't understant recycling and Scratch pool

2008-11-13 Thread James Cort
Attila Fülöp wrote: > > You can use "RecyclePool = Scratch" in the pool resource: > > > > RecyclePool = On versions 2.1.4 or greater, > > this directive defines to which pool the Volume will be placed (moved) > > when it is recycled. > > Well, you learn something every day. I'm not clear

Re: [Bacula-users] Don't understant recycling and Scratch pool

2008-11-13 Thread Attila Fülöp
James Cort wrote: > LeJav wrote: >> Any explanation on the recycle mechanism is welcome ! > > The scratch pool is only used for newly labelled volumes. If there are > no spare tapes in the pool that the current backup is taking place on, > Bacula will look to see if it can take one from the scrat

Re: [Bacula-users] Missing nfs share blocks job [fd: 2.2.8]

2008-11-13 Thread Kjetil Torgrim Homme
Arno Lehmann <[EMAIL PROTECTED]> writes: > 13.11.2008 12:05, Ronald Buder wrote: >> Due to a server failure the nfs shares are not available anymore. I >> would like to see some sort of a timeout at least if that is at all >> possible. > > That's not possible inside Bacula - the FD simply can't t

[Bacula-users] Trouble with volumes - no appendable volumes

2008-11-13 Thread Charlie Reddington
Hi there, I'm having issues with my bacula setup running out of appendable media. I'm currently backing up to 'filestorage'. I have about 15 clients I'm trying to backup. Perhaps someone can tell me what I'm missing here. I kind of am thinking that I need to label more media, but I'm not

Re: [Bacula-users] possible console interface improvement

2008-11-13 Thread Kjetil Torgrim Homme
Tilman Schmidt <[EMAIL PROTECTED]> writes: > My suggestions for improvement (and no, I don't understand the Bacula > source code nearly well enough to try and implement them myself) would be: > > 1. Extend the "help" command to accept a command name argument and > list the keywords accepted by th

Re: [Bacula-users] Missing nfs share blocks job [fd: 2.2.8]

2008-11-13 Thread Ronald Buder
Arno Lehmann wrote: > Hi, > > 13.11.2008 12:05, Ronald Buder wrote: > >> Hi, >> >> we have noticed a blocker which may be resolved in later versions of the >> file daemon, if not I will file it as a bug. If, for whatsoever reason a >> network share breaks away, which is (implicitly) included i

Re: [Bacula-users] Don't understant recycling and Scratch pool

2008-11-13 Thread James Cort
LeJav wrote: > Any explanation on the recycle mechanism is welcome ! The scratch pool is only used for newly labelled volumes. If there are no spare tapes in the pool that the current backup is taking place on, Bacula will look to see if it can take one from the scratch pool. It won't look for v

[Bacula-users] bacula-sd hanging after tape gets full + unload

2008-11-13 Thread Pasi Kärkkäinen
Hello list! I'm using Bacula 2.5.19 and trying 'copy jobs' feature to copy jobs from disk volumes/pools to tape. Sometimes bacula-sd seems to get stuck.. it hangs without doing anything. Now it happened when tape got full and Bacula started to change the tape on the drive (using autoloader): bac

Re: [Bacula-users] client list for restores sort order

2008-11-13 Thread Alan Brown
On Wed, 12 Nov 2008, Kelly, Brian wrote: > Is it possible for me to pass params to bconsole to initiate a restore > without having to deal with long lists of clients? Yes. The only parameter I've not been able to enter on the command line is the date to restore from. AB --

Re: [Bacula-users] Missing nfs share blocks job [fd: 2.2.8]

2008-11-13 Thread Arno Lehmann
Hi, 13.11.2008 12:05, Ronald Buder wrote: > Hi, > > we have noticed a blocker which may be resolved in later versions of the > file daemon, if not I will file it as a bug. If, for whatsoever reason a > network share breaks away, which is (implicitly) included in the fileset > the job will stal

Re: [Bacula-users] Hung on "Dir inserting attributes"

2008-11-13 Thread Marc Cousin
Le Wednesday 12 November 2008 16:39:00 Jason Dixon, vous avez écrit : > On Wed, Nov 12, 2008 at 07:07:13AM -0800, Dan Langille wrote: > > On Nov 11, 2008, at 2:32 PM, Jason Dixon wrote: > >> We have a new Bacula server (2.4.2 on Solaris 10 x86) that runs fine for > >> most backup jobs. However, we

[Bacula-users] Missing nfs share blocks job [fd: 2.2.8]

2008-11-13 Thread Ronald Buder
Hi, we have noticed a blocker which may be resolved in later versions of the file daemon, if not I will file it as a bug. If, for whatsoever reason a network share breaks away, which is (implicitly) included in the fileset the job will stall. At this very moment I am waiting for four backup jo

Re: [Bacula-users] Hung on "Dir inserting attributes"

2008-11-13 Thread ebollengier
ebollengier wrote: > > > > Jason Dixon-6 wrote: >> >> On Wed, Nov 12, 2008 at 12:56:21AM -0800, ebollengier wrote: >>> >>> Hello, >>> >>> The batch mode improve the speed with postgresql by a factor of 10 >>> (maybe >>> 20), using >>> a very big job (15M files) with the standard mode won't

Re: [Bacula-users] possible console interface improvement

2008-11-13 Thread Tilman Schmidt
On Thu, 13 Nov 2008 09:21:42 +0100, Arno Lehmann wrote: > There's one simple solution: Don't use those constructs... instead, > use 'update volume=volname FromPool=oldpool pool=newpool' > > (Untested, just had a look at the code... the manual does not mention > this.) Nor does the online help,

Re: [Bacula-users] Hung on "Dir inserting attributes"

2008-11-13 Thread ebollengier
Jason Dixon-6 wrote: > > On Wed, Nov 12, 2008 at 07:07:13AM -0800, Dan Langille wrote: >> >> On Nov 11, 2008, at 2:32 PM, Jason Dixon wrote: >> >>> We have a new Bacula server (2.4.2 on Solaris 10 x86) that runs fine for >>> most backup jobs. However, we've encountered a particular job that >>

Re: [Bacula-users] Don't understant recycling and Scratch pool

2008-11-13 Thread LeJav
Any explanation on the recycle mechanism is welcome ! LeJav a écrit : > Hello, > > I have done several tests and I don't understand well the recycling to the > Scratch pool. > According to the documentation and my tests, the recycling occurs only when a > job > needs a tape and there is no o

Re: [Bacula-users] client list for restores sort order

2008-11-13 Thread Arno Lehmann
Hello, 13.11.2008 02:16, Kelly, Brian wrote: > I would have to say that Bob Hetzel is on to something. I have 769 clients > and the client list is unwieldly. The only way for me to find my client is > to cut and past the list into an editor and use a search function. After > choosing a restore cli

Re: [Bacula-users] possible console interface improvement (Was: Re: client list for restores sort order)

2008-11-13 Thread Arno Lehmann
Hi, 13.11.2008 00:58, [EMAIL PROTECTED] wrote: > > In the message dated: Thu, 13 Nov 2008 00:03:18 +0100, > The pithy ruminations from Arno Lehmann on > were: > => Hello, > => > => 11.11.2008 18:15, Bob Hetzel wrote: > => > I've currently got over 150 backup clients installed with bacula so wh