Re: [Bacula-users] Some advise needed

2006-03-09 Thread Danie Theron
Hi , Yes I only run disk based backups. I run one full backup monthly , with differentials every second week and then incrementals weekly. My offsites I use a straight 'cp -v --preserve=all' to copy those over to an offsite disk of which I have 3 I rotate. The copying is quite a lengthy proce

Re: [Bacula-users] Problem with volume permissions

2006-03-09 Thread Andrus Naulainen
I got Permission denied error when bacula tried to write into the volume. VolStatus of this volume (name is varund0070) is Recycle and it's size is 1 byte. I have one pool with 100 volumes (varund0001 .. varund0100) each 4GB and they are on HD with free space 48GB. I'm probably missing some i

[Bacula-users] DirAddresses Problems

2006-03-09 Thread Matthew Feinberg
Hello, I am trying to tell bacula to listen to multiple IPs. Using the DirAddresses directive returns the error below. Ideas? I am using bacula-mysql-1.38.5-4 compiled from RPM Source on Fedora Core 4. DirAddresses = { ip = { addr = 208.186.78.24; } ip = { addr =

Re: [Bacula-users] File Daemon Script?

2006-03-09 Thread Robert W Hartzell
On Thu, 2006-03-09 at 18:09, mpapet wrote: > Hi, > > I'd like to run a script on a client. (bacula-fd.conf) In this case, it's a > windows client and I'm trying to close outlook before backing up the pst. > > FYI, bacula complains about the pst being locked by another process if > Outlook is open

[Bacula-users] File Daemon Script?

2006-03-09 Thread mpapet
Hi, I'd like to run a script on a client. (bacula-fd.conf) In this case, it's a windows client and I'm trying to close outlook before backing up the pst. FYI, bacula complains about the pst being locked by another process if Outlook is open. That's expected behavior. I didn't see anything in th

[Bacula-users] New Bacula Install

2006-03-09 Thread Matthew Feinberg
Hey All, My name is Matthew Feinberg and I am getting ready to start a 150 client Bacula implementation. I've spent the last week or so testing Bacula on a small configuration and it works great.. Kudos to everyone developing Bacula. To all the Bacula veterans: Before I get started is there any

Re: [Bacula-users] Problems with Volumes on FileStorage

2006-03-09 Thread Arno Lehmann
Hello, On 3/9/2006 10:59 AM, Joerg Staedele / Computer Plus GmbH wrote: Dear list, i'm getting grey hair from debugging a strange problem with bacula. I do have lots of grey hair, but still I feel with you :-) ... I ran a bscan on all Volumes ... Vol1 was OK, Vol2 was OK, Vol3 was OK, Vol4

Re: [Bacula-users] How to specify "machine address"?

2006-03-09 Thread Arno Lehmann
Hello, On 3/8/2006 11:57 PM, Helmut Raubenheimer wrote: In bacula user's manual (page 96) I read: "The second change was to add a new Client resource that defines matou-fd and has the correct address, but in real life, you may need a fully qualified machine address or an IP address." I assum

Re: [Bacula-users] Using Tape for Full but File for Other Levels

2006-03-09 Thread Arno Lehmann
Hi, On 3/9/2006 5:23 PM, Drew Tomlinson wrote: I have some large backup sets that are fairly static. Thus, I'd like to have full backups go to tape but use a disk drive to store diffs. The full jobs will be run manually but I'd like the diffs to run on a weekly schedule. Is this possible?

Re: [Bacula-users] Need some help

2006-03-09 Thread Thomas E. Ruth
Hello, I have the following in my bacula-sd.conf file. With these directives, the tape ejects after the first is full, and when I put in another, it will automatically poll and remount it after about 5 minutes. Works great! The important ones are Volume Poll Interval, Automatic Mount, Close o

[Bacula-users] Using Tape for Full but File for Other Levels

2006-03-09 Thread Drew Tomlinson
I have some large backup sets that are fairly static. Thus, I'd like to have full backups go to tape but use a disk drive to store diffs. The full jobs will be run manually but I'd like the diffs to run on a weekly schedule. Is this possible? I tried creating a separate job for the diffs bu

Re: [Bacula-users] Problem with volume permissions

2006-03-09 Thread Martin Simmons
> On Thu, 09 Mar 2006 15:04:40 +0200, Andrus Naulainen <[EMAIL PROTECTED]> > said: > > Hello > > I'm looking for help. I'm totally newbie in this thing and I have no > idea where to start to solve this problem, so I just tell you what I > know. Hopefully someone will show me right dire

Re: [Bacula-users] TLS not working with any certificate

2006-03-09 Thread Landon Fuller
On Mar 9, 2006, at 3:52 AM, Andreas Aronsson wrote: I really think I got it working now! When I am comparing with the instructions given here: http://www.bacula.org/rel-manual/Bacula_TLS.html The difference in my conf is: bacula-fd.conf; add # "Global" File daemon configuration specificati

RE: [Bacula-users] Some advise needed

2006-03-09 Thread Syadmin
I take it you do not have a tape library or a drive, so you are doing backups to disk? What do you WANT to have happen? What is your offsite procedure? I have a 10 tape library and I run a full once a week and swap out those full tapes on a weekly basis so I always have 4 weeks of full backups in

[Bacula-users] Some advise needed

2006-03-09 Thread Danie Theron
Hi All , I've been using bacula for a while now , and need to do a harddrive (SATA) upgrade (or shall I say bluntly I'm running out of disk space!).My problem is , I only have a 2U server (4 300GB SATA in RAID 5 array) , and 2 trays for my offsite disks.So , to briefly explain my setup (and p

Re: [Bacula-users] Effects of attribute Ignore FileSet Changes (FileSet resource)

2006-03-09 Thread Baptiste Malguy
Karl Cunningham a écrit : > Baptiste Malguy wrote: > >> Hello, >> My sequence: >> >> Step 1 >> - Ignore FileSet Changes = no >> - File = /home/test/d1 >> - Requesting an incremental backup. It is actually incremental (the full >> done previously with the same setting) >> >> Step 2 >> - Ignore File

Re: [Bacula-users] Compiling Bacula on RHEL4

2006-03-09 Thread Martin Simmons
> On Thu, 9 Mar 2006 10:20:51 -, "Kevin Quick" <[EMAIL PROTECTED]> said: > > I had this problem and it turned out I didn't have gcc installed. Ah, cunning plan :-) __Martin > > Kevin. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of B

Re: [Bacula-users] Compiling Bacula on RHEL4

2006-03-09 Thread Martin Simmons
> On Thu, 09 Mar 2006 10:16:36 +, "Beren Gamble" <[EMAIL PROTECTED]> > said: > > Hi Martin, > > I got no idea what's causing it.. In the past i've just used RPM's, but it > seems building bacula from source is the flavour of the month and this is > the first time i've done it. If yo

[Bacula-users] Problem with volume permissions

2006-03-09 Thread Andrus Naulainen
Hello I'm looking for help. I'm totally newbie in this thing and I have no idea where to start to solve this problem, so I just tell you what I know. Hopefully someone will show me right direction. I got Permission denied error when bacula tried to write into the volume. VolStatus of this vo

Re: [Bacula-users] update slots drive number

2006-03-09 Thread Sebastian Stark
Can anybody confirm "update slots" is working (regarding ALL drives) correctly for them in a multidrive autochanger environment? If yes, could you share your mtx-changer script and bacula-*.conf please? Thanks, Sebastian On 08.03.2006, at 14:45, Sebastian Stark wrote: On 08.03.2006, at

Re: [Bacula-users] TLS not working with any certificate

2006-03-09 Thread Dan Langille
I have lost the message where you said you got things working. You could add documentation errors here: http://paramount.ind.wpi.edu/wiki/doku.php cheers -- Dan Langille : Software Developer looking for work my resume: http://www.freebsddiary.org/dan_langille.php --

[Bacula-users] Re: Restore problems

2006-03-09 Thread [EMAIL PROTECTED]
Kern Sibbald wrote: > Hello, > > A general comment: perhaps I am wrong, but it seems to me that the scheme you > are using for backups (one Volume for each day) is virtually guaranteed to > cause a catastrophe if there is a disk error. The reason is that you have > *all* Wednesdays in a single

Re: [Bacula-users] TLS not working with any certificate

2006-03-09 Thread Andreas Aronsson
I really think I got it working now! When I am comparing with the instructions given here: http://www.bacula.org/rel-manual/Bacula_TLS.html The difference in my conf is: bacula-fd.conf; add # "Global" File daemon configuration specifications

Re: [Bacula-users] Trouble restoring backed up file

2006-03-09 Thread Martin Simmons
> On Thu, 9 Mar 2006 08:40:25 -, "Andrew Paterson" <[EMAIL PROTECTED]> > said: > > Yes, > I've had this happen to me on at least one ocasion & I beleive it > ultimately amounts to the director (I think) running out of memory. > I sincerely hope I'm wrong, but it looks to me like

[Bacula-users] Restore problems

2006-03-09 Thread Kern Sibbald
Hello, A general comment: perhaps I am wrong, but it seems to me that the scheme you are using for backups (one Volume for each day) is virtually guaranteed to cause a catastrophe if there is a disk error. The reason is that you have *all* Wednesdays in a single volume. If you loose that volum

RE: [Bacula-users] Compiling Bacula on RHEL4

2006-03-09 Thread Kevin Quick
I had this problem and it turned out I didn't have gcc installed. Kevin. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Beren Gamble Sent: 08 March 2006 19:05 To: bacula-users@lists.sourceforge.net Subject: [Bacula-users] Compiling Bacula on RHEL4 Hi!

Re: [Bacula-users] Compiling Bacula on RHEL4

2006-03-09 Thread Beren Gamble
Hi Martin, I got no idea what's causing it.. In the past i've just used RPM's, but it seems building bacula from source is the flavour of the month and this is the first time i've done it. Beren Gamble Network Analyst Technical Team, Harrow IT Services 020 8424 1485 (int. ext. 2485) [EMAIL PR

Re: [Bacula-users] bacula 1.38.x for mac osx 10.3

2006-03-09 Thread Stefan Schwietert
Hallo John,you gave me the hint I needed.Am 08.03.2006 um 13:31 schrieb John Kodis:I've had success with the following launchd file.  It's written to usethe standard bacula file locations which run the command:    /sbin/bacula-fd -v -f -c /etc/bacula/bacula-fd.confAs you've already figured out, you

[Bacula-users] Problems with Volumes on FileStorage

2006-03-09 Thread Joerg Staedele / Computer Plus GmbH
Dear list, i'm getting grey hair from debugging a strange problem with bacula. I have the following scenario: - Backup-Server (FreeBSD 5.4) with bacula 1.38.5 installed via ports, RAID5 and FileStorage - 22 Clients (mixed FreeBSD 4.x and 5.x), all with bacula 1.38.5 I have limited each Volume t

RE: [Bacula-users] Trouble restoring backed up file

2006-03-09 Thread Andrew Paterson
Yes, I've had this happen to me on at least one ocasion & I beleive it ultimately amounts to the director (I think) running out of memory. I sincerely hope I'm wrong, but it looks to me like bacula builds its file tree in memory & if so, then well thats just asking for trouble isnt it - I

Re: [Bacula-users] TLS not working with any certificate

2006-03-09 Thread Andreas Aronsson
Remind me again, what you're doing and the symptoms? I'm not convinced it's the Director. I am connecting through bconsole, issuing the command 'run' and selecting the only job I've scheduled. One line in the resulting message is as follows: 09-Mar 09:02 x-dir: x.2006-03-09_09.0

[Bacula-users] (no subject)

2006-03-09 Thread [EMAIL PROTECTED]
Dear Collegues, I use Bacula 1.36.3 with one usb hard disk which is 400 GB in large. I have configured Bacula in such way I have 5 archives incremented daily during whole year. All mondays are stored in one file -Monday, tuesdays - in Tuesday etc. and are incremented since 1 January. Now they are