[Bacula-users] fileset

2007-08-06 Thread Alexandre Chapellon
Hello,

I am running bacula on mysite (about 100 servers, with differents OS),
and am quite happy about it.
Recently I changed my filesets to speedup the backup and avoid
compression problem with some files.
What I want is:

 - not to compress already compressed files (eg: jpg...)
 - not to save at all "useless" files (eg: .ldb access lock files...)

So I wrote the following fileset:


FileSet {
  Name = "DataToSave"
  Include {
Options {  ## Normal compression
  signature = MD5  ## for
  compression = GZIP   ## normals files
}
Options {
  signature = MD5  ## list of
  compression = GZIP1  ## extensions
  wildfile = "*.mpg"   ## I would
  wildfile = "*.mpeg"  ## like not to
  wildfile = "*.pdf"   ## be compressed
  wildfile = "*.gz"## ...
  wildfile = "*.tgz"   ## In fact
  wildfile = "*.zip"   ## I use the
  wildfile = "*.rar"   ## lower compression
  wildfile = "*.mdb"   ## level, because
  wildfile = "*.avi"   ## I couldn't
  wildfile = "*.flv"   ## find out
  wildfile = "*.swf"   ## how to
  wildfile = "*.gif"   ## completly disable
  wildfile = "*.png"   ## software compression.
  wildfile = "*.jpg"   ##
  wildfile = "*.jpeg"  ##
}
Options {
  exclude = yes
  wildfile = "*.LDF"   ## list of
  wildfile = "*.MDF"   ## extensions I want to
  wildfile = "*.ldb"   ## exclude completly
}
  File = "d:/PathToSave"   ## The place I want to backup
  }
}


Can anyone can take a look at it and tell me if the will behave as
expected.

thanks guys! (and girls :p)
-
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


[Bacula-users] System State Restore

2007-08-06 Thread Mostafa Itani
Dear All,

 

I have a problem in creating a Bare Metal recovery CD to restore my
operating system in case a disaster occurs, and would like the help of some
one in this.

I hope I will be able to do that.

 

Best regards,

Mostafa Itani

System Administrator

American University of Beirut
College Hall B2

P.O. Box 11-0236 Beirut, Lebanon

Tel:  +961 1 35 - Ext: 3518

Cell: +961 3 811972

Web: www.aub.edu.lb

 

 

-
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


Re: [Bacula-users] exclusion question

2007-08-06 Thread Mark Nienberg
Mark Nienberg wrote:

> If not, is it possible to simulate it with an option something like this:
> 
> Include {
>  Options {
>  Exclude = yes
>  }
>  File = \ }
> 
> where the "program.to.run.on.client" would search for a particular file name 
> and 
> create a list of directories where it is present.

A closer reading of the docs makes me think that the "program.to.run.on.client" 
would 
have to be run from a cron job or maybe a "Client Run Before Job" and then

File = \>  http://get.splunk.com/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] exclusion question

2007-08-06 Thread Mark Nienberg
I recently upgraded from 1.38 to the current stable.  I didn't do it earlier 
because, 
well, everything worked so well.  Now I'm trying to come up to speed with the 
changes 
and new features.

I'm curious if a feature to prevent descending into a directory by having an 
indicator file with some specific name in the directory was ever implemented.  
I 
vaguely remember it being on the wish list at one time.  It would allow me to 
greatly
simplify my FileSet resources.

If not, is it possible to simulate it with an option something like this:

Include {
 Options {
 Exclude = yes
 }
 File = \>  http://get.splunk.com/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] single error = tape useless

2007-08-06 Thread Arno Lehmann
Hi,

02.08.2007 13:49,, Carsten Ralle wrote::
> Hi,
> 
> I've been struggling with Bacula for a single backup installation for
> almost 4 months now. Although installation and configuration are well
> documented I'm still confused by two problems we can't get solved:
> 
> 1. Even with brand new tapes, on two different tape drives, using
> continuous cleaning cycles, the tapes that used to store between 11.5
> and 13 GB uncompressed data on a windows machine only take about 8 GB
> using bacula (same drive, same tapes).

Same set of files?

> Following the advice to switch off software compression when hardware
> compression is enabled, we run tests with following results (always the
> same fileset of 23 GB uncompressed data)
> 
> hw-compress  sw-compress  spool size  data/tape  total # of tapes used
> on  on   14 GB   8.2 GB  1.7
> on  off  23 GB  12.9 GB  1.8
> 
> so we use the installation with both sw and hw compression turned on, as
> it gives us better performance and less tapes/backup.
> 
> Why is it impossible to store more then 8 GB on a 12/24GB tape. Again:
> we ran the tests on multiple different drives (HP15xx and Sony
> DDS3-drives).

I think Martin explained this...

> 2. Up to now a verify at level "VolumeToCatalog" always (!) brings up at
> least one error of the type "Error: block.c:317 Volume data error at
> 3:2817! Block checksum mismatch in block=2817 len=64512: calc=8fe728a4
> blk=bd217fe3" in the middle of the tape.

That indicates a real problem.

Is the error always at the same position (the 3:2817 information) or 
does the position vary?

> After that bacula dupms the whole remaining file list into an email
> message of about 30MB in size.
> 
> - Is there any way to make Bacula stop to send the file list while keep
> on sending email notifications ?

Again, Martin's suggestion sounds good.

> - How can it be, that a single error renders the whole tape of a backup
> useless ? Why does bacula not continue to verify the other 80% of a
> backup and tells something like "block error while reading ..., missing
> files " ?

Difficult question... the basic idea is "if I find a single data error 
I decide the whole tape is no longer reliable". For backup / restore 
purposes, that is reasonable IMO. For verifies, you're probably right 
that a warning and continuation would be better.

But you could try to run bls / bscan with the -p option... or even the 
SD with -p, but be aware that I at least don't know what that might 
create...

Also, a look into the system log might reveal something interesting 
like lower-level SCSI or tape problems that the driver reports. This 
sort of problems, naturally, can not be corrected by Bacula, only 
reported.

> 
> Thanks for any hints,
> 
> Carsten
> 
> 
> 
> The installation I'm talking about runs on a 2.0.36 Linux kernel with a

Admittedly rather old kernel version, but it should work anyway.

> single Sony SCSI DDS3 tape drive (12GB uncompressed) inside a 8-slot
> auto-changer (drive and changer are the only devices on the SCSI bus)
> The team drive+changer work together as expected.
> 
> We run about ten other backup installations using commercial tools and
> Amanda. So far, bacula was the one easiest to set up among the free
> tools, but after 4 month of testing we haven't got single backup which
> runs through and verifies without an error.

If you consider four months of testing easy to set up I don't want to 
know what a difficult deployment looks like at your site ;-)

> I know, that DDS is not the idal choice as we run some SLR, LTO and VXA
> solutions, but for that particular case the tape drive has to be DDS3 as
> the customer in question has a large library which only handles DDS and
> MiniDV tapes.

MiniDV as data storage tapes? Which library and drives would that be, 
if you can share that information?

(And, slightly related, wouldn't the customer be better off if he 
replaced a big DDS library with a smaller LTO one?)

Arno


-- 
Arno Lehmann
IT-Service Lehmann
www.its-lehmann.de

-
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


Re: [Bacula-users] Safely change sd configuration?

2007-08-06 Thread Arno Lehmann
Hello,

06.08.2007 11:14,, Ruben Lopez wrote::
> Hello,
> 
> I want to add a new device without stopping the storage daemon. Is there 
> some support for reloading the config in the bacula-sd? I mean, 
> something like the reload command in the director console. I have 
> searched the documentation without success :(

There is no reload command for the SD, unfortunately.

You have to restart the SD for configuration changes to take effect.

Obviously, you better do this while the SD is not executing any jobs.

If such a time is not easy for you to find, you could try it with an 
admin job in the SD:
Set the job priority so no jobs will run simultaneously, and then let 
the admin job restart the SD. Try something that shuts down the SD, 
waits a few seconds or minutes (depending on how long releasing the 
tape drive takes), start the SD, check the process is running, and 
then quit.

This might stall some jobs for a while, but afterwards, backups should 
proceed automatically.

Hope this helps,

Arno


> Thanks
> 
> -
> 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

-- 
Arno Lehmann
IT-Service Lehmann
www.its-lehmann.de

-
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


[Bacula-users] Long term backup with bacula

2007-08-06 Thread Radek Hladik
Hallo,
I'm considering using Bacula for long term backups. I mean I would like
to backup now, put tapes somewhere safe and do not touch them
(hopefully) for year or two.
After a year or two I would repeat the backup again - no incremental
backup, just the whole full backup again on other set of tapes.

I would like to be not surprised by some glitch if I will need to
restore the backups. Considering the worst scenario I will only have my
backups and completely new machine with new tapedrive (of course
compatible with the tapes :-) ).

Till now I came up with this ideas:
* Backup catalog and bootstrap files with the data
* Disable jobs/files/volumes autopruning
* maybe modify some livecd to contain current version of bacula or at
least bscan (do not know, maybe such a CD exists)
* Create SQL query to list which jobs is on which tape and print it on
the paper with the tapes

Do you think this is enough or am I overseeing something?

Radek


-
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


[Bacula-users] invalid byte sequence for encoding "UTF8"

2007-08-06 Thread Roland Roberts
I'm a bacula newbie.  I've just installed bacula 2.0.3 on two Fedora
Core 6 systems, my backup server and my laptop.  After working through
the tutorial and getting my test backup and restore to work locally, I
configured the laptop and left it to do an overnight backup.  It looked
good for a while, but when I awoke this morning, I had the errors (below).

I'm not sure how to avoid the problem in the future.  I can't find
client_encoding in the manual, or anything with "encoding" in its name
as a parameter to be set.  I see the problem is caused by a couple of
files with names that are not ASCII (an presumably not UTF8 either).  I
can "fix" this problem by just uninstalling the packages to which these
files belong (they belong to games I don't play).

How can I figure out the actual encoding for these file names?  How can
I fix the problem to back them up in the future?

roland

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



06-Aug 02:42 bacula-dir: No prior Full backup Job record found.
06-Aug 02:42 bacula-dir: No prior or suitable Full backup found in catalog. 
Doing FULL backup.
06-Aug 02:42 bacula-dir: Start Backup JobId 1, 
Job=Aristarchus_Backup.2007-08-06_02.42.10
06-Aug 02:42 bacula-sd: Wrote label to prelabeled Volume "Volume000" on device 
"FileStorage" (/backup)
Aristarchus:  /var/lib/nfs/rpc_pipefs is a different filesystem. Will not 
descend from / into /var/lib/nfs/rpc_pipefs
Aristarchus:  /dev is a different filesystem. Will not descend from / into 
/dev
Aristarchus:  /misc is a different filesystem. Will not descend from / into 
/misc
Aristarchus:  /home is a different filesystem. Will not descend from / into 
/home
Aristarchus:  /net is a different filesystem. Will not descend from / into 
/net
Aristarchus:  /selinux is a different filesystem. Will not descend from / 
into /selinux
Aristarchus:  /sys is a different filesystem. Will not descend from / into 
/sys
06-Aug 03:21 bacula-dir: Aristarchus_Backup.2007-08-06_02.42.10 Fatal error: 
sql_create.c:845 sql_create.c:845 query SELECT FilenameId FROM Filename WHERE 
Name='reconstructîon2.xal' failed:
ERROR:  invalid byte sequence for encoding "UTF8": 0xee6f6e
HINT:  This error can also happen if the byte sequence does not match the 
encoding expected by the server, which is controlled by "client_encoding".

06-Aug 03:21 bacula-dir: Aristarchus_Backup.2007-08-06_02.42.10 Fatal error: 
sql_create.c:870 sql_create.c:870 insert INSERT INTO Filename (Name) VALUES 
('reconstructîon2.xal') failed:
ERROR:  invalid byte sequence for encoding "UTF8": 0xee6f6e
HINT:  This error can also happen if the byte sequence does not match the 
encoding expected by the server, which is controlled by "client_encoding".

06-Aug 03:21 bacula-dir: Aristarchus_Backup.2007-08-06_02.42.10 Fatal error: 
sql_create.c:872 Create db Filename record INSERT INTO Filename (Name) VALUES 
('reconstructîdon2.xal') failed. ERR=ERROR:  invalid byte sequence for encoding 
"UTF8": 0xee6f6e
HINT:  This error can also happen if the byte sequence does not match the 
encoding expected by the server, which is controlled by "client_encoding".

06-Aug 03:21 bacula-dir: Aristarchus_Backup.2007-08-06_02.42.10 Fatal error: 
catreq.c:476 Attribute create error. sql_create.c:872 Create db Filename record 
INSERT INTO Filename (Name) VALUES ('reconstructîon2.xal') failed. ERR=ERROR:  
invalid byte sequence for encoding "UTF8": 0xee6f6e
HINT:  This error can also happen if the byte sequence does not match the 
encoding expected by the server, which is controlled by "client_encoding".

06-Aug 03:35 bacula-dir: Aristarchus_Backup.2007-08-06_02.42.10 Fatal error: 
sql_create.c:845 sql_create.c:845 query SELECT FilenameId FROM Filename WHERE 
Name='español.lng' failed:
ERROR:  invalid byte sequence for encoding "UTF8": 0xf16f6c2e
HINT:  This error can also happen if the byte sequence does not match the 
encoding expected by the server, which is controlled by "client_encoding".

06-Aug 03:35 bacula-dir: Aristarchus_Backup.2007-08-06_02.42.10 Fatal error: 
sql_create.c:870 sql_create.c:870 insert INSERT INTO Filename (Name) VALUES 
('español.lng') failed:
ERROR:  invalid byte sequence for encoding "UTF8": 0xf16f6c2e
HINT:  This error can also happen if the byte sequence does not match the 
encoding expected by the server, which is controlled by "client_encoding".

06-Aug 03:35 bacula-dir: Aristarchus_Backup.2007-08-06_02.42.10 Fatal error: 
sql_create.c:872 Create db Filename record INSERT INTO Filename (Name) VALUES 
('español.lng') failed. ERR=ERROR:  invalid byte sequence for encoding "UTF8": 
0xf16f6c2e
HINT:  This error can also happen if the byte sequence does not match the 
encoding expected by the server, which is controlled by "client_encoding".

06-Aug 03:35 bacula-di

Re: [Bacula-users] Win32 client not backing up network mounted shares

2007-08-06 Thread Radek Hladik
John Drescher napsal(a):
> I am not able to backup files on Win32 client if they are on
> drive
> which is mapped via network (normal Windows "net use"). I've tried  to
> disable VSS and/or enable portable backup but it didn't help.
> I did not find in documentation anything about this being Win32 client
> limitation.
> 
> 
> Who mapped the drive? Did you map the drive in the bacula job using a 
> run before job? I don't believe in windows if one user mapps a drive 
> that another user can see the mapped drive.
> 
> John

Thx for pointing me the right direction. As there is bacula icon in the
tray I did not fully realize that bacula client permissions and mappings
are different from mine.
I've created run before script to mount the drive and reconfigured
bacula service to run as network user instead of system service and
everything works fine. Only disadvantage is that service configured to
use network user can not access local desktop so bacula icon is gone...
At least it will confuse me no more :-)

Radek


-
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


Re: [Bacula-users] 2 drives working...

2007-08-06 Thread John Drescher
On 8/6/07, Angel Mieres <[EMAIL PROTECTED]> wrote:
>
> I want to know if is possible have bacula working with a library tape, 2
> jobs at the same time working for a drive each one.
> If possible it would be great if could give me the keys to get it in
> solve.
> Thx in advance.
> Cheers.
>


You need at least bacula 2.0 for that to work the way you want. If you got
that then you will probably need to have each job in a different pool. You
also need to set the "maximum concurrent ..." params in some of the 5 places
that these are used. In the main bacula-dir and in the Storage section of
that and possibly in the client section of bacula-dir as well. Then in the
bacula-sd.conf and possibly in each bacula-fd.conf that you want to allow
more than one job for a client.

John
-
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


Re: [Bacula-users] bacula-fd

2007-08-06 Thread John Drescher
>
> I have installed  the  bacula on  solaris 10.but  server is not
> connecting to this  machine.How can I assure on client that  installation
> is successfull?
> I configure bacula-2.0.3 on client machine as
> ./configure --enable-client-only
>
> when I iisue  "# ./bacula-ctl-fd start" ,it show nothing but go to next
> line
>


Run the client from the shell and see if it gives any error messages. The
client is bacula-fd. When you do this you probably have to set the location
of the bacula-fd.conf file.
-
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


Re: [Bacula-users] Win32 client not backing up network mounted shares

2007-08-06 Thread John Drescher
>
> I am not able to backup files on Win32 client if they are on drive
> which is mapped via network (normal Windows "net use"). I've tried  to
> disable VSS and/or enable portable backup but it didn't help.
> I did not find in documentation anything about this being Win32 client
> limitation.


Who mapped the drive? Did you map the drive in the bacula job using a run
before job? I don't believe in windows if one user mapps a drive that
another user can see the mapped drive.

John
-
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


Re: [Bacula-users] Help on getting BAT to install!!

2007-08-06 Thread Jerome Massano
hello

I just had the same problem than you (i am using smeserver which is
based on centos). I had to install QT4 from sources and then to copy
the .pc files from the qt4 install directory to the pkg-config
directory :
cp /usr/local/Trolltech/Qt-4.3.0/lib/pkgconfig/*.pc /usr/lib/pkgconfig/

Then it works perfectly (except I made the error to set a relative path
for qwt)


Le mercredi 01 août 2007 à 09:31 -0400, Robert Kennedy a écrit :
> Hello All,
>  
> I have been trying for days to find an easy way to get Bacula to
> install with the --enable-bat option (With no luck). Is there a down
> and dirty tutorial on what is needed to get Bacula and Bat to install
> correctly. I am running Centos 4.3 and have no problem installing
> Bacula and getting it to run. I know that you need to install QT4
> and QWT to have Bat work. My problem seems to be with the installing
> of QT4, is there a cut down version with only the parts need to run
> Bat. 
>  
> Any help on this will be appreciated.  
>  
> Robert Kennedy
>  
> -
> 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: 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


[Bacula-users] VolumeToCatalog verify job error message: files are in the Catalog but not on disk

2007-08-06 Thread Ralf Gross
Hi,

I've configured verify jobs for my backups. This was working ok for the last 2
weeks with inc and diff backups. But now I get errors for the full backup
verify jobs.


Terminated Jobs:
 JobId Level Files Bytes Status Finished Name

   415 Full 370,351 66.86 G OK 05-Aug-07 02:13 SMTCZB0003
   416 Full 1,631,258 706.3 G OK 05-Aug-07 09:37 VU0EM003
   417 Full 1 882.1 M OK 05-Aug-07 09:39 BackupCatalog
   418 Volu 61,991 0 Error 05-Aug-07 12:15 VerifySMTCZB0003
   419 Volu 449,341 0 Diffs 05-Aug-07 15:10 VerifyVU0EM003
   420 Volu 1 0 OK 05-Aug-07 15:15 VerifyCATALOG



I ran both verify jobs again this moring with the same results.


client SMTCZB0003:
(client is behind a firewall, Heartbeat Interval = 60 + SDConnectTimeout = 4200 
fd settings):

06-Aug 08:19 VU0EM005: Verifying against JobId=415 
Job=SMTCZB0003.2007-08-05_00.05.00
06-Aug 08:19 VU0EM005: Bootstrap records written to 
/opt/bacula/var/bacula/working/VU0EM005.restore.10.bsr
06-Aug 08:19 VU0EM005:
06-Aug 08:19 VU0EM005: The job will require the following
   Volume(s) Storage(s) SD Device(s)
===
06-Aug 08:19 VU0EM005:
06-Aug 08:19 VU0EM005: 06D128L3 NEC-T40A NEC-T40A
06-Aug 08:19 VU0EM005:
06-Aug 08:19 VU0EM005: Start Verify JobId=421 Level=VolumeToCatalog 
Job=VerifySMTCZB0003.2007-08-06_08.19.38
06-Aug 08:19 VU0EM005: 3307 Issuing autochanger "unload slot 19, drive 0" 
command.
06-Aug 08:21 VU0EM005: 3304 Issuing autochanger "load slot 9, drive 0" command.
06-Aug 08:22 VU0EM005: 3305 Autochanger "load slot 9, drive 0", status is OK.
06-Aug 08:22 VU0EM005: 3301 Issuing autochanger "loaded? drive 0" command.
06-Aug 08:22 VU0EM005: 3302 Autochanger "loaded? drive 0", result is Slot 9.
06-Aug 08:22 VU0EM005: Ready to read from volume "06D128L3" on device "LTO3" 
(/dev/ULTRIUM-TD3).
06-Aug 08:22 VU0EM005: Forward spacing Volume "06D128L3" to file:block 0:1.
06-Aug 08:23 VU0EM005: End of file 1 on device "LTO3" (/dev/ULTRIUM-TD3), 
Volume "06D128L3"
06-Aug 08:25 VU0EM005: End of file 2 on device "LTO3" (/dev/ULTRIUM-TD3), 
Volume "06D128L3"
[...]
06-Aug 09:45 VU0EM005: End of file 58 on device "LTO3" (/dev/ULTRIUM-TD3), 
Volume "06D128L3"
06-Aug 09:46 VU0EM005: New file: 
/home/mksadmin/MKS/IntegrityServer/mksis/bulk/^home/mksadmin/Projects/ERW_Projekte/LEGO/Library/Tools/csd/basics/std/docu/en/html/rcs/node2.html/1.5
06-Aug 09:46 VU0EM005:
06-Aug 09:46 VU0EM005: The following files are in the Catalog but not on disk:
06-Aug 09:46 VU0EM005: /home/mksadmin/.bash_history
06-Aug 09:46 VU0EM005: /home/mksadmin/.xinitrc
06-Aug 09:46 VU0EM005: /home/mksadmin/.Xauthority
[...several more hundred lines...]
06-Aug 09:46 VU0EM005: VerifySMTCZB0003.2007-08-06_08.19.38 Fatal error: 
bnet.c:241 Packet size too big from "File daemon:53.115.208.20:9102. 
Terminating connection.
06-Aug 09:53 VU0EM005: VerifySMTCZB0003.2007-08-06_08.19.38 Fatal error: 
read.c:139 Error sending to File daemon. ERR=Datenübergabe unterbrochen (broken 
pipe)
06-Aug 09:53 VU0EM005: VerifySMTCZB0003.2007-08-06_08.19.38 Error: bnet.c:439 
Write error sending 65536 bytes to client:53.115.208.20:36643: 
ERR=Datenübergabe unterbrochen (broken pipe)
06-Aug 09:53 VU0EM005: VerifySMTCZB0003.2007-08-06_08.19.38 Fatal error: No Job 
status returned from FD.
06-Aug 09:53 VU0EM005: VerifySMTCZB0003.2007-08-06_08.19.38 Error: Bacula 2.0.3 
(06Mar07): 06-Aug-2007 09:53:55
  JobId: 421
  Job: VerifySMTCZB0003.2007-08-06_08.19.38
  FileSet: SMTCZB0003
  Verify Level: VolumeToCatalog
  Client: SMTCZB0003
  Verify JobId: 415
  Verify Job: SMTCZB0003
  Start time: 06-Aug-2007 08:19:40
  End time: 06-Aug-2007 09:53:55
  Files Expected: 370,351
  Files Examined: 321,504
  Non-fatal FD errors: 0
  FD termination status: Error
  SD termination status: Error
  Termination: *** Verify Error ***




BTW: I'm wondering about:

06-Aug 09:46 VU0EM005: The following files are in the Catalog but not on disk:
06-Aug 09:46 VU0EM005: /home/mksadmin/.bash_history".

During this verify job I noticed high network traffic between the dir and fd.
Is this normal? I thought VolumeToCatalog compares the meta data saved on tape
with the meta data in the catalog and does not compare the actual data on disk?

Second thing:

06-Aug 09:46 VU0EM005: New file: 
/home/mksadmin/MKS/IntegrityServer/mksis/bulk/^home/mksadmin/Projects/ERW_Projekte/LEGO/Library/Tools/csd/basics/std/docu/en/html/rcs/node2.html/1.5

What are these  characters about? The file is with the correct name in the 
db and on tape!


The file /home/mksadmin/.bash_history (I guess all files of jobid 415) was
backed up correctly. There were no errors during backup. I can find the
filename in the db and restore it from tape.  

database:

Enter path with trailing slash: /home/mksadmin/
Enter filename: .bash_history
Enter Client name: SMTCZB0003
+---+-++---++
| jobid | jobstarttim

Re: [Bacula-users] Bacula-usersFedora 7 rpms

2007-08-06 Thread Alan Brown
On Wed, 1 Aug 2007, Wes Hardaker wrote:

>> "FS" == Felix Schwarz <[EMAIL PROTECTED]> writes:
>
> FS> Thanks for your offer but Andreas Thienemann already completed that
> FS> task: Bacula will be in Fedora 8 :-)
>
> Actually, it's now in both 7 and fc6 extras too!  W00t!

There's an RFE (Feature request) in with Redhat for inclusion of Bacula in 
RHEL4 and 5. I filed that in January.


-
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


[Bacula-users] Win32 client not backing up network mounted shares

2007-08-06 Thread Radek Hladik
Hi,
I am not able to backup files on Win32 client if they are on drive 
which is mapped via network (normal Windows "net use"). I've tried  to 
disable VSS and/or enable portable backup but it didn't help.
I did not find in documentation anything about this being Win32 client 
limitation.
Should I report this as bug or is this intended behavior?
Unfortunately I can not install Bacula directly on share server.

Bacula Win32 client is:
2.0.3 (06 March 2007)  VSS Linux Cross-compile Win32


Radek

-
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


Re: [Bacula-users] bacula on solaris

2007-08-06 Thread Peter Buschman

Hi Tanveer:

I am working on pkgadd packages for Solaris 10 (sparc) that should 
have minimal dependencies.  In the meantime, Nickus Sodergard has put 
up an excelllent guide on getting Bacula running using the freeware 
packages from blastwave.com:

http://aspiringsysadmin.com/blog/2007/06/10/getting-bacula-to-work-on-solaris-in-10-minutes/

Feel free to contact me separately if you're interested in more 
details about compiling Bacula and its dependencies on your own.

Kindest regards,

Peter Buschman

At 09:56 6.8.2007, tanveer haider wrote:
>Is bacula require some packages as prereq. to work or install on solaris 10?
>
>--
>regards ,
>Tanveer Haider Baig
>-
>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: 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


[Bacula-users] Safely change sd configuration?

2007-08-06 Thread Ruben Lopez
Hello,

I want to add a new device without stopping the storage daemon. Is there 
some support for reloading the config in the bacula-sd? I mean, 
something like the reload command in the director console. I have 
searched the documentation without success :(

Thanks

-
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


[Bacula-users] bacula on solaris

2007-08-06 Thread tanveer haider
Is bacula require some packages as prereq. to work or install on solaris 10?

-- 
regards ,
Tanveer Haider Baig
-
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


[Bacula-users] bacula-fd

2007-08-06 Thread tanveer haider
OS:Solaris 10
bacula:bacula2.0.3

I have installed  the  bacula on  solaris 10.but  server is not  connecting
to this  machine.How can I assure on client that  installation is
successfull?
I configure bacula-2.0.3 on client machine as
./configure --enable-client-only

when I iisue  "# ./bacula-ctl-fd start" ,it show nothing but go to next line

-- 
regards ,
Tanveer Haider Baig
-
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


[Bacula-users] 2 drives working...

2007-08-06 Thread Angel Mieres
I want to know if is possible have bacula working with a library tape, 2
jobs at the same time working for a drive each one.
If possible it would be great if could give me the keys to get it in solve.
Thx in advance.
Cheers.



-
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


Re: [Bacula-users] problem or no problem? RunScript

2007-08-06 Thread Thomas Mebes
sorry, the job-config is:

Job {
 # Jobname
 Name = "backup_bmsserver6"
 # mySQL exportieren - Tomcat wird nebenbei noch gestoppt, nur bei  
diesem Serve
 RunScript {
 RunsWhen = Before
 AbortJobOnError = No
 Command = "/usr/local/bin/mysql_dump/mysql_dump_stop"
 }
 # mySQL DB's wurden schon exportiert, in diesem Script ist noch  
hinterlegt das Tomcat wieder gestartet wird
 RunScript {
 RunsOnClient = yes
 RunsWhen = After
 RunsOnFailure = yes
 AbortJobOnError = No
 Command = "/usr/local/bin/mysql_dump/mysql_dump_start"
 }
 # Verweis auf weitere Jobattribute
 JobDefs = "DefaultJob"
 # Bootstrap File
 Write Bootstrap = "/var/lib/bacula/backup_bmsserver6.bsr1"
 # Anzahl parallel zugelassener Jobs
 #Maximum Concurrent Jobs = 6
 Fileset = "alles"
 Schedule = "DailyRotation"
 Client = bmsserver6-fd
 Pool = "taeglich"
 #Prioritaet
 #Priority = 1
}

-
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


Re: [Bacula-users] Bacula-usersFedora 7 rpms

2007-08-06 Thread Wes Hardaker
> "FS" == Felix Schwarz <[EMAIL PROTECTED]> writes:

FS> Thanks for your offer but Andreas Thienemann already completed that
FS> task: Bacula will be in Fedora 8 :-)

Actually, it's now in both 7 and fc6 extras too!  W00t!

But, the one issue is that I don't think it can be used with DVD
production since the necessary dvd+rw patch isn't in that spec, so you
still need a local install of that.
-- 
"In the bathtub of history the truth is harder to hold than the soap,
 and much more difficult to find."  -- Terry Pratchett

-
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


[Bacula-users] Help on getting BAT to install!!

2007-08-06 Thread Robert Kennedy
Hello All,
 
I have been trying for days to find an easy way to get Bacula to
install with the --enable-bat option (With no luck). Is there a down and
dirty tutorial on what is needed to get Bacula and Bat to install
correctly. I am running Centos 4.3 and have no problem installing Bacula
and getting it to run. I know that you need to install QT4 and QWT to
have Bat work. My problem seems to be with the installing of QT4, is
there a cut down version with only the parts need to run Bat. 
 
Any help on this will be appreciated.  
 
Robert Kennedy
 
-
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


Re: [Bacula-users] recycled tapes not storing data

2007-08-06 Thread Frank Sweetser

(Don't forget to include the mailing list, so others can help out too)

Jason King wrote:
> Frank Sweetser wrote:
>> Jason King wrote:
>>  
>>> I've got 10 tapes in a rotation. The tapes backup until they are
>>> full, once they are full I get a notification telling me to insert
>>> the next tape. It's a really simple setup. The problem I'm having is
>>> that once tape 10 is full, it wants to rotate back to tape 1 (which
>>> it is suppose to do), and the status of tape 1 and 2 are both
>>> "recycle". But once I put the tape in, I immediately get a message
>>> telling me to put in tape 2. I wasn't sure why it would ask me for
>>> tape 2 when I just put in tape 1. I look at the status of tape 1 and
>>> it has gone into "error". I put in tape 2. A few minutes later I get
>>> another message asking me for tape 3 and again, tape 2 has a status
>>> of "error". Have I setup something wrong. Are my purge/recycle times
>>> not correct? I just don't get it.
>>> 
>>
>> Are there any other messages which might indicate why the tapes were
>> put into
>> an error status?
>>   
> No, it just sends me a notification to insert the next tape then errors
> out the current tape. If there are other messages, I'm not sure where to
> find them. Is there a log file that has all the logging information in it?

First thing I'd do, is check out the OS logs to see if there are any messages
relating to the tape device.

Beyond that, the only other thing I can think of would be to raise up the
debugging level and see what comes out.

-- 
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: 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