Re: [Bacula-users] postfix and bacula bsmtp mail option

2007-05-25 Thread Arno Lehmann
Hi, On 5/25/2007 10:50 PM, Dave wrote: > Hello, > I'm running postfix 2.4.1 on FreeBSD, with the option > strict_rfc821_envelopes set to yes in my main.cf. I set up Bacula on this > box as well, v2.03. When i had strict_rfc821_envelopes set to yes I kept > getting the error "fatal malformed re

Re: [Bacula-users] [Bacula-devel] 2.1.10 beta: no appendable volume found problem with multidrive autochanger

2007-05-25 Thread Andreas Helmcke
Kern Sibbald wrote: > On Wednesday 23 May 2007 21:13, John Drescher wrote: >> One >> other feature I would like to see is if there are any empty drives >> when starting a job and none of the correct pools are loaded choose >> the empty drive instead of any unloading media. > > I believe this is h

[Bacula-users] postfix and bacula bsmtp mail option

2007-05-25 Thread Dave
Hello, I'm running postfix 2.4.1 on FreeBSD, with the option strict_rfc821_envelopes set to yes in my main.cf. I set up Bacula on this box as well, v2.03. When i had strict_rfc821_envelopes set to yes I kept getting the error "fatal malformed reply from localhost" and an error 501 from postfix

Re: [Bacula-users] A new GUI were born

2007-05-25 Thread Jeronimo Zucco
May be is too alpha code. I try to run, but freeze after connect to director. What is the e-mail of JavaBacula developer ? -- Jeronimo Zucco LPIC-1 Linux Professional Institute Certified NĂșcleo de Processamento de Dados Universidade de Caxias do Sul http://jczucco.blogspot.com --

Re: [Bacula-users] Simultanous Jobs

2007-05-25 Thread Arno Lehmann
Hi, On 5/25/2007 2:06 PM, Volker Lieder wrote: > Hello list, > i have started to setup bacula and at this moment i am very happy with this > decision ;-) We migrate our backups from amanda to bacula and everything looks > fine, but there is one little problem. > I have several jobs with priority 1

Re: [Bacula-users] Restorating a Job on alternate machine.

2007-05-25 Thread Arno Lehmann
Hi, On 5/25/2007 12:31 PM, Gaurav Pruthi wrote: > Hi, > > When I tries to restore the data, it restores on the Server whose backup > was taken. I want that backup should be restored on some other server. > How can i configure this? You do this when you start the restore. After you did most of

Re: [Bacula-users] [Bacula-devel] feature request : clustered server

2007-05-25 Thread Arno Lehmann
Hi, On 5/25/2007 10:42 AM, Rich wrote: > On 2007.05.24. 01:05, Arno Lehmann wrote: >> Hi, >> >> On 5/23/2007 3:12 PM, Kern Sibbald wrote: >>> Hello, >>> >>> Thanks for your feature request. Unfortunately at the moment no one is >>> collecting these, and so you will probably need to resubmit it l

Re: [Bacula-users] restoring a database

2007-05-25 Thread Arno Lehmann
Hi, On 5/25/2007 3:41 AM, Maria McKinley wrote: > Hi there, > > I had some problems with my server, and had to move bacula to a > different machine. I have complete access to bacula on the old machine, > and moved the database and the config files. I changed the config files > so that I'm using

Re: [Bacula-users] Bacula ask for a volume which has inchanger=no ?!?!?

2007-05-25 Thread Arno Lehmann
Hi, On 5/24/2007 9:18 AM, Adam CĂ©cile wrote: > I'm thinking about creating an admin job that parse volumes list and > mark all volumes not in changer as used. What would happened with bacula > then ? Does volumes with status "used" but without any recent writing > dates will be recycled according

Re: [Bacula-users] [Bacula-devel] 2.1.10 beta: no appendable volume found problemwith multidrive autochanger

2007-05-25 Thread David Boyes
> > > In > > > non-autochanger configurations, the StorageId is not significant since > > the > > > volume can be mounted on any device with the same Media Type. > > > > Would this argue for defining manual drives as an autochanger with a > > special/null changer device? That would allow the devic

Re: [Bacula-users] Deleteing records from catalog

2007-05-25 Thread Brian Debelius
delete the volume #delete Automatically selected Catalog: MyCatalog Using Catalog "MyCatalog" In general it is not a good idea to delete either a Pool or a Volume since they may contain data. You have the following choices: 1: volume 2: pool 3: jobid Choose catalog item to delete (

Re: [Bacula-users] Deleteing records from catalog

2007-05-25 Thread Flak Magnet
>From within bconsole type: "delete volume" The interactive menus ought to take you from there. Purging only removes the records of what it written ON the tape from the bacula database. Deleting is what removed the volumes from the database. Hope that helps. --Tim On Friday 25 May 2007 2:16

[Bacula-users] Deleteing records from catalog

2007-05-25 Thread Naufal Sheikh
Hi, How can we delete a certain record from the catalog? I have this volume record in a catalog which I have purged, and tried to relabel it as well, but the record still shows that volume and when i try to label another tape with the same name, bacula says that it cannot do it because there is a

[Bacula-users] Need help to understand migration

2007-05-25 Thread Jean-Marc Dufour
I created a Test volume in de Default Pool and I ran a backup Job in it : Pool: Default +-++---+-+---+--+--+-+--+---+---+-+ | MediaId | VolumeName | VolStatus | Enabled | VolBytes

[Bacula-users] Proper Scratch Pool Creation

2007-05-25 Thread Lonny Selinger
All, I've been looking around for a bit but I can't seem to find a good template for creating a scratch pool. I'm assuming this is pretty much all I need(?): Pool { Name = Scratch Pool Type = Backup Label Format = "BTRTG-" } So far it looks like the only directive you can assign to Pool T

Re: [Bacula-users] [Bacula-devel] 2.1.10 beta: no appendable volume found problemwith multidrive autochanger

2007-05-25 Thread Kern Sibbald
On Friday 25 May 2007 16:52, David Boyes wrote: > > PS: for non-autochanger configurations, I have noticed that Bacula can > > label a > > volume and will often set InChanger=1, which is incorrect, and could > lead > > to > > the same problem noted above (message: no appendable volume found, > ...)

Re: [Bacula-users] [Bacula-devel] 2.1.10 beta: no appendable volume found problemwith multidrive autochanger

2007-05-25 Thread David Boyes
> PS: for non-autochanger configurations, I have noticed that Bacula can > label a > volume and will often set InChanger=1, which is incorrect, and could lead > to > the same problem noted above (message: no appendable volume found, ...). > In > non-autochanger configurations, the StorageId is not

[Bacula-users] Simultanous Jobs

2007-05-25 Thread Volker Lieder
Hello list, i have started to setup bacula and at this moment i am very happy with this decision ;-) We migrate our backups from amanda to bacula and everything looks fine, but there is one little problem. I have several jobs with priority 10 which are scheduled over different schedule-entrys at th

Re: [Bacula-users] [Bacula-devel] 2.1.10 beta: no appendable volume found problem with multidrive autochanger

2007-05-25 Thread Kern Sibbald
Hello, Thanks for the detailed info, and from examining the "llist volume...", I believe that I have found what is causing your problems. A bit of background: as I mentioned, Bacula has been evolving and improving concerning autochangers. For example in 1.38, Bacula could handle multidrive

[Bacula-users] Restorating a Job on alternate machine.

2007-05-25 Thread Gaurav Pruthi
Hi, When I tries to restore the data, it restores on the Server whose backup was taken. I want that backup should be restored on some other server. How can i configure this? PS: I am using the default settings under Restoration Job. Job { Name = "RestoreFiles" Type = Restore FileSet="Full S

Re: [Bacula-users] Spooling directory management

2007-05-25 Thread Alan Brown
On Wed, 23 May 2007, Ivan Adzhubey wrote: > One more question: currently, the size of my spooling directory is 250GB and I > need to add another server to backup list that holds 1.1TB of data. Will that > create problems? No. > On a more general note: how do you guys deal with huge > datasets?

Re: [Bacula-users] [Bacula-devel] feature request : clustered server

2007-05-25 Thread Rich
On 2007.05.24. 01:05, Arno Lehmann wrote: > Hi, > > On 5/23/2007 3:12 PM, Kern Sibbald wrote: >> Hello, >> >> Thanks for your feature request. Unfortunately at the moment no one is >> collecting these, and so you will probably need to resubmit it later. > > Not exactly... I'm still thinking abo

Re: [Bacula-users] Volume errors since update to 2.0.3

2007-05-25 Thread le dahut
I tried but : [EMAIL PROTECTED] bacula]# /usr/lib/bacula/sqlite/sqlite /var/bacula/bacula.db sqlite> select * from pool; 1|Default|99|0|0|1|1|864|518400|0|0|20|1|1|Backup|0|ScribeVolume|1|0|0|0|0|0|0 sqlite> UPDATE Pool SET NumVols=109 WHERE Name='Default'; sqlite> select * from pool;