Re: [Bacula-users] cassette icon disappears

2007-09-11 Thread Dimitrios
On Tue, 11 Sep 2007 15:02:13 -0400 "John Drescher" <[EMAIL PROTECTED]> wrote:

> Also a quick workaround may be the following:
> 1) Change Bacula File Server service startup type to be Manual instead
> of Automatic.
> 2) Then in a batch file in the startup folder of user issue a net
> start "Bacula File Server"
> However this may not work if the logged in user does not have
> permissions to start/stop services.

Thank you very much, i really appreciate your help and the effort to furthur 
develop bacula. No wonder bacula has been enhanced so much over the years, 
along with the best manual we've seen on an open source project, there are 
superb people behind the project!

I'll try the suggested workaround!

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] Where do we go after Bacula 2.2.0?

2007-09-11 Thread Kern Sibbald
On Wednesday 12 September 2007 05:06, Nick Pope wrote:
> On Sep 11, 2007, at 1:26 PM, David Boyes wrote:
> >> Couldn't the migrate capability be altered ever so slightly to allow
> >> the "migration" of a job without purging the old job from the
> >> catalog?  This would allow bitwise identical backup(s) to be created
> >> without having to create a forking/muxing SD/FD.
> >>
> >> This, of course, does not create the identical backups at the same
> >> instant in time, but it would solve the off-site backup problem with
> >> much less effort.
> >
> > As I said, that wouldn't be sufficient to satisfy our auditors.
> > YMMV. In
> > our case (which IMHO isn't unusual in the enterprise space), if we
> > can't
> > stand up and say under penalty of perjury that the bits on volume A
> > are
> > the same exact bits on volume B, then it's not good enough and we
> > stand
> > a good chance of seeing jail time.
>
> In the case of a migrate-without-purge, the bacula blocks would,
> presumably, be copied block for block.  So your backed up data would
> be identical.  The metadata Bacula uses to encapsulate your data
> would be recreated for the second job, so that would be different.
> So maybe the migrate-without-purge feature won't satisfy your
> auditors, but that doesn't make the simpler feature pointless.  You
> seem to be implying it has to be one or the other (sorry if I'm
> misreading you here).  I think there's a use for BOTH the simpler
> feature (especially if it comes quicker) and the full-blown muxing SD.

Well the data is not copied block for block; it is copied record for record 
(i.e. bit for bit for the data).  Copying block for block might be a future 
performance enhancement, but it could only be done if the block size is the 
same on the input and output device, which is not always the case.  

The file meta data is copied record for record (i.e. bit for bit).  Thus all 
the data (meta and file) is copied bit for bit.  The layout of the SD 
blocking data on the output Volume may be slightly different -- e.g. the 
Volume label contains the new Volume name rather than the old Volume name 
(obviously), and as I said, the data *may* be blocked different because it is 
unpacked from the blocks and repacked into blocks.  Normally the blocks will 
be identical if the media are of the same type, but in spanning Volumes if 
the tape sizes are different, the blocking on the migrated Volume after the 
change of Volumes will be different, but the file meta and file data will be 
bit for bit identical.

I don't know if that should satisfy David's auditors or not.  It seems to me 
that they accepted clone jobs as being valid "copies".  Well migrated jobs 
should be 100% identical as compared to clone jobs which may be different due 
to small filesystem changes between the two jobs.

>
> > Also, there is still a period of time where only one copy of the
> > backed-up data exists; all the easy solutions to this problem don't
> > address that requirement.
>
> This is the major drawback of the simpler solution (again, doesn't
> invalidate its usefulness in other scenarios)

It may invalidate it for some, but it will be *extremely* useful for a lot of 
people and will in fact give us an archiving capability.

>
> > If we could get away with that, we'd just
> > duplicate the tapes outside of Bacula and be done with it.
>
> If I do that, I can't track the copied volumes with the Bacula
> catalog.  One might foresee Bacula at some point enforcing a minimum
> number of duplicate copies, etc.


>
> > The related
> > problem is how Bacula handles multiple locations where the file can be
> > found, and how Bacula prioritizes restores. I have some interesting
> > ideas on that when/if Kern gets time to think about the design for
> > this
> > stuff.
>
> That certainly seems like the main challenge to the copy job.

Yes, I don't really know how to handle this in the best way at the moment, but 
implementing the simple change to Migration to do a Copy certainly is the 
first step.

>
> > There are some easier ways to deal with some of the symptoms of the
> > problem. I think that if we start solving symptoms rather than the
> > problem, we're going to waste a lot of effort, particularly testing
> > time, on a partial solution that doesn't get Bacula to enterprise
> > grade
> > solution space. This is major surgery to Bacula; it's going to take a
> > lot of testing resources to get this one right. I'd really rather see
> > that testing done to get to the final solution.
>
> I'm not sure I agree that the migrate-without-purge is treating a
> symptom.  I think it addresses a major shortcoming (fresh offsite
> backups) rather effectively.  While it may not solve all enterprise- 
> grade offsite scenarios, it does address many basic offsite backup
> scenarios.  I don't really agree that the migrate-without-purge is an
> interim solution.  I think people will use it even when Bacula gets
> the full-blown muxing SD.  Not everyone is run

Re: [Bacula-users] Problem with BakupCatalog

2007-09-11 Thread Yuri Timofeev
Hi.

> Miguel Angel" <[EMAIL PROTECTED]>
> I try run job BackupCatalog, this don't work!!!
> File = /var/bacula/bacula.sql


See script make_catalog_backup:
...
cd /var/lib/bacula
...

Therefore:
File = /var/lib/bacula/bacula.sql


-- 
have a nice day
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] FileSet BUG or not?

2007-09-11 Thread Yuri Timofeev
Hi, there.


There is a structure of directories:

find /tmp/test/

/tmp/test/
/tmp/test/a2
/tmp/test/a2/2
/tmp/test/a2/2/test_file
/tmp/test/a2/test_file
/tmp/test/a2/1
/tmp/test/a2/1/test_file
/tmp/test/b1
/tmp/test/b1/2
/tmp/test/b1/2/test_file
/tmp/test/b1/test_file
/tmp/test/b1/1
/tmp/test/b1/1/test_file
/tmp/test/b2
/tmp/test/b2/2
/tmp/test/b2/2/test_file
/tmp/test/b2/test_file
/tmp/test/b2/1
/tmp/test/b2/1/test_file
/tmp/test/test_file
/tmp/test/a1
/tmp/test/a1/2
/tmp/test/a1/2/test_file
/tmp/test/a1/test_file
/tmp/test/a1/1
/tmp/test/a1/1/test_file


It is required to make backup on a mask:
"/tmp/test/*/1"

The following FileSet description does not work:
Include {
Options {
  wilddir = "/tmp/test/*/1"
}
Options {
  exclude = yes
  regexdir= ".*"
}
File= /tmp/test
  }

bwild makes correct  output:
 /tmp/test/a2/1
 /tmp/test/b1/1
 /tmp/test/b2/1
 /tmp/test/a1/1

estimate command output only "/tmp/test"

What here it is wrong?

And how to receive demanded result?




-- 
have a nice day
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Problem with BakupCatalog

2007-09-11 Thread Miguel Angel
Hi

First of all, I would like to apologize for my english.

I need your help, when I try run job BackupCatalog, this don't work!!!.
Verify the configuration in the bacula-dir and find:

 # This is the backup of the catalog
 FileSet {
   Name = "Catalog"
   Include {
 Options { signature = MD5 }
 File = /var/bacula/bacula.sql
   }
 }


But my problem is: I don't have the file "/var/bacula/bacula.sql"

How can I reestablish the file "bacula.sql" without spoil the normaly
processes of Bacula?


Thanks, any help would be greatly appreciated.



-- 
Atentamente,


Miguel Angel Moreno Bolaños

Usuario Linux registrado No. 391784
http://counter.li.org

"El amor es un dolor entre pecho y espalda,
que sabe a papas fritas sin salsa de tomate!"

Att: Nous
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Seeking clarification on Volume Retention Period

2007-09-11 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hydro Meteor wrote:
> Hello all,
> 
> From the User's Guide (Terminology Chapter 1.6), regarding the Retention
> Period, an except that I have a question about:
> 
> The Volume Retention Period is the minimum of time that a Volume
> will be kept before it is reused. Bacula will normally never
> overwrite a Volume that contains the only backup copy of a file.
> Under ideal conditions, the Catalog would retain entries for all
> files backed up for all current Volumes. Once a Volume is
> overwritten, the files that  were backed up on that Volume are
> automatically removed from the Catalog. However, if there is a very
> large pool of Volumes or a Volume  is never overwritten, the Catalog
> database may become enormous. To keep the Catalog to a manageable
> size, the backup information should be removed from the Catalog
> after the defined File Retention Period. Bacula provides the
> mechanisms for the catalog to be automatically  pruned according to
> the retention periods defined.
> 
> 
> I just want to make sure I understand this sentence:
> 
> To keep the Catalog to a manageable size, the backup information
> should be removed from the Catalog after the defined File Retention
> Period.
> 
> 
> The "backup information" that "should be removed" is information about
> any Volume or Pool of Volumes correct?

Yes. Information about files is the largest amount of data, I'd say.
Jobs and Volumes is probably much less, though I couldn't say that for
sure. I bet the manual explains this some. As I understand it, keeping
this information allows you to restore a single file. After files are
purged, only the full job can be recovered (which is only an
inconvenience, really -- no data is lost).

> Secondly, what do Bacula users do, strategically, when it comes to
> archiving data into perpetuity? For example, what if a government agency
> or a law firm wanted to use Bacula to back up files to Volumes which
> Volumes should never be overwritten? Of course the Catalog still needs
> to be pruned, but even so, have I understood correctly that even if a
> Volume has been pruned out of the Catalog, it can later be scanned
> (using the bscan tool) and data extracted (using the bextract tool)? In
> doing so, no Volumes are ever overwritten but they are still recoverable
> in the future and at the same time the Catalog database won't grow to
> mammoth proportions?
> 
> Thanks to anyone for helping to clarify this situation (the archiving of
> records into perpetuity is a big problem in the world today especially
> due to the changing legal statutes worldwide when it comes to saving
> documents).

You are exactly correct here, no need to add anything.

- --
  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer II
 |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG52F1mb+gadEcsb4RAhYCAKDgpL7pFmUxROHFF7+94kBh47A++gCgpqlf
15U+RpXshLU0TNjhE3LceVc=
=HNwe
-END PGP SIGNATURE-
begin:vcard
fn:Ryan Novosielski
n:Novosielski;Ryan
org:UMDNJ;IST/AST
adr;dom:MSB C630;;185 South Orange Avenue;Newark;NJ;07103
email;internet:[EMAIL PROTECTED]
title:Systems Programmer III
tel;work:(973) 972-0922
tel;fax:(973) 972-7412
tel;pager:(866) 20-UMDNJ
x-mozilla-html:FALSE
version:2.1
end:vcard

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Seeking clarification on Volume Retention Period

2007-09-11 Thread Hydro Meteor
Hello all,

>From the User's Guide (Terminology Chapter 1.6), regarding the Retention
Period, an except that I have a question about:

The Volume Retention Period is the minimum of time that a Volume will be
> kept before it is reused. Bacula will normally never overwrite a Volume that
> contains the only backup copy of a file. Under ideal conditions, the Catalog
> would retain entries for all files backed up for all current Volumes. Once a
> Volume is overwritten, the files that  were backed up on that Volume are
> automatically removed from the Catalog. However, if there is a very large
> pool of Volumes or a Volume  is never overwritten, the Catalog database may
> become enormous. To keep the Catalog to a manageable size, the backup
> information should be removed from the Catalog after the defined File
> Retention Period. Bacula provides the mechanisms for the catalog to be
> automatically  pruned according to the retention periods defined.
>

I just want to make sure I understand this sentence:

To keep the Catalog to a manageable size, the backup information should be
> removed from the Catalog after the defined File Retention Period.
>

The "backup information" that "should be removed" is information about any
Volume or Pool of Volumes correct?

Secondly, what do Bacula users do, strategically, when it comes to archiving
data into perpetuity? For example, what if a government agency or a law firm
wanted to use Bacula to back up files to Volumes which Volumes should
neverbe overwritten? Of course the Catalog still needs to be pruned,
but even so,
have I understood correctly that even if a Volume has been pruned out of the
Catalog, it can later be scanned (using the bscan tool) and data extracted
(using the bextract tool)? In doing so, no Volumes are ever overwritten but
they are still recoverable in the future and at the same time the Catalog
database won't grow to mammoth proportions?

Thanks to anyone for helping to clarify this situation (the archiving of
records into perpetuity is a big problem in the world today especially due
to the changing legal statutes worldwide when it comes to saving documents).


Cheers,

-H
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] Where do we go after Bacula 2.2.0?

2007-09-11 Thread Nick Pope

On Sep 11, 2007, at 1:26 PM, David Boyes wrote:

>
>> Couldn't the migrate capability be altered ever so slightly to allow
>> the "migration" of a job without purging the old job from the
>> catalog?  This would allow bitwise identical backup(s) to be created
>> without having to create a forking/muxing SD/FD.
>>
>> This, of course, does not create the identical backups at the same
>> instant in time, but it would solve the off-site backup problem with
>> much less effort.
>
> As I said, that wouldn't be sufficient to satisfy our auditors.  
> YMMV. In
> our case (which IMHO isn't unusual in the enterprise space), if we  
> can't
> stand up and say under penalty of perjury that the bits on volume A  
> are
> the same exact bits on volume B, then it's not good enough and we  
> stand
> a good chance of seeing jail time.

In the case of a migrate-without-purge, the bacula blocks would,  
presumably, be copied block for block.  So your backed up data would  
be identical.  The metadata Bacula uses to encapsulate your data  
would be recreated for the second job, so that would be different.   
So maybe the migrate-without-purge feature won't satisfy your  
auditors, but that doesn't make the simpler feature pointless.  You  
seem to be implying it has to be one or the other (sorry if I'm  
misreading you here).  I think there's a use for BOTH the simpler  
feature (especially if it comes quicker) and the full-blown muxing SD.

>
> Also, there is still a period of time where only one copy of the
> backed-up data exists; all the easy solutions to this problem don't
> address that requirement.

This is the major drawback of the simpler solution (again, doesn't  
invalidate its usefulness in other scenarios)

> If we could get away with that, we'd just
> duplicate the tapes outside of Bacula and be done with it.

If I do that, I can't track the copied volumes with the Bacula  
catalog.  One might foresee Bacula at some point enforcing a minimum  
number of duplicate copies, etc.

> The related
> problem is how Bacula handles multiple locations where the file can be
> found, and how Bacula prioritizes restores. I have some interesting
> ideas on that when/if Kern gets time to think about the design for  
> this
> stuff.

That certainly seems like the main challenge to the copy job.

>
> There are some easier ways to deal with some of the symptoms of the
> problem. I think that if we start solving symptoms rather than the
> problem, we're going to waste a lot of effort, particularly testing
> time, on a partial solution that doesn't get Bacula to enterprise  
> grade
> solution space. This is major surgery to Bacula; it's going to take a
> lot of testing resources to get this one right. I'd really rather see
> that testing done to get to the final solution.
>

I'm not sure I agree that the migrate-without-purge is treating a  
symptom.  I think it addresses a major shortcoming (fresh offsite  
backups) rather effectively.  While it may not solve all enterprise- 
grade offsite scenarios, it does address many basic offsite backup  
scenarios.  I don't really agree that the migrate-without-purge is an  
interim solution.  I think people will use it even when Bacula gets  
the full-blown muxing SD.  Not everyone is running Bacula in a large  
enterprise.

>> This would allow me to backup to disk at night as usual.  Then once
>> the backups are done and the clients are freed up, the copy/migrate
>> job could run and copy the jobs to tape or an offsite pool.  The
>> migrate job would not involve the clients, so it wouldn't have to run
>> in the middle of the night.
>
> Assuming the connection between the SD and the offsite server doesn't
> run over the same network...8-)
>

Fair point :)  In my case, I just need to have a full offsite tapeset  
to take offsite and I don't want to wait 6 months for my fullbackups  
to migrate to tape (making my offsite backup 6 months out of date).   
i do see your point: the simpler solution won't work for large  
enterprises.  Fair 'nuff.

-Nick

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula 2.2.3-1 SuSE10.2 x86_64 released to SourceForge

2007-09-11 Thread PattiMichelle
Bacula 2.2.3-1 for openSuSE10.2 x86_64 has been released to SourceForge
(rpms-contrib-psheaffer)

Thanks,
Patti
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Times in Windows

2007-09-11 Thread Eric Böse-Wolf
Hello Everybody,

I read somewhere in this list, that there had been flaws in the
detection if files have changed on windows clients. If you move a whole
folder windows will not set the timestamps correctly.

I noticed the following: I did a fullbackup on a laptop, the day after
I used the laptop normally especially sending and getting mail. On the
next day I did an incremental backup, but Inbox.msf (Mozilla
Thunderbird) had not been backup'd this time, so I took a closer look at
the file. Windows gave me three timestamps "created", "changed", "last accessed"
and "changed" was closely too "created" -- ok, blame windows or mozilla or
whoever, but not bacula. (Last accessed had been right.)

But now I deleted all my backups, and tried the "estimate" command in the
"console", to see what would be backup'd this time. And the timestamps bacula
listed together with Inbox.msf was the timestamp windows gave me as "created"
timestamp. Had this been due to it was the first (database reinstalled)
backup?

I checked another file, which was reported by windows with correct
"changed" timestamp, but in the bacula "console" listing of "estimate",
there was again the timestamp listed which corresponds to the window
"created" timestamp and not the "changed".

Please, I'm not a programmer, so don't throw peaky details at me, but
what is an incremental backup worth, if files get backup'd up according
to their "created" timestamp?

So maybe it's better not to rely on backups of windows clients with
bacula?

mfg

Eric

PS.: I don't want to be a spoilsport, but saving users mail in a backup
is a serious thing. :(


pgpaD1jwj5rPi.pgp
Description: PGP signature
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] ld: can't locate file for: -lcrt0.o

2007-09-11 Thread Martin Simmons
> On Mon, 10 Sep 2007 20:48:56 -0400, Ivan Adzhubey said:
> 
> Hi,
> 
> I am trying to build static bacula 2.2.3 client on Mac OS X 10.3 (Apple XCode 
> Tools 1.5 with November 2004 gcc update installed) for distributing among 
> older Macs still in use here. I am having the following errors from ld while 
> executing make command (see below). As far as I know crt0.o is a very old 
> (pre-glibc) and deprecated way of linking statically. Why bacula build is 
> attempting to explicitly link with crt0.o? There is no such problems under OS 
> X 10.4.x with the latest XCode Tools 2.4.1 installed but this version is only 
> available for OS X 10.4.

The requirement for the crt0.o comes from g++, so there isn't much that can be
done about it.

Moreover, I don't think any version of Mac OS X / XCode supports static
binaries (only static libraries).  Did you configure it differently on 10.4?

__Martin


> 
> Thanks,
> Ivan
> 
> 
> Excerpt from make log:
> 
> ==>Entering directory /Users/ivan/bacula-2.2.3/src/filed
> Compiling filed.c
> Compiling authenticate.c
> Compiling acl.c
> Compiling backup.c
> Compiling estimate.c
> Compiling filed_conf.c
> Compiling heartbeat.c
> Compiling job.c
> Compiling pythonfd.c
> Compiling restore.c
> Compiling status.c
> Compiling verify.c
> Compiling verify_vol.c
> Linking bacula-fd ...
> /usr/bin/g++   -L../lib -L../findlib -o bacula-fd filed.o authenticate.o 
> acl.o 
> backup.o estimate.o filed_conf.o heartbeat.o job.o pythonfd.o restore.o 
> status.o verify.o verify_vol.o \
>-lz -lfind -lbac -lm  -lpthread  \
>  
> /usr/bin/g++   -static -L../lib -L../findlib -o static-bacula-fd filed.o 
> authenticate.o acl.o backup.o estimate.o filed_conf.o heartbeat.o job.o 
> pythonfd.o restore.o status.o verify.o verify_vol.o \
> -lz-lfind -lbac -lm  -lpthread  \
>   
> ld: can't locate file for: -lcrt0.o
> make[1]: *** [static-bacula-fd] Error 1
> 
> 
>   == Error in /Users/ivan/bacula-2.2.3/src/filed ==
> 
> 
> ==>Entering directory /Users/ivan/bacula-2.2.3/src/console
> Compiling console.c
> console.c:737: warning: `bool bisatty(int)' defined but not used
> Compiling console_conf.c
> Compiling authenticate.c
> /usr/bin/g++   -L../lib -L../cats -o bconsole console.o console_conf.o 
> authenticate.o  \
>  -lbac -lm -lpthread   \
>   
> /usr/bin/g++ -static   -L../lib -L../cats -o static-bconsole console.o 
> console_conf.o authenticate.o  \
>  -lbac -lm -lpthread   \
>   
> ld: can't locate file for: -lcrt0.o
> make[1]: *** [static-bconsole] Error 1
> 
> 
>   == Error in /Users/ivan/bacula-2.2.3/src/console ==
> 
> 
> The information transmitted in this electronic communication is intended only 
> for the person or entity to whom it is addressed and may contain confidential 
> and/or privileged material. Any review, retransmission, dissemination or 
> other use of or taking of any action in reliance upon this information by 
> persons or entities other than the intended recipient is prohibited. If you 
> received this information in error, please contact the Compliance HelpLine at 
> 800-856-1983 and properly dispose of this information.
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Disk full, deleting old backups

2007-09-11 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Roland Roberts wrote:
> Roland Roberts wrote:
>> I already have recycle=yes in each of my pools, and I'm running LVM and 
>> have extended the volume as much as I have space for.  But I still ended 
>> up running out of space, largely because I messed with some of the file 
>> set definitions that triggered new full backups.  So...
>>
>> I've already done prune, but that did nothing because the volumes 
>> retention times haven't expired.  Do I did delete and found they happily 
>> disappeared when I did a list, but the actual volume files on disk are 
>> still there.  Do I just manually remove them at this point
> Well, I decided to just try and see.  The answer seems to be "yes" with 
> the caveat that I also have to restart the storage daemon which got very 
> confused until I did.

I'd say the answer is "yes" with no caveats. I find it peculiar that the
storage daemon should care about volumes that it, theoretically, no
longer knows about.

- --
  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer II
 |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG5vQSmb+gadEcsb4RAtxkAJ45KEn6qq8o+tj8QrqxqmTj26v4TACeJY/y
x6IbpPbVdPP7Yz9JZ6M4qvU=
=wsV9
-END PGP SIGNATURE-


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Disk full, deleting old backups

2007-09-11 Thread Roland Roberts
Roland Roberts wrote:
> I already have recycle=yes in each of my pools, and I'm running LVM and 
> have extended the volume as much as I have space for.  But I still ended 
> up running out of space, largely because I messed with some of the file 
> set definitions that triggered new full backups.  So...
>
> I've already done prune, but that did nothing because the volumes 
> retention times haven't expired.  Do I did delete and found they happily 
> disappeared when I did a list, but the actual volume files on disk are 
> still there.  Do I just manually remove them at this point
Well, I decided to just try and see.  The answer seems to be "yes" with 
the caveat that I also have to restart the storage daemon which got very 
confused until I did.

roland

-- 
   PGP Key ID: 66 BC 3B CD
Roland B. Roberts, PhD RL Enterprises
[EMAIL PROTECTED]6818 Madeline Court
[EMAIL PROTECTED]   Brooklyn, NY 11220


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bart PE Plugin

2007-09-11 Thread Eric Böse-Wolf
I tried today to crosscompile bacula on my linux machine to get an up to
date Bart PE Plugin, but after stumpling from error to error in make in
top-dir/bacula/src/win32 (top-dir/bacula/src/build-depkgs-mingw32 forget
to copy the postgresql files to locations so they are found by compiler
and linker) to notice the the pebuilder directory was empty after a
complete successful run.

What can I do to get a up to date pebuilder plugin?

mfg

Eric


pgpApa2zfMMFx.pgp
Description: PGP signature
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Thanks to Kern & Other Developers....

2007-09-11 Thread Michael Nelson
... on another drama-free upgrade.  My bacula servers had been 
lagging... back at 2.0.3.  Today I upgraded to the new 2.2.3 and it was 
smooth, like $h!t through a goose.

Thanks for all the great work you folks do!

Michael

-- 
Do you think that when someone asked George Washington for ID he just
whipped out a quarter? - Steven Wright


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] cassette icon disappears

2007-09-11 Thread John Drescher
On 9/11/07, Dimitrios <[EMAIL PROTECTED]> wrote:
> On Tue, 11 Sep 2007 14:30:19 -0400 "John Drescher" <[EMAIL PROTECTED]> wrote:
>
> > I am a little confused at that statement. How long is it up after
> > restarting the service? Are you logging out? Is it possible that
> > explorer.exe crashed during this time?
>
> i'm sorry, i may not have explained it correctly.
>
> 1) install bacula-fd on win2003 server, installation completes and the 
> cassette icon appears on the system tray.
>
> 2) system is kept running while the people work on the printing press (backup 
> starts and the green lights turn on and off once backup is complete).
>
> 3) at the end of the shift, all systems are shutdown and power is cut from 
> the whole floor.
>
> 4) next day in the morning, all systems are powered and the shift starts work 
> on the printing press, at which point we realise that the cassette icon is 
> not in the system tray, although the bacula-fd is running in the background 
> (as Services reports).
>
> 5) we manually stop and restart the service and the cassette icon now appears 
> on the system tray.
>
>
> i believe the tray icon appears when we are logged in on the system and 
> manualy start the service, but it doesn't appear when the machine has booted 
> and started the bacula-fd on its own.
>
Thanks. I will see if I can replicate that.

Also a quick workaround may be the following:
1) Change Bacula File Server service startup type to be Manual instead
of Automatic.

2) Then in a batch file in the startup folder of user issue a net
start "Bacula File Server"

However this may not work if the logged in user does not have
permissions to start/stop services.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] cassette icon disappears

2007-09-11 Thread Dimitrios
On Tue, 11 Sep 2007 14:30:19 -0400 "John Drescher" <[EMAIL PROTECTED]> wrote:

> I am a little confused at that statement. How long is it up after
> restarting the service? Are you logging out? Is it possible that
> explorer.exe crashed during this time?

i'm sorry, i may not have explained it correctly.

1) install bacula-fd on win2003 server, installation completes and the cassette 
icon appears on the system tray.

2) system is kept running while the people work on the printing press (backup 
starts and the green lights turn on and off once backup is complete).

3) at the end of the shift, all systems are shutdown and power is cut from the 
whole floor.

4) next day in the morning, all systems are powered and the shift starts work 
on the printing press, at which point we realise that the cassette icon is not 
in the system tray, although the bacula-fd is running in the background (as 
Services reports).

5) we manually stop and restart the service and the cassette icon now appears 
on the system tray.


i believe the tray icon appears when we are logged in on the system and manualy 
start the service, but it doesn't appear when the machine has booted and 
started the bacula-fd on its own.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] cassette icon disappears

2007-09-11 Thread John Drescher
> Interestingly, if we re-start the service, the cassette icon reappears, but 
> only untill we reset the machine.
>
I am a little confused at that statement. How long is it up after
restarting the service? Are you logging out? Is it possible that
explorer.exe crashed during this time?

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] cassette icon disappears

2007-09-11 Thread Dimitrios
On Tue, 11 Sep 2007 13:56:40 -0400 "Dan Langille" <[EMAIL PROTECTED]> wrote:

> I think if you explained why you really need the tray icon it would 
> help everyone better understand the situation.  What would you be 
> unable to do?   

The machine runs a special type of control software that manages a printing 
press. In that same machine we store special files which deal with the 
configuration of the press machine, along with whatever is there to be printed.

Thus the computer requires several people to be working on it, while i'm trying 
to do backups (none of the systems are allowed to be on power after the press 
is shut down, the electricity of the whole floor is shut down, thus backups are 
done while we work).

As a result, its important for the people working on the system to look at the 
cassette icon because some printing "jobs" may require the server to run at 
full utilization and thus the backup shouldn't be running. So they just wait 
for a few minutes before running any such job for the backup process to 
complete (doesn't take too long, just a few minutes, but its important not to 
run in parallel with any printing job).

If you need more details please let me know.

 
> When you say complete removed, are you referring to the functions now 
> available through the tray icon?  I understand all existing 
> functionality will be retained.  It will no longer be available 
> through the tray icon, but through another interface.

Well, we don't use the "log" that can be accessed via right-clicking on the 
icon, we only need to know when bacula-fd is running a backup or not (a time 
estimate for completition of the job would have been even better, but thats 
just cosmetic).


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] Where do we go after Bacula 2.2.0?

2007-09-11 Thread Kern Sibbald
On Tuesday 11 September 2007 19:26, David Boyes wrote:
> > Couldn't the migrate capability be altered ever so slightly to allow
> > the "migration" of a job without purging the old job from the
> > catalog?  This would allow bitwise identical backup(s) to be created
> > without having to create a forking/muxing SD/FD.
> >
> > This, of course, does not create the identical backups at the same
> > instant in time, but it would solve the off-site backup problem with
> > much less effort.
>
> As I said, that wouldn't be sufficient to satisfy our auditors. YMMV. In
> our case (which IMHO isn't unusual in the enterprise space), if we can't
> stand up and say under penalty of perjury that the bits on volume A are
> the same exact bits on volume B, then it's not good enough and we stand
> a good chance of seeing jail time.
>
> Also, there is still a period of time where only one copy of the
> backed-up data exists; all the easy solutions to this problem don't
> address that requirement. If we could get away with that, we'd just
> duplicate the tapes outside of Bacula and be done with it. The related
> problem is how Bacula handles multiple locations where the file can be
> found, and how Bacula prioritizes restores. I have some interesting
> ideas on that when/if Kern gets time to think about the design for this
> stuff.
>
> There are some easier ways to deal with some of the symptoms of the
> problem. I think that if we start solving symptoms rather than the
> problem, we're going to waste a lot of effort, particularly testing
> time, on a partial solution that doesn't get Bacula to enterprise grade
> solution space. This is major surgery to Bacula; it's going to take a
> lot of testing resources to get this one right. I'd really rather see
> that testing done to get to the final solution.
>
> > This would allow me to backup to disk at night as usual.  Then once
> > the backups are done and the clients are freed up, the copy/migrate
> > job could run and copy the jobs to tape or an offsite pool.  The
> > migrate job would not involve the clients, so it wouldn't have to run
> > in the middle of the night.
>
> Assuming the connection between the SD and the offsite server doesn't
> run over the same network...8-)

So that it is clear, I like the idea of having a special SD that is a mux SD, 
or at least specify someplace that the particular Job can be muxed.  This 
resolves one of the major problems that has slowed this down: how to keep 
normal non-muxed jobs efficient.  Adding muxing adds a significant amount of 
overhead and complicates the code significantly ...

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] Feature Request Copy Job

2007-09-11 Thread Kern Sibbald
On Tuesday 11 September 2007 19:30, David Boyes wrote:
> > Item 1:   Implement a Copy job type that will copy the
> > jobdata from one device to another, for example,
> > copy from a fiel Tape to a real Tape.
>
> This function already exists in Bacula. Define a nextpool resource in
> the disk pool definition and define a migration job, and schedule it as
> normal. The migration code offers a number of selection choices; it does
> not yet have automatic triggers -- that's still outstanding -- but the
> rest of the function you describe is already there and working.

If I am not mistaken, the problem is that the current code deletes the 
original job so it is a migrate rather than a copy.

Though it may as you indicate be a partial solution, I will implement a Copy 
job very similar to Migrate that will work more or less identical to the 
Migrate, except for two things: 1. the original job will not be purged.  2. 
the new job will be very specially marked a Copy job so that it can be 
clearly distinguished from the original Backup job.

This will allow users to make copies -- the step after that will be to provide 
some means for the users to be able to indicate they want to use the Copy 
Volumes during the restore.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] cassette icon disappears

2007-09-11 Thread Dan Langille
On 11 Sep 2007 at 14:06, John Drescher wrote:

> > When you say complete removed, are you referring to the functions now
> > available through the tray icon?  I understand all existing
> > functionality will be retained.  It will no longer be available
> > through the tray icon, but through another interface.
> >
> Kern had me working on taking the tray icon code out of bacula-fd.exe
> and making a new application that (may or may not contain a tray icon)
> but still has all the functionality of the old tray icon. In this
> process I was working on combining the bulk of the current unix
> bacula-tray-monitor code with the win32 code so that they would share
> as much of the code as possible but have different gui code. I hope to
> get back to this sometime this week. I know this is taking me forever
> and I hope Kern has not totally given up on me for this task. My main
> problem is that both of the programmers I work with at the day job are
> leaving and I need to hire a replacement as soon as I can at the same
> time I am behind a deadline so the little time that I thought I had
> became zero time.

John: Real life always comes first. Do not worry about Bacula.  It is 
 done in our spare [and volunteer] time.  Bacula can wait.  Your real 
paid job cannot.  You're making the right choices.



-- 
Dan Langille - http://www.langille.org/
Available for hire: http://www.freebsddiary.org/dan_langille.php



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] cassette icon disappears

2007-09-11 Thread John Drescher
> When you say complete removed, are you referring to the functions now
> available through the tray icon?  I understand all existing
> functionality will be retained.  It will no longer be available
> through the tray icon, but through another interface.
>
Kern had me working on taking the tray icon code out of bacula-fd.exe
and making a new application that (may or may not contain a tray icon)
but still has all the functionality of the old tray icon. In this
process I was working on combining the bulk of the current unix
bacula-tray-monitor code with the win32 code so that they would share
as much of the code as possible but have different gui code. I hope to
get back to this sometime this week. I know this is taking me forever
and I hope Kern has not totally given up on me for this task. My main
problem is that both of the programmers I work with at the day job are
leaving and I need to hire a replacement as soon as I can at the same
time I am behind a deadline so the little time that I thought I had
became zero time.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] cassette icon disappears

2007-09-11 Thread John Drescher
On 9/11/07, Dimitrios <[EMAIL PROTECTED]> wrote:
> On Tue, 11 Sep 2007 11:17:38 -0400 "John Drescher" <[EMAIL PROTECTED]> wrote:
>
> > What version of bacula?
>
> v2.2.3 i believe (windows installer, downloaded from sourceforge).
>
If I do indeed get some time this week I plan to get some serious work
done on this so I will try to test the latest source in the process. I
have an idea why this could be the case but I am unsure if there were
changes in the current version that caused that.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] cassette icon disappears

2007-09-11 Thread Dan Langille
On 11 Sep 2007 at 20:50, Dimitrios wrote:

> On Tue, 11 Sep 2007 11:17:38 -0400 "John Drescher" <[EMAIL PROTECTED]> wrote:
> 
> > What version of bacula?
> 
> v2.2.3 i believe (windows installer, downloaded from sourceforge).
> 
> 
> > Hmm. I have been in my spare time working to remove the tray icon
> > completely from the filedaemon and replace it with a standalone tray
> > application. One reason for this is that it is problem with security
> > on vista. And also others have asked to remove the tray completely for
> > several reasons.
> 
> uh oh, that would be a real problem for us, we really need the tray
> icon. 

I think if you explained why you really need the tray icon it would 
help everyone better understand the situation.  What would you be 
unable to do?   

> We wouldn't mind a stand along application, it doesn't make any
> difference for our purposes, but it would really be a problem if it was
> completely removed. 

When you say complete removed, are you referring to the functions now 
available through the tray icon?  I understand all existing 
functionality will be retained.  It will no longer be available 
through the tray icon, but through another interface.




-- 
Dan Langille - http://www.langille.org/
Available for hire: http://www.freebsddiary.org/dan_langille.php



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] cassette icon disappears

2007-09-11 Thread Dimitrios
On Tue, 11 Sep 2007 11:17:38 -0400 "John Drescher" <[EMAIL PROTECTED]> wrote:

> What version of bacula?

v2.2.3 i believe (windows installer, downloaded from sourceforge).


> Hmm. I have been in my spare time working to remove the tray icon
> completely from the filedaemon and replace it with a standalone tray
> application. One reason for this is that it is problem with security
> on vista. And also others have asked to remove the tray completely for
> several reasons.

uh oh, that would be a real problem for us, we really need the tray icon. We 
wouldn't mind a stand along application, it doesn't make any difference for
our purposes, but it would really be a problem if it was completely removed.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] Feature Request Copy Job

2007-09-11 Thread David Boyes
> Item 1:   Implement a Copy job type that will copy the
> jobdata from one device to another, for example,
> copy from a fiel Tape to a real Tape.

This function already exists in Bacula. Define a nextpool resource in
the disk pool definition and define a migration job, and schedule it as
normal. The migration code offers a number of selection choices; it does
not yet have automatic triggers -- that's still outstanding -- but the
rest of the function you describe is already there and working. 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] Where do we go after Bacula 2.2.0?

2007-09-11 Thread David Boyes

> Couldn't the migrate capability be altered ever so slightly to allow
> the "migration" of a job without purging the old job from the
> catalog?  This would allow bitwise identical backup(s) to be created
> without having to create a forking/muxing SD/FD.
> 
> This, of course, does not create the identical backups at the same
> instant in time, but it would solve the off-site backup problem with
> much less effort.  

As I said, that wouldn't be sufficient to satisfy our auditors. YMMV. In
our case (which IMHO isn't unusual in the enterprise space), if we can't
stand up and say under penalty of perjury that the bits on volume A are
the same exact bits on volume B, then it's not good enough and we stand
a good chance of seeing jail time. 

Also, there is still a period of time where only one copy of the
backed-up data exists; all the easy solutions to this problem don't
address that requirement. If we could get away with that, we'd just
duplicate the tapes outside of Bacula and be done with it. The related
problem is how Bacula handles multiple locations where the file can be
found, and how Bacula prioritizes restores. I have some interesting
ideas on that when/if Kern gets time to think about the design for this
stuff.  

There are some easier ways to deal with some of the symptoms of the
problem. I think that if we start solving symptoms rather than the
problem, we're going to waste a lot of effort, particularly testing
time, on a partial solution that doesn't get Bacula to enterprise grade
solution space. This is major surgery to Bacula; it's going to take a
lot of testing resources to get this one right. I'd really rather see
that testing done to get to the final solution. 

> This would allow me to backup to disk at night as usual.  Then once
> the backups are done and the clients are freed up, the copy/migrate
> job could run and copy the jobs to tape or an offsite pool.  The
> migrate job would not involve the clients, so it wouldn't have to run
> in the middle of the night.

Assuming the connection between the SD and the offsite server doesn't
run over the same network...8-)


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula Director daemon does not start

2007-09-11 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please prove that you can otherwise connect to that catalog database --
that is a natural first step.

Louis Joly wrote:
> I have installed the last version of  Bacula
> MySQL has been installed from XAMPP
> The database bacula is ok
> When I try to start bacula I get the message :
> 
> bacula-dir: dird.c:873 Could not open Catalog "MyCatalog", database 
> "bacula"
> .
> 
> Help !
> 
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users


- --
  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer II
 |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG5syomb+gadEcsb4RApoXAKCn2CNnRrnsTQO/9fIAwaFx1+vZ0QCeLTSQ
S5LSInFBd61UFrqeRFFIdjo=
=LEEa
-END PGP SIGNATURE-
begin:vcard
fn:Ryan Novosielski
n:Novosielski;Ryan
org:UMDNJ;IST/AST
adr;dom:MSB C630;;185 South Orange Avenue;Newark;NJ;07103
email;internet:[EMAIL PROTECTED]
title:Systems Programmer III
tel;work:(973) 972-0922
tel;fax:(973) 972-7412
tel;pager:(866) 20-UMDNJ
x-mozilla-html:FALSE
version:2.1
end:vcard

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] upgrade 1.38->2.2.3

2007-09-11 Thread Dan Langille
On 11 Sep 2007 at 12:34, Ryan Novosielski wrote:

> David Pospisil wrote:
> > Hi,
> > I'm going to upgrade my bacula 1.38 (I mean my director, storage and my 
> > clients) to bacula 2.2.3. What problems should I expect? Are the config 
> > files 
> > different? Are there any problems with database (I have mysql 5.0) or with 
> > certificates (I have TLS enabled). And what about the compatibility of old 
> > volumes to new bacula?

> If I'm not mistaken, the release notes contain all of this
> information. Try to get ahold of the 2.0.3 release notes also -- this
> will help you make sure you don't miss any steps (most specifically,
> 2.0.3 requires a DB schema update -- 2.2.3 does not, but that is
> because it uses the same one as 2.0.3). 

Good answer.  :) 

-- 
Dan Langille - http://www.langille.org/
Available for hire: http://www.freebsddiary.org/dan_langille.php



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] upgrade 1.38->2.2.3

2007-09-11 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

If I'm not mistaken, the release notes contain all of this information.
Try to get ahold of the 2.0.3 release notes also -- this will help you
make sure you don't miss any steps (most specifically, 2.0.3 requires a
DB schema update -- 2.2.3 does not, but that is because it uses the same
one as 2.0.3).

David Pospisil wrote:
> Hi,
> I'm going to upgrade my bacula 1.38 (I mean my director, storage and my 
> clients) to bacula 2.2.3. What problems should I expect? Are the config files 
> different? Are there any problems with database (I have mysql 5.0) or with 
> certificates (I have TLS enabled). And what about the compatibility of old 
> volumes to new bacula?
> 
> Thx for any reply,
> David
> 
> Bacula 1.38, linux 2.6, mysql 5.0
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users


- --
  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer II
 |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG5sOCmb+gadEcsb4RAhlyAKCU+mW+lm7JhF0dJoIgVtK4E2D+eACdHXrq
2lmaLTubG/oCkFLYMrWJ9HI=
=ICvg
-END PGP SIGNATURE-
begin:vcard
fn:Ryan Novosielski
n:Novosielski;Ryan
org:UMDNJ;IST/AST
adr;dom:MSB C630;;185 South Orange Avenue;Newark;NJ;07103
email;internet:[EMAIL PROTECTED]
title:Systems Programmer III
tel;work:(973) 972-0922
tel;fax:(973) 972-7412
tel;pager:(866) 20-UMDNJ
x-mozilla-html:FALSE
version:2.1
end:vcard

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] problem with the run script option

2007-09-11 Thread Eric Bollengier
> Hello everybody,
> 
> We have a 1.38.11 bacula server and we use it to backup 60 clients on san
> disks  environment. We want to use the runscript option on a job section.
> But, when > we do it, we have the following error: 
>
> Config error: Keyword "RunScript" not permitted in this resource.
> Perhaps you left the trailing brace off of the previous resource
>
> Do you have an idea about how to resolve this problem?
>
> Thanks a lot for your help

Hi,

You can find the answer to this question in the manual or in the
mailling list archive.

For example :
http://www.mail-archive.com/bacula-users%40lists.sourceforge.net/msg20927.html

Bye

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BAT for Win32

2007-09-11 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Search the list archives. I asked the question myself, and the gist of
the answer was "sooner or later." However, I don't remember what that
was depending on, etc.

Todd Davis wrote:
> Are there plans to post binaries of BAT for Win32?  I would love to test
> it out, but don't have the resources nor time to try to compile it from
> source.
> 
> --
> Todd Davis <[EMAIL PROTECTED]>
> Sr. Network Administrator
> Associated Network Partners, Inc.
> 
> 
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users


- --
  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer II
 |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG5sBjmb+gadEcsb4RAhzIAKDhr52ShEhOeEBAzWkaE6hquZVglwCfYA8B
Qy4PyX8nzdpkUVt1sUhbj2M=
=Hjwy
-END PGP SIGNATURE-
begin:vcard
fn:Ryan Novosielski
n:Novosielski;Ryan
org:UMDNJ;IST/AST
adr;dom:MSB C630;;185 South Orange Avenue;Newark;NJ;07103
email;internet:[EMAIL PROTECTED]
title:Systems Programmer III
tel;work:(973) 972-0922
tel;fax:(973) 972-7412
tel;pager:(866) 20-UMDNJ
x-mozilla-html:FALSE
version:2.1
end:vcard

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] cassette icon disappears

2007-09-11 Thread John Drescher
> We've got a Windoze 2003 server and i'm using the bacula file daemon to 
> backup files from it. Since the system is actively used by a person, we rely 
> on the cassette icon in the system tray to check when the backup is running 
> (so as the person on the system doesn't do anything stupid when the cassette 
> is green).
>
> Our problem is, that once the machine is rebooted, the cassette icon 
> disappears, even though the daemon service is running in the background (as 
> can be seen in the Services).
>
> Interestingly, if we re-start the service, the cassette icon reappears, but 
> only untill we reset the machine.
>
> Does anyone know how to make the cassette icon to always appear in the system 
> tray?
>
What version of bacula?

Hmm. I have been in my spare time working to remove the tray icon
completely from the filedaemon and replace it with a standalone tray
application. One reason for this is that it is problem with security
on vista. And also others have asked to remove the tray completely for
several reasons.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] upgrade 1.38->2.2.3

2007-09-11 Thread David Pospisil
Hi,
I'm going to upgrade my bacula 1.38 (I mean my director, storage and my 
clients) to bacula 2.2.3. What problems should I expect? Are the config files 
different? Are there any problems with database (I have mysql 5.0) or with 
certificates (I have TLS enabled). And what about the compatibility of old 
volumes to new bacula?

Thx for any reply,
David

Bacula 1.38, linux 2.6, mysql 5.0

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] cassette icon disappears

2007-09-11 Thread Dimitrios
We've got a Windoze 2003 server and i'm using the bacula file daemon to backup 
files from it. Since the system is actively used by a person, we rely on the 
cassette icon in the system tray to check when the backup is running (so as the 
person on the system doesn't do anything stupid when the cassette is green).

Our problem is, that once the machine is rebooted, the cassette icon 
disappears, even though the daemon service is running in the background (as can 
be seen in the Services).

Interestingly, if we re-start the service, the cassette icon reappears, but 
only untill we reset the machine.

Does anyone know how to make the cassette icon to always appear in the system 
tray?

Thank you.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] winbacula-2.2.3.exe with static compiled executables?

2007-09-11 Thread Eric Böse-Wolf
Are the executables in winbacula-2.2.3.exe compiled static, so one
could use them to create an uptodate BartPE Plugin?


pgp5GYBQW4ht7.pgp
Description: PGP signature
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Feature Request Copy Job

2007-09-11 Thread Nick Pope
Migration deletes the old job (equivalent to a move).  What he (and  
others) wants is a copy (retain old job).

-Nick

On Sep 11, 2007, at 5:41 AM, Eric Böse-Wolf wrote:

> What about migration? See the Bacula manual.
>
> mfg
>
> Eric
> -- 
> Das Briefgeheimnis sowie das Post- und Fernmeldegeheimnis sind
> unverletzlich.   (Grundgesetz, Artikel 10, Abs. 1)
> http://www.gnupp.de   http://www.gnupg.org
> http://www.stud.uni-karlsruhe.de/~uwaru/
> -- 
> ---
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ 
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Critical Bacula Bug

2007-09-11 Thread Doytchin Spiridonov
Hello,

the history of using 2.1.28 in a production system is that at that
time we discovered the bug that is just now actual for everyone and
while we were trying to find what and how to actually run Bacula that
can be used for what it is supposed we ended with 2.1.28 and no
concurrent jobs. I am watching the changelog and 2.1.28 is almost the
same as 2.2.0 and later there are minor fixes that don't affect our
systems and so we are still at 2.1.28 for our live system which is OK.
I believe we will upgrade to 2.2.3 now.

Regards.

Tuesday, September 11, 2007, 5:29:52 AM:


RN> One point that I'm not sure was mentioned before: 2.1.28 was not a
RN> production release. I assume you are just doing testing, or have gone to
RN> that release because of problems with 2.0.x... but just checking.



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] upgrade bacula 1.38.11 to 2.2.0-1

2007-09-11 Thread Frank Sweetser
manuel lopes wrote:
> Hello everybody
> 
> We want to upgrade our bacula 1.38.11 server to 2.2.0-1 version. Is there any 
> problem that I need to be aware?

The database will need to be upgraded, and you may have to make some config
changes.  The release notes should detail exactly what you'll need to watch
out for.

> Is it possible to have a 2.2.0-1 server and 1.38.11 clients?

Yes, so long as you don't try to send any new 2.2 options to the 1.38 clients.

-- 
Frank Sweetser fs at wpi.edu  |  For every problem, there is a solution that
WPI Senior Network Engineer   |  is simple, elegant, and wrong. - HL Mencken
GPG fingerprint = 6174 1257 129E 0D21 D8D4  E8A3 8E39 29E3 E2E8 8CEC

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] label barcodes problem

2007-09-11 Thread John Drescher
On 9/11/07, Robert Garwacki <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Today i tried to add a new tape to the pool:
>
> *label barcodes slots=2
> Automatically selected Storage: Autochanger
> Connecting to Storage daemon Autochanger at backup:9103 ...
> 3306 Issuing autochanger "slots" command.
> Device "Drive-1" has 16 slots.
> Connecting to Storage daemon Autochanger at backup:9103 ...
> 3306 Issuing autochanger "list" command.
> The following Volumes will be labeled:
> Slot  Volume
> ==
>2  10L3
> Do you want to continue? (yes|no): yes
> Defined Pools:
>  1: DefaultPool
>  2: WeeklyPool
>  3: Scratch
> Select the Pool (1-3): 3
> Connecting to Storage daemon Autochanger at backup:9103 ...
> Sending label command for Volume "10L3" Slot 2 ...
> 3301 Issuing autochanger "loaded? drive 0" command.
> 3302 Autochanger "loaded? drive 0", result: nothing loaded.
> 3304 Issuing autochanger "load slot 2, drive 0" command.
> 3305 Autochanger "load slot 2, drive 0", status is OK.
> 3301 Issuing autochanger "loaded? drive 0" command.
> 3302 Autochanger "loaded? drive 0", result is Slot 2.
> block.c:993 Read error on fd=4 at file:blk 0:0 on device "Drive-1"
> (/dev/nst0). ERR=Input/output error.
> 3000 OK label. VolBytes=64512 DVD=0 Volume="10L3" Device="Drive-1"
> (/dev/nst0)
> Catalog record for Volume "10L3", Slot 2  successfully created.
>
> There is a "read error" message. Should I ignore this message or not ?
> The tape was never used before.
>
Read error on fd=4 at file:blk 0:0 on device "Drive-1"

This error is normal in this case.  It means bacula tried to read a
the tape but since it was blank the operation failed.

John

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Need help restoring bacula configuration

2007-09-11 Thread Christoph Litauer
Dear admins,

I accidently removed all files in /etc/bacula on my bacula server ("rm
wx-console.conf *" should have been "rm wx-console.conf*").
As the daemons were still running I recreated a minimal bconsole.conf,
connected to the director and tried to restore /etc/bacula. I got the
following error:

11-Sep 11:08 bacula-sd: RestoreFiles.2007-09-11_11.08.24 Error:
block.c:275 Volume data error at 1:2363602536! Wanted ID: "BB02", got
"hein". Buffer discarded.

As I found in http://www.bacula.org/dev-manual/Restore_Command.html this
maybe caused by incorrect block size settings for my devices. I wonder
wether this can be, because I use File devices ...
... but nevertheless I would try the configuration changes ... if I
could: I also deleted bacula-sd.conf and don't really remember all the
settings.

Any other idea? I don't want to restart the daemons trying one
configuration after another because now they are still running with my
working configuration. Perhaps there is a way bacula-dir writes out the
running configuration?

-- 
Regards
Christoph

Christoph Litauer  [EMAIL PROTECTED]
Uni Koblenz, Computing Center, http://www.uni-koblenz.de/~litauer
Postfach 201602, 56016 Koblenz Fon: +49 261 287-1311, Fax: -100 1311
PGP-Fingerprint: F39C E314 2650 650D 8092 9514 3A56 FBD8 79E3 27B2


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] very slow restore

2007-09-11 Thread Kern Sibbald
On Monday 27 August 2007 13:57, David Pospisil wrote:
> Hi,
> I'm using bacula, I have about 80 clients. My problem is that if I run
> restore command in console for client which has about 4 milions of files,
> it takes about 6 hours (I mean the process when I see stars for every
> backup which were run for the client) and then I can finally type yes and
> then the restore begin. Problem is that 6 hours is quite a lot and I can't
> do anytning with bacula director until the restore process ends (bacula
> director uses 100% of CPU). Do you have any suggestions how to solve this?
> Another problem is that bacula director runs on only one processor and the
> second processor is idle.

Please upgrade to 2.2.3.  It will work much faster. 

>
> Thx, for any help,
> David.
>
>
> I'm using: 1.38.11-8 (from Debian etch)
>   2.6.21.5 #1 SMP Tue Jul 3 14:43:04 CEST 2007 x86_64 GNU/Linux
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Bacula-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/bacula-devel

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] label barcodes problem

2007-09-11 Thread Robert Garwacki
Hello,

Today i tried to add a new tape to the pool:

*label barcodes slots=2
Automatically selected Storage: Autochanger
Connecting to Storage daemon Autochanger at backup:9103 ...
3306 Issuing autochanger "slots" command.
Device "Drive-1" has 16 slots.
Connecting to Storage daemon Autochanger at backup:9103 ...
3306 Issuing autochanger "list" command.
The following Volumes will be labeled:
Slot  Volume
==
   2  10L3
Do you want to continue? (yes|no): yes
Defined Pools:
 1: DefaultPool
 2: WeeklyPool
 3: Scratch
Select the Pool (1-3): 3
Connecting to Storage daemon Autochanger at backup:9103 ...
Sending label command for Volume "10L3" Slot 2 ...
3301 Issuing autochanger "loaded? drive 0" command.
3302 Autochanger "loaded? drive 0", result: nothing loaded.
3304 Issuing autochanger "load slot 2, drive 0" command.
3305 Autochanger "load slot 2, drive 0", status is OK.
3301 Issuing autochanger "loaded? drive 0" command.
3302 Autochanger "loaded? drive 0", result is Slot 2.
block.c:993 Read error on fd=4 at file:blk 0:0 on device "Drive-1" 
(/dev/nst0). ERR=Input/output error.
3000 OK label. VolBytes=64512 DVD=0 Volume="10L3" Device="Drive-1" 
(/dev/nst0)
Catalog record for Volume "10L3", Slot 2  successfully created.

There is a "read error" message. Should I ignore this message or not ? 
The tape was never used before.

Any ideas ?


Regards,

Robert Garwacki


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] Bacula 2.2.0

2007-09-11 Thread Kern Sibbald
Hello,

I'd recommend that you send this email to the bacula-users list (in fact, I am 
copying them).  They are very good at resolving these kinds of problems.  
Please see www.bacula.org -> Support for more details.

Regards,

Kern

On Tuesday 21 August 2007 16:26, Steve Holstead wrote:
> I am running bacula-2.2.0 trying to get it working on a FreeBSD
> 6.2-RELEASE. I have an autochanger with 3 drives. I have run the complete
> btape tests with success. I am now trying to get multiple jobs running on
> multiple tapes simultaneously. Below are scenarios I have documented. It
> would appear that:
>  1. Drive status does not always reflect reality
>  2. Volume status rarely reflects reality
>  3. Drive and Volume status do not match up
>  4. Bacula's need to ask for a tape on a new drive that he
> is already using.
>
> That said, I hope there is some glaring wrong I am committing, or at the
> least you have heard of these problems before and could offer me some
> help...
>
> *
>
> SCENARIO 1
>
> Two jobs are running:
>
> 140 | nfs 2007-08-21 07:25:49 Using Drive 1
> 141 | nfs 2007-08-21 07:25:59 Using Drive 2
>
> However the Device Status DOES NOT MATCH
>  the Volume status.
>
> Device status:
> Autochanger "Autochanger" with devices:
> "Drive-0" (/dev/nsa0)
> "Drive-1" (/dev/nsa1)
> "Drive-2" (/dev/nsa2)
> Device "FileStorage" (/database/backup) is not open.
> Device "Drive-0" (/dev/nsa0) is not open.
>  Drive 0 status unknown.
> Device "Drive-1" (/dev/nsa1) is mounted with:
>  Volume:  06L3
>  Pool:Tape1
>  Media type:  LTO3
>  Slot 258 is loaded in drive 1.
>  Total Bytes=354,428,928 Blocks=5,493 Bytes/block=64,523
>  Positioned at File=2 Block=0
> Device "Drive-2" (/dev/nsa2) is mounted with:
>  Volume:  05L3
>  Pool:Tape1
>  Media type:  LTO3
>  Slot 259 is loaded in drive 2.
>  Total Bytes=64,512 Blocks=0 Bytes/block=64,512
>  Positioned at File=0 Block=1
> 
>
> In Use Volume status:
> 05L3 on device "Drive-0" (/dev/nsa0)
>  Reader=0 writers=0 reserved=0
> 06L3 on device "Drive-1" (/dev/nsa1)
>  Reader=0 writers=1 reserved=0
> 
>
> Now lets start the third job.
>
> Bacula knows there is nothing in Drive 0  but he insists on
> selecting a tape for that drive that is in Drive 2 even though
> the Drive status says the tape is in use and the volume status
> (all though WRONG!!) says the tape is IN USE
>
> 21-Aug 07:43 mailbackup-dir: Start Backup JobId 143,
> Job=nfs.2007-08-21_07.43.21 21-Aug 07:43 mailbackup-dir: Using Device
> "Drive-0"
> 21-Aug 07:43 mailbackup-sd: 3301 Issuing autochanger "loaded? drive 0"
> command. 21-Aug 07:43 mailbackup-sd: 3302 Autochanger "loaded? drive 0",
> result: nothing loaded. 21-Aug 07:43 mailbackup-sd: 3304 Issuing
> autochanger "load slot 12, drive 0" command. 21-Aug 07:44 mailbackup-sd:
> nfs.2007-08-21_07.43.21 Fatal error: 3992 Bad autochanger "load slot 12,
> drive 0": ERR=Child exite d with code 1.
> Results=chio: /dev/ch0: CHIOMOVE: Input/output error
>
> 21-Aug 07:44 nfs: nfs.2007-08-21_07.43.21 Fatal error: job.c:1758 Bad
> response to Append Data command. Wanted 3000 OK data , got 3903 Error
> append data
>
> 21-Aug 07:44 mailbackup-dir: nfs.2007-08-21_07.43.21 Error: Bacula
> mailbackup-dir 2.2.0 (08Aug07): 21-Aug-2007 07:44:16 Build OS: 
>  i386-unknown-freebsd6.2 freebsd 6.2-RELEASE JobId:  143
>Job:nfs.2007-08-21_07.43.21
>Backup Level:   Full
>Client: "nfs" 2.0.3 (06Mar07)
> i386-unknown-openbsd4.1,openbsd,4.1 FileSet:"nfs"
> 2007-08-10 10:34:22
>Pool:   "Tape1" (From Job resource)
>Storage:"Autochanger" (From Job resource)
>Scheduled time: 21-Aug-2007 07:43:16
>Start time: 21-Aug-2007 07:43:25
>End time:   21-Aug-2007 07:44:16
>Elapsed time:   51 secs
>Priority:   10
>FD Files Written:   0
>SD Files Written:   0
>FD Bytes Written:   0 (0 B)
>SD Bytes Written:   0 (0 B)
>Rate:   0.0 KB/s
>Software Compression:   None
>VSS:no
>Encryption: no
>Volume name(s):
>Volume Session Id:  11
>Volume Session Time:1187700921
>Last Volume Bytes:  64,512 (64.51 KB)
>Non-fatal FD errors:0
>SD Errors:  0
>FD termination status:  Error
>SD termination status:  Error
>Termination:*** Backup Error ***
>
> ***
>
> SCENARIO 2
>
> It would appear that Bacula gets confused as to the tapes that are
> already mounted if Bacula has been shutdown and restarted and there where
> tapes left mou

Re: [Bacula-users] bacula-dir: ERROR TERMINATION at bsys.c:508

2007-09-11 Thread Silver Salonen
To my mind this problem is fixed in Bacula 2.2.1. You can fix it by hand by 
touching the pid-file and chowning it to bacula-dir's user (bacula maybe?).

I.e:
# touch /var/run/bacula-dir.9101.pid && chown 
bacula /var/run/bacula-dir.9101.pid

-- 
Silver

On Thursday 23 August 2007 21:58, [EMAIL PROTECTED] wrote:
> Fedora Core 6
> Bacula 2.2.0
> 
> When I try to start bacula, this is what I get:
> 
> [EMAIL PROTECTED] bacula]# ./bacula start
> Starting the Bacula Storage daemon
> Starting the Bacula File daemon
> Starting the Bacula Director daemon
> 23-Aug 14:46 bacula-dir: ERROR TERMINATION at bsys.c:508
> Could not open pid file. /var/run/bacula-dir.9101.pid ERR=Permission 
> denied

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Feature Request Copy Job

2007-09-11 Thread Eric Böse-Wolf
What about migration? See the Bacula manual.

mfg

Eric
-- 
Das Briefgeheimnis sowie das Post- und Fernmeldegeheimnis sind
unverletzlich.   (Grundgesetz, Artikel 10, Abs. 1)
http://www.gnupp.de   http://www.gnupg.org
http://www.stud.uni-karlsruhe.de/~uwaru/


pgpfAhNYcGSQO.pgp
Description: PGP signature
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula rpm for rhel5?

2007-09-11 Thread Dave
Hi,
Thanks for your reply. I'd rather use 2.2.3 Bacula.
Thanks.
Dave.

- Original Message - 
From: "Felix Schwarz" <[EMAIL PROTECTED]>
To: 
Sent: Monday, September 10, 2007 4:35 PM
Subject: Re: [Bacula-users] bacula rpm for rhel5?


> Dave schrieb:
>> I've downloaded the bacula src.rpm and installed it on a Centos 5
>> machine. I want to build binaries but am only seeing build options for
>> rhel4, i know there's a way around this i just can't remember what it is.
>> any help appreciated.
>
> The fastest method getting a CentOS 5 rpm is using Fedora EPEL (if you 
> don't
> mind using 2.0.x). Just enable Fedora EPEL and do "yum install 
> bacula-client".
>
> fs
>
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] Bacula version 2.2.3 released to Source Forge

2007-09-11 Thread Scott Barninger
Hello All,

I have released the source RPM as well as the binaries for
SuSE-10.2-i586 on sourceforge. I apologize but will be unable to release
the other binaries I usually publish until this weekend due to time
constraints. Other platforms "should" build from the SRPM if you are in
need of immediate action. Of note is that we fixed the bug preventing
postgresql from building on rhel3 and similar old platforms and I added
build targets for rhel5 and clones. My release notes below.

ps. the spec file currently in svn for trunk and Branch-2.2 has been
updated to correct a typo at line 199.

Bacula-2.2 RPM Release Notes
10 September 2007
D. Scott Barninger


Release 2.2.3-1

This release incorporates a number of significant changes since 1.38.

These release notes refer to the rpm packaging only.
Please refer to the release notes and changelog in the
tarball or on sourceforge for complete information on all changes.


*
* Miscellaneous *
*

Added build targets for rhel5 and clones.

Build target added for Scientific Linux (RHEL clone) thanks to Jon
Peatfield.

Merged Otto Mueller's patch changing some directory locations for FHS
compatibility
but retaining the script directory as /etc/bacula.

gnome-console and wxconsole have been renamed to bgnome-console and
bwx-console 
respectively.

***
* bat (Bacula Admin Tool) *
***

A new subpackage has been added for the new bat QT-based GUI
administration tool.
This requires QT >= 4.2

--define "build_bat 1"

***
* Gnome console dropped on some platforms *
***

The gconsole package has been dropped on older gnome platforms (gtk+ <
2.4). 
Changes in the gnome api and code produced by Glade no longer build. 
In addition, the tray monitor now fails to build on some 2.4 platforms.
gconsole is now not built on the following platforms:
rh7, rh8, rh9, rhel3 (and clones), fc1, fc4, mdk, su9, su10


* Third party packager support *


A new build tag added to support third party packagers to replace the
information in the Packager: tag in the rpm. Invoking
--define "contrib_packager Your Name <[EMAIL PROTECTED]>"
will substitute your packager identification.

Users interested in building packages for platforms not normally
published
should examine the platforms/contrib-rpm directory in the source code.

***
* Option to build client only *
***

A build define to build the client rpm package only added. This turns 
off all database builds, gnome console and wxconsole.
--define "build_client_only 1"


* Python support added *


Support for compiling with python scripting support added. This is off 
by default but can be enabled with:
--define "build_python 1"
Released binary packages are built with python support.

***
* Database update *
***

The 2.x release requires an update to the bacula database structure
from version 9 to version 10. A pre-install routine has been added to
check for databases older than 9. In that event the install will exit
with an error message indicating that the database must be updated to
version 9 before installing this upgrade. Scripts for updating older
database formats are available for download in the bacula-updatedb
rpm package. In the event a version 9 database is detected a
post-install 
routine will update the database after creating a backup file in the 
bacula working directory.

**
* Platform Notes *
**

The spec file currently supports building on the following platforms:

# RedHat builds
--define "build_rh7 1"
--define "build_rh8 1"
--define "build_rh9 1"

# Fedora Core build
--define "build_fc1 1"
--define "build_fc3 1"
--define "build_fc4 1"
--define "build_fc5 1"
--define "build_fc6 1"

# Whitebox Enterprise build
--define "build_wb3 1"

# RedHat Enterprise builds
--define "build_rhel3 1"
--define "build_rhel4 1"
--define "build_rhel5 1"

# CentOS build
--define "build_centos3 1"
--define "build_centos4 1"
--define "build_centos5 1"

# Scientific Linux build
--define "build_sl3 1"
--define "build_sl4 1"
--define "build_sl5 1"

# SuSE build
--define "build_su9 1"
--define "build_su10 1"
--define "build_su102 1"

# Mandrake 10.x build
--define "build_mdk 1"

# Mandriva build
--define "build_mdv 1"

**
* Database build options *
**

Database support (must select one or build client only)

MySQL support:
--define "build_mysql 1"
# OR if using mysql 4.x define this
# currently: Mandrake 10.x, SuSE 9.x & 10.0, RHEL4, fc4
--define "build_mysql4 1"
# OR if using mysql 5.x define this
# currently: SuSE 10.1, fc5
--define "build_mysql5 1"

PostgreSQL support:
--define "build_postgresql 1"

Sqlite support:
--defin

[Bacula-users] HP Storagework 1/8

2007-09-11 Thread Martin Mielke
Hello all,

this is my first experience with Bacula so please bear with me...

I've been searching the archives for a way to configure Bacula to access
the HP Storagework 1/8 that we want to use but I can't find anything on
them...

Has anyone managed to get such a device working?

TIA,
Martin


--
Martin Mielke - [EMAIL PROTECTED]
Senior SysAdmin 
casino.com
P: +34 956 78 52 88 | H: +34 677 50 96 93 | F: +34 956 79 40 81





-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] bacula-2.2.1 rpm release

2007-09-11 Thread Scott Barninger
On Tue, 2007-09-04 at 12:28 +0300, Timo Neuvonen wrote:
> > Bacula-2.2 RPM Release Notes
> > 03 September 2007
> 
> > The spec file currently supports building on the following platforms:
> 
> > # Whitebox Enterprise build
> > --define "build_wb3 1"
> >
> > # RedHat Enterprise builds
> > --define "build_rhel3 1"
> > --define "build_rhel4 1"
> >
> > # CentOS build
> > --define "build_centos3 1"
> > --define "build_centos4 1"
> >
> > # Scientific Linux build
> > --define "build_sl3 1"
> > --define "build_sl4 1"
> >
> 
> Seems to build (haven't tested yet how it runs) on CentOS5 too, when asked 
> to build for CentOS4. But does not, if asking for RHEL4
> 
> This leads to question, if it is really necessary to have separate build 
> options for all the clones of one "upstream" distribution?
> AFAIK, there should be no functional differencies between RHELx and 
> CentOSx... just minor changes to cope with trademark issues etc. Scientific 
> Linux was something I had never heard before.
> 
> Now, I'm just wondering wouldn't it be more simple to add just one 
> "more_tolerant" option that effectively would bypass the platform test, 
> instead of having options of their own for each of the clones?

The platform tests exist primarily to get the correct package names and
versions in the dependencies, and secondarily to pull the distribution
string from the release file to absolutely label the package with the
platform it was built on. I plan to add the rhel5 and clone tags in the
near future.

>  Sooner or 
> later, someone will again release one more "exact copy" of another 
> distribution, but just due to a different name it won't be possible to build 
> on that system then. Or is there really a need to check the platform so 
> strictly?
> 
> 
> Regards,
> Timo 
> 
> 
> 
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Bacula-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/bacula-devel
> 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula Director daemon does not start

2007-09-11 Thread Louis Joly
I have installed the last version of  Bacula
MySQL has been installed from XAMPP
The database bacula is ok
When I try to start bacula I get the message :

bacula-dir: dird.c:873 Could not open Catalog "MyCatalog", database 
"bacula"
.

Help !


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bacula-2.2.1 rpm release

2007-09-11 Thread Scott Barninger
Bacula 2.2.1 rpm has been released to sourceforge. 

Notable issues: 

The tray monitor no longer builds on EL3 or FC4, thus the gconsole
package is now deprecated on those platforms.

The postgresql server package fails to build on EL3. This may be fixed
in future releases.

Bacula-2.2 RPM Release Notes
03 September 2007
D. Scott Barninger


Release 2.2.1-1

This release incorporates a number of significant changes since 1.38.

These release notes refer to the rpm packaging only.
Please refer to the release notes and changelog in the
tarball or on sourceforge for complete information on all changes.


*
* Miscellaneous *
*

Build target added for Scientific Linux (RHEL clone) thanks to Jon
Peatfield.

Merged Otto Mueller's patch changing some directory locations for FHS
compatibility
but retaining the script directory as /etc/bacula.

gnome-console and wxconsole have been renamed to bgnome-console and
bwx-console 
respectively.


* First release of bat (Bacula Admin Tool) *


A new subpackage has been added for the new bat QT-based GUI
administration tool.
This requires QT >= 4.2

--define "build_bat 1"

***
* Gnome console dropped on some platforms *
***

The gconsole package has been dropped on older gnome platforms (gtk+ <
2.4). 
Changes in the gnome api and code produced by Glade no longer build. 
In addition, the tray monitor now fails to build on some 2.4 platforms.
gconsole is now not built on the following platforms:
rh7, rh8, rh9, rhel3 (and clones), fc1, fc4, mdk, su9, su10


* Third party packager support *


A new build tag added to support third party packagers to replace the
information in the Packager: tag in the rpm. Invoking
--define "contrib_packager Your Name <[EMAIL PROTECTED]>"
will substitute your packager identification.

Users interested in building packages for platforms not normally
published
should examine the platforms/contrib-rpm directory in the source code.

***
* Option to build client only *
***

A build define to build the client rpm package only added. This turns 
off all database builds, gnome console and wxconsole.
--define "build_client_only 1"


* Python support added *


Support for compiling with python scripting support added. This is off 
by default but can be enabled with:
--define "build_python 1"
Released binary packages are built with python support.

***
* Database update *
***

The 2.x release requires an update to the bacula database structure
from version 9 to version 10. A pre-install routine has been added to
check for databases older than 9. In that event the install will exit
with an error message indicating that the database must be updated to
version 9 before installing this upgrade. Scripts for updating older
database formats are available for download in the bacula-updatedb
rpm package. In the event a version 9 database is detected a
post-install 
routine will update the database after creating a backup file in the 
bacula working directory.

**
* Platform Notes *
**

The spec file currently supports building on the following platforms:

# RedHat builds
--define "build_rh7 1"
--define "build_rh8 1"
--define "build_rh9 1"

# Fedora Core build
--define "build_fc1 1"
--define "build_fc3 1"
--define "build_fc4 1"
--define "build_fc5 1"
--define "build_fc6 1"

# Whitebox Enterprise build
--define "build_wb3 1"

# RedHat Enterprise builds
--define "build_rhel3 1"
--define "build_rhel4 1"

# CentOS build
--define "build_centos3 1"
--define "build_centos4 1"

# Scientific Linux build
--define "build_sl3 1"
--define "build_sl4 1"

# SuSE build
--define "build_su9 1"
--define "build_su10 1"
--define "build_su102 1"

# Mandrake 10.x build
--define "build_mdk 1"

# Mandriva build
--define "build_mdv 1"

**
* Database build options *
**

Database support (must select one or build client only)

MySQL support:
--define "build_mysql 1"
# OR if using mysql 4.x define this
# currently: Mandrake 10.x, SuSE 9.x & 10.0, RHEL4, fc4
--define "build_mysql4 1"
# OR if using mysql 5.x define this
# currently: SuSE 10.1, fc5
--define "build_mysql5 1"

PostgreSQL support:
--define "build_postgresql 1"

Sqlite support:
--define "build_sqlite 1"

***
* Other build options *
***

Supress build of Gnome Console:
--define "nobuild_gconsole 1"

Enable X86-64 support
--define "build_x86_64 1"

This build switch remains but should no longer be necessary. The
configure script 
was adjusted in the 1.39 development series to correctly detect the
location of 
64 bit libraries.

[Bacula-users] upgrade bacula 1.38.11 to 2.2.0-1

2007-09-11 Thread manuel lopes
Hello everybody

We want to upgrade our bacula 1.38.11 server to 2.2.0-1 version. Is there any 
problem that I need to be aware?

Is it possible to have a 2.2.0-1 server and 1.38.11 clients?

Thanks in advance




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] problem with the run script option

2007-09-11 Thread manuel
Hello everybody,

We have a 1.38.11 bacula server and we use it to backup 60 clients on san disks 
environment. We want to use the runscript option on a job section. But, when we 
do it, we have the following error:

Config error: Keyword "RunScript" not permitted in this resource.
Perhaps you left the trailing brace off of the previous resource

Do you have an idea about how to resolve this problem?

Thanks a lot for your help


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Verify OK ?

2007-09-11 Thread Thomas
since upgrading to 2.2.0 i get always the status OK:

> 03-Sep 15:55 backup-dir: Verifying against JobId=1730 
> Job=vclient.2007-08-10_09.32.14
> 03-Sep 15:55 backup-dir: Start Verify JobId=2056 Level=Catalog 
> Job=vclient.2007-09-03_15.55.01
> 03-Sep 15:55 backup-dir: File: /etc/sendmail/t.mailertable
> 03-Sep 15:55 backup-dir:   st_ino   differ. Cat: 2305642 File: 2305637
> 03-Sep 16:07 backup-dir: Bacula backup-dir 2.2.0 (08Aug07): 03-Sep-2007 
> 16:07:59
>   Build:  x86_64-unknown-linux-gnu debian 4.0
>   JobId:  2056
>   Job:vclient.2007-09-03_15.55.01
>   FileSet:IX-Server-Verify
>   Verify Level:   Catalog
>   Client: vclient
>   Verify JobId:   1730
>   Verify Job: 
>   Start time: 03-Sep-2007 15:55:15
>   End time:   03-Sep-2007 16:07:59
>   Files Examined: 12,873
>   Non-fatal FD errors:0
>   FD termination status:  OK
>   Termination:Verify OK
> 
> 03-Sep 16:07 backup-dir: Begin pruning Jobs.
> 03-Sep 16:07 backup-dir: No Jobs found to prune.
> 03-Sep 16:07 backup-dir: Begin pruning Files.
> 03-Sep 16:07 backup-dir: Pruned Files from 2 Jobs for client vbird.ic3s.de 
> from catalog.
> 03-Sep 16:07 backup-dir: End auto prune.


touch a file:

> 03-Sep 16:30 backup-dir: New file: /etc/hallo
> 03-Sep 16:32 backup-dir: Bacula backup-dir 2.2.0 (08Aug07): 03-Sep-2007 
> 16:32:26
>   Build:  x86_64-unknown-linux-gnu debian 4.0
>   JobId:  2081

>   End time:   03-Sep-2007 16:32:26
>   Files Examined: 14,195
>   Non-fatal FD errors:0
>   FD termination status:  OK
>   Termination:Verify OK


run InitCatalog:

> 03-Sep 16:33 backup-dir: Bacula backup-dir 2.2.0 (08Aug07): 03-Sep-2007 
> 16:33:45
>   Build:  x86_64-unknown-linux-gnu debian 4.0
>   JobId:  2082
>   Verify Level:   InitCatalog
>   Start time: 03-Sep-2007 16:33:36
>   End time:   03-Sep-2007 16:33:45
>   Files Examined: 14,195
>   Non-fatal FD errors:0
>   FD termination status:  OK
>   Termination:Verify OK

remove the file and run Catalog

> 03-Sep 16:36 backup-dir: 
> The following files are in the Catalog but not on disk:
> 03-Sep 16:36 backup-dir:   /etc/hallo
> 03-Sep 16:36 backup-dir: Bacula backup-dir 2.2.0 (08Aug07): 03-Sep-2007 
> 16:36:11
>   Build:  x86_64-unknown-linux-gnu debian 4.0
>   JobId:  2083
>   Verify Level:   Catalog
>   Start time: 03-Sep-2007 16:34:16
>   End time:   03-Sep-2007 16:36:11
>   Files Examined: 14,194
>   Non-fatal FD errors:0
>   FD termination status:  OK
>   Termination:Verify OK


did i miss something in the release notes i didn't read?


Regards

Thomas
-- 
[:O]###[O:]


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Tape positioning failed

2007-09-11 Thread Thomas
Hi List,


this is the last bacula message:
01-Sep 08:31 backup-sd-bb: 3301 Issuing autochanger "loaded? drive 0" command.
01-Sep 08:31 backup-sd-bb: 3302 Autochanger "loaded? drive 0", result is Slot 
20.
01-Sep 08:31 backup-sd-bb: Volume "FUL110" previously written, moving to end of 
data.

status sd
Autochanger "JBBB" with devices:
"JBBB-1" (/dev/nst0)
"JBBB-2" (/dev/nst1)
Device "JBBB-1" (/dev/nst0) is mounted with:
 Volume:  FUL110
 Pool:FUL
 Media type:  SDLT-320
 Device is being initialized.
 Slot 20 is loaded in drive 0.
 Total Bytes Read=0 Blocks Read=0 Bytes/block=0
 Positioned at File=0 Block=0


tape library drive status
Tape Motion Reading


since one hour the "end of data" is not found ...
looks like a defective tape.

how does bacula  find  the end of data?
first forward to the last written file/block, and if this fails, reading the 
tape from beginning to find the end of data?
this could explain the tape motion "Reading" and the time it took, the tape was 
filled with 175GB.

i have canceled this operation by shutting down the sd and ejecting the tape 
with mtx.
is there a better way to handle this ?

Regards

Thomas


g, the next tape failed also:

01-Sep 11:14 backup-sd-bb: zlato.bb.ic3s.de.2007-08-31_23.01.10 Error: Unable 
to position to end of data on device "JBBB-1"
(/dev/nst0): ERR=dev.c:885 ioctl MTEOM error on "JBBB-1" (/dev/nst0). 
ERR=Eingabe-/Ausgabefehler.
01-Sep 11:14 backup-sd-bb: Marking Volume "FUL111" in Error in Catalog.

this one fails faster it contains only ~ 500 MB,





-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] BAT for Win32

2007-09-11 Thread Todd Davis
Are there plans to post binaries of BAT for Win32?  I would love to test
it out, but don't have the resources nor time to try to compile it from
source.

--
Todd Davis <[EMAIL PROTECTED]>
Sr. Network Administrator
Associated Network Partners, Inc.



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Trouble finding and mounting weekly tape after successful daily incremental backup

2007-09-11 Thread Patrick Unthank
Hi,

I am running atlantic-dir Version: 1.36.3 (22 April 2005) to backup
windows and Linux servers across a network at present. I am having a
problem after the successful daily incremental backups and it is time to
switch to a weekly full backup on a different pool of tapes that I
receive errors in changing my media from the daily pool to the weekly
pool. These are the errors I receive:

 24-Aug 22:05 atlantic-dir: Start Backup JobId 2186,
Job=atlantic-weekly.2007-08-24_22.05.00
24-Aug 22:06 atlantic-sd: 3301 Issuing autochanger "loaded drive 0"
command.
24-Aug 22:06 atlantic-sd: 3302 Autochanger "loaded drive 0", result is
Slot 8.
24-Aug 22:06 atlantic-sd: 3303 Issuing autochanger "unload slot 8, drive
0" command.
24-Aug 22:07 atlantic-sd: 3304 Issuing autochanger "load slot 3, drive
0" command.
24-Aug 22:08 atlantic-sd: 3305 Autochanger "load slot 3, drive 0",
status is OK.
24-Aug 22:08 atlantic-sd: atlantic-weekly.2007-08-24_22.05.00 Warning:
Requested Volume "Tape013" on /dev/nst0 is not a Bacula labeled Volume,
because: ERR=block.c:793 Read zero bytes at 0:0 on device /dev/nst0.
24-Aug 22:08 atlantic-sd: 3301 Issuing autochanger "loaded drive 0"
command.
24-Aug 22:08 atlantic-sd: 3302 Autochanger "loaded drive 0", result is
Slot 3.
24-Aug 22:08 atlantic-sd: atlantic-weekly.2007-08-24_22.05.00 Warning:
Requested Volume "Tape013" on /dev/nst0 is not a Bacula labeled Volume,
because: ERR=block.c:793 Read zero bytes at 0:0 on device /dev/nst0.
24-Aug 22:08 atlantic-sd: 3301 Issuing autochanger "loaded drive 0"
command.
24-Aug 22:08 atlantic-sd: 3302 Autochanger "loaded drive 0", result is
Slot 3.
24-Aug 22:08 atlantic-sd: atlantic-weekly.2007-08-24_22.05.00 Warning:
Requested Volume "Tape013" on /dev/nst0 is not a Bacula labeled Volume,
because: ERR=block.c:793 Read zero bytes at 0:0 on device /dev/nst0.
24-Aug 22:08 atlantic-sd: 3301 Issuing autochanger "loaded drive 0"
command.
24-Aug 22:08 atlantic-sd: 3302 Autochanger "loaded drive 0", result is
Slot 3.
24-Aug 22:08 atlantic-sd: atlantic-weekly.2007-08-24_22.05.00 Warning:
Requested Volume "Tape013" on /dev/nst0 is not a Bacula labeled Volume,
because: ERR=block.c:793 Read zero bytes at 0:0 on device /dev/nst0.
24-Aug 22:08 atlantic-sd: 3301 Issuing autochanger "loaded drive 0"
command.
24-Aug 22:08 atlantic-sd: 3302 Autochanger "loaded drive 0", result is
Slot 3.
24-Aug 22:08 atlantic-sd: atlantic-weekly.2007-08-24_22.05.00 Warning:
Requested Volume "Tape013" on /dev/nst0 is not a Bacula labeled Volume,
because: ERR=block.c:793 Read zero bytes at 0:0 on device /dev/nst0.
24-Aug 22:08 atlantic-sd: Please mount Volume "Tape013" on Storage
Device "SDLT600" for Job atlantic-weekly.2007-08-24_22.05.00
24-Aug 23:08 atlantic-sd: Please mount Volume "Tape013" on Storage
Device "SDLT600" for Job atlantic-weekly.2007-08-24_22.05.00
25-Aug 01:08 atlantic-sd: Please mount Volume "Tape013" on Storage
Device "SDLT600" for Job atlantic-weekly.2007-08-24_22.05.00
25-Aug 05:08 atlantic-sd: Please mount Volume "Tape013" on Storage
Device "SDLT600" for Job atlantic-weekly.2007-08-24_22.05.00
25-Aug 13:08 atlantic-sd: Please mount Volume "Tape013" on Storage
Device "SDLT600" for Job atlantic-weekly.2007-08-24_22.05.00
26-Aug 05:08 atlantic-sd: Please mount Volume "Tape013" on Storage
Device "SDLT600" for Job atlantic-weekly.2007-08-24_22.05.00
27-Aug 05:08 atlantic-sd: Please mount Volume "Tape013" on Storage
Device "SDLT600" for Job atlantic-weekly.2007-08-24_22.05.00
28-Aug 05:08 atlantic-sd: Please mount Volume "Tape013" on Storage
Device "SDLT600" for Job atlantic-weekly.2007-08-24_22.05.00


The tape that is in the drive is indeed Tape013 and has been changed
from the daily incremental tape correctly, but it appears not to want to
either recognise the correctly labelled tape or mount it for use in the
weekly full backup?

Any ideas? This is driving me slowly bonkers.


-- 
Patrick Unthank

NetBanx Technical Support.

Tel: +44 (0)1223 446092
Fax: +44 (0)1223 446021

NetBanx Limited Disclaimer

##
Confidentiality:  This e-mail and its attachments are intended for the
above named only and may be confidential.  If they have come to you in
error you must take no action based on them, nor must you copy or show
them to anyone; please reply to this e-mail and highlight the error.

Security Warning:  Please note that this e-mail has been created in
the knowledge that Internet e-mail is not a 100% secure communications
medium. We advise that you understand and observe this lack of
security when e-mailing us.

Viruses:  Although we have taken steps to ensure that this e-mail and
attachments are free from any virus, we advise that in keeping with
good computing practice the recipient should ensure they are actually
virus free.
##


-
This SF.net email is sponsored by: Micr

[Bacula-users] Win32 console in 2.2.0

2007-09-11 Thread Mike Ruskai
If I run bwx-console.exe, connect to the director (done 
automatically), then exit, I get an error.

The instruction at "0x7c92ae24" referenced memory at 
"0x00070069".  The memory could not be "read".

Sounds like trying to access a freed pointer to me.  When I hit OK to 
that dialog, the WinXP "encountered a problem" dialog shows up, which 
says the module is bacula.dll, and the offset is 00019e67.



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Errors configuring OnStream SC-50 ADR50 Tape Drive

2007-09-11 Thread Gerd Katzenbeisser
Hi!

When running btest I get errors. The  documentation says that OnStream 
drives work with bacula 1.33 and osst 0.9.14.

Here the bacula-sd.conf part:

> Device {
>   Name = "Onstream"
>   Description = "OnStream drive on Linux"
>   Media Type = ADR50
>   Archive Device = /dev/nosst0
>   AutomaticMount = yes;   # when device opened, read it
>   AlwaysOpen = yes
>   Offline On Unmount = no
> # The min/max blocksizes of 32768 are *required*
>   Minimum Block Size = 32768
>   Maximum Block Size = 32768
> #  Removeable Media = yes
> #  Two EOF = no
> #  BSF at EOM = no   
> #  Backward Space File = yes 
>   Fast Forward Space File = no
> }

I also set the blocksize for the tape:

mt -f /dev/nosst0 setblk 32768

I get the following test output:

> === Write, rewind, and position test ===
> 
> I'm going to write 1000 records and an EOF
> then write 1000 records and an EOF, then rewind,
> and position to a few blocks and verify that it is correct.
> 
> This is an *essential* feature ...
> 
> btape: btape.c:907 Wrote 1000 blocks of 32668 bytes.
> btape: btape.c:469 Wrote 1 EOF to "Onstream" (/dev/nosst0)
> btape: btape.c:923 Wrote 1000 blocks of 32668 bytes.
> btape: btape.c:469 Wrote 1 EOF to "Onstream" (/dev/nosst0)
> btape: btape.c:932 Rewind OK.
> Reposition to file:block 0:4
> 23-Aug 22:41 btape: btape Error: block.c:263 Volume data error at 0:4! Wanted 
> ID: "BB02", got "". Buffer discarded.
> btape: btape.c:988 Read block 5 failed! file=0 blk=4. 
> ERR=Eingabe-/Ausgabefehler
> 
> btape: btape.c:998 This may be because the tape drive block size is not
>  set to variable blocking as normally used by Bacula.
>  Please see the Tape Testing chapter in the manual and
>  look for using mt with defblksize and setoptions
> If your tape drive block size is correct, then perhaps
>  your SCSI driver is *really* stupid and does not
>  correctly report the file:block after a FSF. In this
>  case try setting:
> Fast Forward Space File = no
>  in your Device resource.

I know that in this newsgroup where older postings about this tape drive.


Thanks in advance


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Connection timed out; Retrying... Why???

2007-09-11 Thread Thomas
i have set   FD Connect Timeout = 2min in the director config

if the fd ist stopped and the client-system is running, i get :

> 22-Aug 12:13 backup-dir: thomasws2.2007-08-22_12.11.28 Fatal error: 
> bsock.c:129 Unabl
> e to connect to File daemon on thomasws2:9102. ERR=Connection refused
> 22-Aug 12:13 backup-dir: thomasws2.2007-08-22_12.11.28 Error: Bacula 
> backup-dir 2.2.0
>  (08Aug07): 22-Aug-2007 12:13:35

>   Start time: 22-Aug-2007 12:11:30
>   End time:   22-Aug-2007 12:13:35
>   Elapsed time:   2 mins 5 secs

if the client is unreachable (NIC cable removed) i get

> 22-Aug 12:16 backup-dir: thomasws2.2007-08-22_12.14.17 Fatal error: 
> bsock.c:129 Unable to connect to File daemon on thomasws2:9102. 
> ERR=Interrupted system call
> 22-Aug 12:16 backup-dir: thomasws2.2007-08-22_12.14.17 Error: Bacula 
> backup-dir 2.2.0 (08Aug07): 22-Aug-2007 12:16:34
...
>   Start time: 22-Aug-2007 12:14:19
>   End time:   22-Aug-2007 12:16:34
>   Elapsed time:   2 mins 15 secs


booth works as expected.


Regards

Thomas

Ivan Adzhubey schrieb:
> Hi,
> 
> Just upgraded from 1.36.1 to 1.38.11 (last binaries a could found for our old 
> RedHat 8.0 box), now I am fighting with this dreadful infinite client timeout 
> bug (err..., feature). One thing I can't understand: when client is 
> unavailable, that's what I see in director's log after initial attempt to 
> start a job:
> 
> 21-Aug 14:06 ros-dir: Vaio.2007-08-21_14.00.00 Warning: bnet.c:853 Could not 
> connect to File daemon on xxx.xxx.xxx.148:9102. ERR=Connection timed out
> Retrying ...
> 
> Why is it retrying??? I have client connect timeout set to 5 minutes in 
> director config but it keeps retrying for up to 12 hours! There is nothing to 
> be found in documentation. Here's my job resources:
> 
> Job {
>   Name = "Vaio"
>   JobDefs = "DefaultJob"
>   Client = Vaio
>   FileSet="VaioSet"
>   Schedule = "VaioSchedule"
> }
> 
> JobDefs {
>   Name = "DefaultJob"
>   Type = Backup
>   Level = Incremental
>   Client = Roz
>   FileSet = "Full Set"
>   Storage = RLS
>   Messages = Standard
>   Pool = GenePool
>   SpoolData = yes
>   Priority = 10
> }
> 
> These sections does not mention anything about retrying or rescheduling 
> failed 
> jobs, so what's going on?
> 
> Thanks,
> Ivan
> 
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

-- 
[:O]###[O:]

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] Fnmatch difference between GNU and BSD versions

2007-09-11 Thread demerphq
On 9/3/07, Martin Simmons <[EMAIL PROTECTED]> wrote:
> Mon, 3 Sep 2007 21:29:24 +0200, Kern Sibbald said:

> > To the best of my knowledge the following are not wildcard matches.  If they
> > are can you point me to the definition of [:alpha:]?
> >
> > > [36]  *[[:alpha:]]/*[[:alnum:]] does not match a/b  -> FAIL
> > > [37]  *[![:digit:]]*/[![:d-d] does not match a/b  -> FAIL
> > > [38]  *[![:digit:]]*/[[:d-d] does not match a/[  -> FAIL
> > >
> >
> > I think they have a broken test set -- someone confused wildcards and 
> > regular
> > expressions, or defined the test results backwards.
> >
> > >From every definition I can find, wildcards included in fnmatch, contain 
> > >only
> >
> >  *
> >  ?
> >  [set]
> >  [!set]
> >
> > anything else is an extension that is not in basic shell wildcards or
> > something from regular expressions.  You need to be careful because a lot of
> > documents refer to regular expressions as wildcards, but as you know, they
> > are not at all the same thing.
>
> The [:class:] might come from POSIX.  It is certainly allowed by this spec:

Yeah, those are POSIX character classes which are supported by most
modern regular expression engines, especially ones in the "Perl
Compatible" class. Whether they should or shouldn't affect globbing is
a different question. It would appear that

http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_13_03

says that they should affect globbing. Of course the windows file
globbing API /doesnt/ recognize them, but then again it doesn't
recognize many of the globbing patterns. :-)

Yves

-- 
perl -Mre=debug -e "/just|another|perl|hacker/"

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Multiplexing multiple jobs to tape

2007-09-11 Thread Chris Howells
Hi,

I am trying to figure out whether bacula supports multiplexing multiple 
simultaneous backup jobs to the same tape - having googled, the results 
are inconclusive :)

I am currently playing with an LTO-4 tape drive which has a raw data 
transfer rate of 120MB/sec. Clearly any single machine is going to have 
difficulty in maxing out the drive. I'd therefore like to try running 
backups from multiple machines to the drive simultaneously.

If it does support multiplexing, what kind of options do I need in the 
config files? I currently have bacula talking to the drive, but I was 
getting 25MB/sec backing up a 10gig file of zeros (admittedly from a 
single SATA disk so that's not too surprising), but just 10MB/sec doing 
a trial backup of a home directory server over the network, from a 
pretty fast RAID. We get better performance from our current LTO-2 
drives and Legato Networker :(

Thanks.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Problem with install bacula

2007-09-11 Thread Manuel Ostendorf
Hello,

I cannot install bacule. If I tried after using "./configure --with-mysql"
with "make", I got errors.


  == Error in /home/Ponte/bacula ==


/bin/sh: line 1: cd: scripts: Datei oder Verzeichnis nicht gefunden
==>Entering directory /home/Ponte/bacula
make[253]: Entering directory `/home/Ponte/bacula'
/bin/sh: line 1: cd: src: Datei oder Verzeichnis nicht gefunden
==>Entering directory /home/Ponte/bacula
make[254]: Entering directory `/home/Ponte/bacula'
/bin/sh: line 1: cd: src: Datei oder Verzeichnis nicht gefunden
==>Entering directory /home/Ponte/bacula
make[255]: Entering directory `/home/Ponte/bacula'
/bin/sh: line 1: cd: src: Datei oder Verzeichnis nicht gefunden
==>Entering directory /home/Ponte/bacula
make[256]: Entering directory `/home/Ponte/bacula'
/bin/sh: line 1: cd: src: Datei oder Verzeichnis nicht gefunden
==>Entering directory /home/Ponte/bacula
make[257]: Entering directory `/home/Ponte/bacula'
/bin/sh: line 1: cd: src: Datei oder Verzeichnis nicht gefunden


config.out

Configuration on Thu Aug 30 18:20:53 CEST 2007:

  Host:   i686-pc-linux-gnu -- suse 10.2
  Bacula version: 2.2.0 (08 August 2007)
  Source code location:   .
  Install binaries:   /sbin
  Install config files:   /etc/bacula
  Scripts directory:  /etc/bacula
  Working directory:  /var/bacula/working
  PID directory:  /var/run
  Subsys directory:   /var/lock/subsys
  Man directory:  /usr/share/man
  Data directory: /usr/share
  C Compiler: gcc 4.1.2
  C++ Compiler:   /usr/bin/g++ 4.1.2
  Compiler flags:  -g -O2 -Wall -fno-strict-aliasing
-fno-exceptions -fno-rtti
  Linker flags:
  Libraries:  -lpthread
  Statically Linked Tools:yes
  Statically Linked FD:   no
  Statically Linked SD:   no
  Statically Linked DIR:  no
  Statically Linked CONS: no
  Database type:  MySQL
  Database lib:   -L/usr/lib/mysql -lmysqlclient_r -lz
  Database name:  bacula
  Database user:  bacula

  Job Output Email:   [EMAIL PROTECTED]
  Traceback Email:[EMAIL PROTECTED]
  SMTP Host Address:  localhost

  Director Port:  9101
  File daemon Port:   9102
  Storage daemon Port:9103

  Director User:
  Director Group:
  Storage Daemon User:
  Storage DaemonGroup:
  File Daemon User:
  File Daemon Group:

  SQL binaries Directory  /usr/bin

  Large file support: yes
  Bacula conio support:   yes -lncurses
  readline support:   no
  TCP Wrappers support:   no
  TLS support:no
  Encryption support: no
  ZLIB support:   yes
  enable-smartalloc:  yes
  bat support:no
  enable-gnome:   no
  enable-bwx-console: no
  enable-tray-monitor:
  client-only:no
  build-dird: yes
  build-stored:   yes
  ACL support:yes
  Python support: no
  Batch insert enabled:   yes


Can you tell me, what that problem is? How can I solve that problem?

Thanks

Manuel Ostendorf
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] very slow restore

2007-09-11 Thread David Pospisil
Hi, 
I'm using bacula, I have about 80 clients. My problem is that if I run restore 
command in console for client which has about 4 milions of files, it takes 
about 6 hours (I mean the process when I see stars for every backup which 
were run for the client) and then I can finally type yes and then the restore 
begin. Problem is that 6 hours is quite a lot and I can't do anytning with 
bacula director until the restore process ends (bacula director uses 100% of 
CPU). Do you have any suggestions how to solve this? Another problem is that 
bacula director runs on only one processor and the second processor is idle.

Thx, for any help, 
David.


I'm using: 1.38.11-8 (from Debian etch)
2.6.21.5 #1 SMP Tue Jul 3 14:43:04 CEST 2007 x86_64 GNU/Linux

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] how to copy our backup to another machine

2007-09-11 Thread David Pospisil
Hi, 
I'm using bacula, I have about 80 clients. I have for each client it's own 
directory (I do backup to hard disc) and for each client I have two Pools, so 
I have two types of files in the directory: FB-name_of_client-some_number and 
IB-name_of_client-some_number, first one is a file (volume) with one full 
backup and the second is a file with one incremental backup. I would like to 
copy all volumes (files) with full backup to another machine (lets say that 
the machine is called X), in fact, it is a backup of our existing storage and 
I would like to be able to do a restore from the machine X. My solution: 
Install bacula director bacula storage and mysql on machine X, copy all files 
of type FB-name_of_client-some_number (I am intereted only in full backups) 
from our existing storage to machine X and then use bscan. Is it possible? 
Will it be possible to do a restore from machine X (without using current 
director, mysql or storage)?




Thx, for any help, 
David.


I'm using: 1.38.11-8 (from Debian etch)
2.6.21.5 #1 SMP Tue Jul 3 14:43:04 CEST 2007 x86_64 GNU/Linux

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Optimal setup for large data

2007-09-11 Thread Kyle Marsh
Tom,

I ran into the same problem about bacula rescheduling a second full backup.
This should only happen the first time, since in following cycles the next
incremental backup should see the previous full backup and run off that, but
it's still no fun to have a single backup that huge.  My solution was to
find logical places to split the backup into different filesets and then
have multiple schedules that stagger the load.

Hope it helps,

Kyle Marsh


On 8/27/07, Tom Sommer <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I was hoping someone had some expert advice regarding a possible Bacula
> setup, in a fairly large scale - I would say Enterprise.
>
> I have around 250+ clients with an average of 20GB per client I need to
> backup. Some clients, such as mailservers, have ~110GB data in small files
> and some webservers have ~30GB of various types of files, not a lot of
> changes in these though.
>
> I have to setup an optimal backup solution, with the goal to have a 7 day
> retention period.
>
> I have a 10TB storage device (Raw File Storage) (ignore the inconsistency
> between the number of clients and the size of the storage), and have tried
> several ways to optimize the Schedule to prune volumes effectively, but
> I'm not that confident it's optimal.
>
> Basically I am currently using the following settings:
>
> Pool {
>   Name = Default
>   Pool Type = Backup
>   Recycle = yes
>   AutoPrune = yes
>   Volume Retention = 14 days
>   Label Format = File-
>   Maximum Volume Bytes = 10g
> # Volume Use Duration = 24h
> # Maximum Volume Jobs = 2
> #  Use Volume Once = yes
> }
>
> Schedule {
>   Name = "WeeklyCycle"
>   Run = Full 1st sun at 23:05
>   Run = Differential 2nd-5th sun at 23:05
>   Run = Incremental mon-sat at 23:05
> }
>
> Client {
>   Name = backupserver-fd
>   Address = backupserver
>   FDPort = 9102
>   Catalog = MyCatalog
>   Password = [MASKED]
>   File Retention = 7 days
>   Job Retention = 1 months
>   AutoPrune = yes
> }
>
> My primary concern is after 7 days, I will still have more data stored
> than I actually need to recover files 7 days back.
>
> I am also worried about running too many FULL backups, because it takes a
> long time to backup 110+GB in ~3 mill. files, sometimes more than 24
> hours, which leads Bacula to spin a full backup twice (since it tries to
> run an incremental without it being able to see a full backup is in
> progress, bug?).
>
> Lots of text, hope someone will share their advice.
>
> Thanks a lot.
>
> --
> Tom Sommer
>
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Feature Request Copy Job

2007-09-11 Thread Dihor 2000
Item 1:   Implement a Copy job type that will copy the
jobdata from one device to another, for example,
copy from a fiel Tape to a real Tape.
Date:   24 Aug 2007
Origin: dihor2000 at yahoo.de
Contact: 
  dihor2000 at yahoo.de
 
  Status: feature request
Assigned to no one 


  What:   The ability to copy, data that is on a
  device to another device is very important.

  Why:I think a backup to disk to tape well be the
only future of Backups. For Example a Company has to
backup 3,6 TB. Then it would be a cool option to
backup first to disk. After these Processes are
finished a copy Job would alsou put the sam DATA on
Tape.
That means that the Produktion Server are no longer in
use whit backup and if the HDD RAID crashes the data
are still on Tape. In the Restore Job then you could
easily choose where you took the File Tape or the real
Tape. Whit these Feature Bacula will grow to an
Enterprise Backup Solution that can be compared whit Veritas.


  __  
Alles was der Gesundheit und Entspannung dient. BE A BETTER MEDIZINMANN! 
www.yahoo.de/clever

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Feature Request Copy Job

2007-09-11 Thread Dihor 2000
Item 1:   Implement a Copy job type that will copy the
jobdata from one device to another, for example,
copy from a fiel Tape to a real Tape.
Date:   24 Aug 2007
Origin: dihor2000 at yahoo.de
Contact: 
dihor2000 at yahoo.de
  Daniel Holtkamp 
  Status: Partially coded in 1.37 -- much more to do.
Assigned to
  Kern.

  What:   The ability to copy, move, or archive data
that is on a
  device to another device is very important.

  Why:An ISP might want to backup to disk, but
after 30 days
  migrate the data to tape backup and delete
it from
  disk.  Bacula should be able to handle this
  automatically.  It needs to know what was
put where,
  and when, and what to migrate -- it is a bit
like
  retention periods.  Doing so would allow
space to be
  freed up for current backups while
maintaining older
  data on tape drives.

  Notes:  Migration could be triggered by:
   Number of Jobs
   Number of Volumes
   Age of Jobs
   Highwater size (keep total size)
   Lowwater mark


  Die etwas anderen Infos rund um das Thema Reisen. BE A BETTER 
WELTENBUMMLER!  www.yahoo.de/clever

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bacula-dir: ERROR TERMINATION at bsys.c:508

2007-09-11 Thread jmallory
Fedora Core 6
Bacula 2.2.0

When I try to start bacula, this is what I get:

[EMAIL PROTECTED] bacula]# ./bacula start
Starting the Bacula Storage daemon
Starting the Bacula File daemon
Starting the Bacula Director daemon
23-Aug 14:46 bacula-dir: ERROR TERMINATION at bsys.c:508
Could not open pid file. /var/run/bacula-dir.9101.pid ERR=Permission 
denied

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula offsite on disks

2007-09-11 Thread Christoff van Zyl
Hi all

I must say I am very, VERY happy with Bacula. Backing up around 1,7TB of
data. This is now the total size of everything that needs to be backed up.
This all happen to disks. Currently have 5 700G hard drives. Reason is
that I am splitting the servers between the disks. Bacula treat disks like
tapes, one at a time.

But now my problem, i need to take some of this data offsite, I am
working on a script that will sync all the bacula volumes, sql dump, and
config files to a caddy. I want to rebuild the bacula server if anything
happens to the machine, so some of my other machines will also be going
offsite.

Testing the drives, mounting the drives, sms's on failures and every 
other error is in place and working.

The tough one, I need to split this data between 2 caddies. Was thinking
around this line, if caddy 1 is full gotto caddy 2. Every sync it copies
the data first to caddy 1 if full copy to caddy 2. If caddy 2 is full ask
for caddy 3. 

How successfull will Autochanger in Bacula work? Did anybody done this before?

Any other ideas will be welcomed.

Thanks a mil for all the inputs
Christoff


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] test

2007-09-11 Thread Eric Böse-Wolf
please don't answer to this.
-- 
Das Briefgeheimnis sowie das Post- und Fernmeldegeheimnis sind
unverletzlich.   (Grundgesetz, Artikel 10, Abs. 1)
http://www.gnupp.de   http://www.gnupg.org
http://www.stud.uni-karlsruhe.de/~uwaru/


pgp7yHjL31HxW.pgp
Description: PGP signature
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] very slow restore

2007-09-11 Thread Chris Howells
David Pospisil wrote:

> I'm using bacula, I have about 80 clients. My problem is that if I run 
> restore 
> command in console for client which has about 4 milions of files, it takes 
> about 6 hours (I mean the process when I see stars for every backup which 
> were run for the client) and then I can finally type yes and then the restore 
> begin. Problem is that 6 hours is quite a lot and I can't do anytning with 
> bacula director until the restore process ends (bacula director uses 100% of 
> CPU). Do you have any suggestions how to solve this? Another problem is that 
> bacula director runs on only one processor and the second processor is idle.

What database are you using?

Does your database have suitable indexes (see the manual)? The bit that 
you describe taking 6 hours takes a few seconds for me for a system with 
a similar number of files.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Howto download RedHat RPMS?

2007-09-11 Thread user100
If you would not wait download bacula-2.2.3-1.src.rpm from sourceforge and do a

rpmbuild --rebuild --define "build_rhel4 1" --define "build_mysql 1" 
bacula-2.2.3-1.src.rpm

If you have all necessary *-devel.rpm files installed than you should find 
rpmfiles in: 
/usr/src/redhat/RPMS/i386

If not install the missing *-devel-rpm files first and try again. 

If you like postgres instead than change the define of course.

Greetings,
user100


Adam Cécile schrieb:
> Hi,
>
> I use RHEL4.0 ES x86_64, is there any binaries package for it ?
> I'm not a Redhat wizard at all, I usually run Debian ;)
>
> Thanks in advance, Adam.
>
>
> Felix Schwarz a écrit :
>   
>> Adam Cécile schrieb:
>>   
>> 
>>> I don't understand at all where I can grab bacula rpms.
>>> I saw fschwarz announce but can't find any RPM anywhere...
>>> 
>>>   
>> What distribution do you use?
>> For Fedora {6,7} you can just do "yum install bacula-client" (do "yum search 
>> bacula" to see the other available packages).
>>
>> For CentOS 5 I recommend that you enable the Fedora EPEL repo and proceed as 
>> described above.
>>
>> I will make other RPMs available as soon a 2.2.3 RPM is out.
>>
>> fs
>>
>>
>> -
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2005.
>> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
>> ___
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>   
>> 
>
>
>   


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users