Re: [Bacula-users] Problem restoring files. [SOLVED]

2010-02-25 Thread Erik P. Olsen
On 26/02/10 02:04, Steve Ellis wrote:
> On 2/25/2010 4:28 PM, Erik P. Olsen wrote:
>> I've changed the server IP-address in the storage resource to a host name and
>> the windows client didn't know how to resolve that. Changing it back to
>> IP-address solved the problem.
>>
>> I wonder if Windows Vista uses a host name resolution file which could be 
>> used
>> to translate the host name into an IP-address?
>>
>>
> If you have a DNS server, you can point Vista at it and it would work
> (and who doesn't have a DNS server--I have one at my house!).  However,
> based on a quick googling, vista does support a hosts file, based on
> what I found, it seems that the hosts file is in
> WINDOWS\System32\drivers\etc\HOSTS, but requires elevated privilege to edit.
>
Thanks. Maybe I should invest some time in learning how to build a DNS server. 
Am I the only one who doesn't have a DNS server? :-)

-- 
Erik

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] migrating mysql to postfix.

2010-02-25 Thread Bruno Friedmann
On 02/22/2010 05:47 PM, Alan Brown wrote:
> 
> This is quite a bit more painful than it should be, due to the table/column
> names being different casing in the creation scripts.
> 
> Mysql doesn't care about case. PostgreSQL DOES.
> 
> As it stands, the information at
> http://www.bacula.org/manuals/en/catalog/catalog/Installi_Configur_PostgreS.html#1107
> is wrong.
> 
> AB
> 

Hi Alan some month ago we have realize this same operations.
and we have been in the same trouble about Case in table.
Also before the 5x versions columns order are not the same excluding a simple 
csv export import process.



We have done this with the help of this simple and stupid script
Be sure to have the exact same level of database ( we have upgraded a 2x 
version to a 3x version)
so we put a new temp mysql bacula db, upgrade it to the level 10 and make the 
dump from there.

Hope this help you a bit, (it's certainly too late 4 days later)

#!/bin/sh

TABLES="BaseFiles CDImages Client Counters Device File FileSet Filename Job 
JobHisto JobMedia Location LocationLog Log Media
MediaType Path Pool Status Storage UnsavedFiles Version"

for TBL in $TABLES
do
  echo "Saving Mysql $TBL";
  mysqldump -t -c \
--compatible=postgresql \
--skip-quote-names \
--skip-opt --disable-keys --lock-tables \
bacula $TBL > $TBL.sql
# comment below lines if you get some errors
# We don't do this as we must change some wrong record
# like a date end having a -00-00 value
#
echo "Import postgresql $TBL"
psql -d bacula -U bacula < $TBL.sql
echo '--end--'
  echo ""
done
  echo '-- Finish ! --'



-- 

 Bruno Friedmann

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem restoring files. [SOLVED]

2010-02-25 Thread Steve Ellis
On 2/25/2010 4:28 PM, Erik P. Olsen wrote:
> I've changed the server IP-address in the storage resource to a host name and
> the windows client didn't know how to resolve that. Changing it back to
> IP-address solved the problem.
>
> I wonder if Windows Vista uses a host name resolution file which could be used
> to translate the host name into an IP-address?
>
>
If you have a DNS server, you can point Vista at it and it would work 
(and who doesn't have a DNS server--I have one at my house!).  However, 
based on a quick googling, vista does support a hosts file, based on 
what I found, it seems that the hosts file is in 
WINDOWS\System32\drivers\etc\HOSTS, but requires elevated privilege to edit.

-se


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem restoring files. [SOLVED]

2010-02-25 Thread Erik P. Olsen
On 25/02/10 16:27, Erik P. Olsen wrote:
> I am running bacula 3.0.3 on linux (fedora 12) and I cannot restore
> files to a Windows Vista system. I get the following error message from
> bacula:
>
> 25-Feb 15:57 epo-dir JobId 2215: Start Restore Job
> RestoreUlla-pc.2010-02-25_15.57.07_35
> 25-Feb 15:57 epo-dir JobId 2215: Using Device "FileBackup"
> 25-Feb 15:57 ullapc-fd JobId 2215: Fatal error: Failed to connect to
> Storage daemon: epohost.epolan.dk:9103
> 25-Feb 15:57 epo-dir JobId 2215: Fatal error: Bad response to Storage
> command: wanted 2000 OK storage
> , got 2902 Bad storage
>
> I don't know what is wrong because I have no problem backing up the
> files. And also looking for information in the installation manual is
> difficult because many references apparently are non-existent (ex:
> Restore Files chapter and Bootstrap File chapter).
>
> I would very much appreciate information about what that error is and
> where I can read more about restoring files to a Windows client from a
> linux server.
>

I've changed the server IP-address in the storage resource to a host name and 
the windows client didn't know how to resolve that. Changing it back to 
IP-address solved the problem.

I wonder if Windows Vista uses a host name resolution file which could be used 
to translate the host name into an IP-address?

-- 
Erik.

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Webacula with multiple databases

2010-02-25 Thread Heitor Faria
Hi folks,

I know it isnt a Bacula - but webacula question.
Anyone knows if its possible for webacula to check multiple directors 
(databases)?

Regards,

Heitor Faria
www.bacula.com.br

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Wildcard exclude question

2010-02-25 Thread Martin Simmons
> On Wed, 24 Feb 2010 10:46:15 +0100, Albert Pauw said:
> 
> I am struggling a bit with the wildcard stuff.
> 
> I want to back up all Mail directories in the homedirectories of users, 
> so /home/*/Mail (including subdirs) needs to be backed up.
> In order to take a more generic approach I tried the wild card stuff, 
> but or nothing gets backed up, or everything.
> So maybe somebody can help me out with this simple problem. Here is my 
> fileset definition (which doesn't work):
> 
> FileSet {
>Name = "MailSet"
>Include {
>  File = "/home"
>  Options {
>signature = MD5
>RegExDir = "^/home/[^/]+$"
>WildDir = "/home/*/Mail"
>Wild = "/home/*/Mail/*"
>  }
>  Options {
>RegexDir = ".*"
>exclude = yes
>  }
>}
> }
> 
> Any help will be appreciated.

I would expect that to almost work, but it should say Wild = "/home/*" in the
second options clause to removes all other files (as well as directories).

__Martin

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Base jobs / File de-dupe with different paths?

2010-02-25 Thread Steve Polyack
I was wondering if it was possible to utilize base jobs to dedup files 
while ignoring the paths in which they reside in.  The situation I'm 
trying to use them in is such:

* I have a large subversion repository which has an up-to-date checkout 
in /var/svn.  This gets backed up as the base job.
* Each user in /home/userXXX also has a full checkout under 
/home/userXXX/svn, which may or may not be up-to-date and may or may not 
have had changes made to the files within.

The idea is to utililze the base job to minimize the backup size of 
/home.  I was hoping that it would compare each file found in 
/home/userXXX/svn against the base job's /var/svn copy, and only backup 
files which have been modified (I'm matching on BaseJob = s5, size and 
MD5 only).

 From my initial testing, this doesn't seem to work.  Is this is a 
current (intentional?) limitation of Base Jobs?  I realize my scenario 
is quite different from the one presented in the documentation (backing 
up full system images while dedup'ng redundant OS binary backups).

I can provide director config snippets if necessary.


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem restoring files.

2010-02-25 Thread Erik P. Olsen
On 25/02/10 16:59, Carlo Filippetto wrote:
> As shown from the log the problem isn't in the client, but in the
> connection with the storege.
>
> I don't know the solution, but you can try to restore a file to
> enother client to see if the problem remains

Yes, I can restore to the client on the linux box on which the director is 
running.

-- 
Erik
>
>
> CIAO
>
>
> 2010/2/25 Erik P. Olsen:
>> I am running bacula 3.0.3 on linux (fedora 12) and I cannot restore files to 
>> a
>> Windows Vista system. I get the following error message from bacula:
>>
>> 25-Feb 15:57 epo-dir JobId 2215: Start Restore Job
>> RestoreUlla-pc.2010-02-25_15.57.07_35
>> 25-Feb 15:57 epo-dir JobId 2215: Using Device "FileBackup"
>> 25-Feb 15:57 ullapc-fd JobId 2215: Fatal error: Failed to connect to Storage
>> daemon: epohost.epolan.dk:9103
>> 25-Feb 15:57 epo-dir JobId 2215: Fatal error: Bad response to Storage 
>> command:
>> wanted 2000 OK storage
>> , got 2902 Bad storage
>>
>> I don't know what is wrong because I have no problem backing up the files. 
>> And
>> also looking for information in the installation manual is difficult because
>> many references apparently are non-existent (ex: Restore Files chapter and
>> Bootstrap File chapter).
>>
>> I would very much appreciate information about what that error is and where I
>> can read more about restoring files to a Windows client from a linux server.
>>
>> --
>> Thanks in advance
>> Erik.
>>
>> --
>> Download Intel® Parallel Studio Eval
>> Try the new software tools for yourself. Speed compiling, find bugs
>> proactively, and fine-tune applications for parallel performance.
>> See why Intel Parallel Studio got high marks during beta.
>> http://p.sf.net/sfu/intel-sw-dev
>> ___
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>
>


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem restoring files.

2010-02-25 Thread Carlo Filippetto
As shown from the log the problem isn't in the client, but in the
connection with the storege.

I don't know the solution, but you can try to restore a file to
enother client to see if the problem remains


CIAO


2010/2/25 Erik P. Olsen :
> I am running bacula 3.0.3 on linux (fedora 12) and I cannot restore files to a
> Windows Vista system. I get the following error message from bacula:
>
> 25-Feb 15:57 epo-dir JobId 2215: Start Restore Job
> RestoreUlla-pc.2010-02-25_15.57.07_35
> 25-Feb 15:57 epo-dir JobId 2215: Using Device "FileBackup"
> 25-Feb 15:57 ullapc-fd JobId 2215: Fatal error: Failed to connect to Storage
> daemon: epohost.epolan.dk:9103
> 25-Feb 15:57 epo-dir JobId 2215: Fatal error: Bad response to Storage command:
> wanted 2000 OK storage
> , got 2902 Bad storage
>
> I don't know what is wrong because I have no problem backing up the files. And
> also looking for information in the installation manual is difficult because
> many references apparently are non-existent (ex: Restore Files chapter and
> Bootstrap File chapter).
>
> I would very much appreciate information about what that error is and where I
> can read more about restoring files to a Windows client from a linux server.
>
> --
> Thanks in advance
> Erik.
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] software compression, real size vs size written?

2010-02-25 Thread Joseph Dickson
>> 2)  Is there an easy way in bconsole to see what the actual size on disk
>> of the job was?  All of the size numbers reported seem to be
>> post-compression, which makes sense since the compression happens on the
>> host, but I'm assuming bacula is storing ACTUAL size on disk info in the
>> catalog somewhere.. I'd love to quickly see how much REAL data I'm backing
>> up, compared to how much virtual tape space it's taking..

> 2) from bconsole, use the command 'estimate'

Thanks for the answer!

The estimate command will connect to the client and ask for an estimate as of 
now, yes? -- is there no easy way to just get this information from the catalog 
for a job that has already completed?

Thanks,

Joe


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Problem restoring files.

2010-02-25 Thread Erik P. Olsen
I am running bacula 3.0.3 on linux (fedora 12) and I cannot restore files to a 
Windows Vista system. I get the following error message from bacula:

25-Feb 15:57 epo-dir JobId 2215: Start Restore Job 
RestoreUlla-pc.2010-02-25_15.57.07_35
25-Feb 15:57 epo-dir JobId 2215: Using Device "FileBackup"
25-Feb 15:57 ullapc-fd JobId 2215: Fatal error: Failed to connect to Storage 
daemon: epohost.epolan.dk:9103
25-Feb 15:57 epo-dir JobId 2215: Fatal error: Bad response to Storage command: 
wanted 2000 OK storage
, got 2902 Bad storage

I don't know what is wrong because I have no problem backing up the files. And 
also looking for information in the installation manual is difficult because 
many references apparently are non-existent (ex: Restore Files chapter and 
Bootstrap File chapter).

I would very much appreciate information about what that error is and where I 
can read more about restoring files to a Windows client from a linux server.

-- 
Thanks in advance
Erik.

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula version 5.0.1 released to Source Forge

2010-02-25 Thread Kern Sibbald
Hello,

Bacula version 5.0.1 source code and Windows (32/64 bit) binaries have been 
released to Source Forge (thanks Eric).  

This is a major bug fix release including a few directives that have been 
rewritten, one new directive, and some different directive behavior (see the 
release notes below).  As is usual for a patch release (last digit changes by 
one), this version is compatible with the 5.0.0 database and with prior 
clients.  However, you *must* upgrade all components that are on any one 
machine (that is you must upgrade your Director, Storage daemon, and File 
daemon at the same time, if they reside on the same machine).

Note, Bacula does not normally uninstall previous versions, and we have 
changed the shared object naming convention, so you might want to first save 
your configuration files then uninstall the old Bacula using the old Bacula 
uninstall prior to installing the new one.  If you do not, it should not be 
serious, but you may be left with some older Bacula shared objects that are 
not used and hence wasting a small amount of disk space.

If you are upgrading from version 3.0.x or prior, please see the full release 
notes as you must do a database upgrade.  When updating from 5.0.0 to this 
release there is no database upgrade needed.

Scott has made a number of changes and improvements in the rpm packaging over 
the past few weeks since version 5.0.0 was released, so he will probably be 
releasing the 5.0.1 rpms quite soon.

Thanks for using Bacula :-)

Best regards,

Kern

=  Performance Note ==

Some of you have encountered performance problems with your
database (mainly with MySQL) with Bacula version 5.0.0.  This is
mainly because we've changed the SQL query used for restore,
accurate jobs and base jobs.  We have extensively tested this
change, and though it should be a little bit slower than the previous
versions, on a well configured database it should run
extremely well.  

We strongly recommend to avoid the temptation to add new indexes.
In general, these will cause very significant performance
problems in other areas.  A better approch is to carefully check
that all your MySQL memory configuation parameters are are
suitable for the size of your installation.  If you backup
millions of files, you need to adapt the database memory
configuration parameters concerning sorting, joining and global
memory.  By default, sort and join parameters are very small
(sometimes 8Kb), and having sufficient memory specified by those
parameters is extremely important to run fast.  

If adjusting your MySQL memory configuration values does not
solve your problem, you can also consider switching to
PostgreSQL, which performs much better with Bacula on big
installations (many millions of files per Job).  However for
large installations, you will also need to adjust the default
PostgreSQL memory configuration parameters.

==


   Release Notes for Bacula 5.0.1

  Bacula code: Total files = 1,081 Total lines = 217,272 (Using SLOCCount)

! NOTE !!
The Allow Duplicate Jobs directive has been significantly 
reworked, and the default value has changed. See below.

Truncate On Purge has been totally rewritten. See the new
features section of the manual.

When Volume Poll Interval is set in the SD DEVICE configuration,
(default 5 mins), after a certain number of polling tries (approx
10) polling will stop and the operator will be asked to
resolve the problem.  Previously there was no limit, and an
error message could be produced at each poll attempt.
!

Changes since 5.0.0
---
- We believe that we have resolved most of the problems
  concerning canceled or failed jobs being "stuck" in the
  Director.  There is one outstanding problem in the SD when
  canceling jobs that we will fix in the next major release.
  If you see jobs that seem to be stuck, in general issuing
  a cancel command in bconsole should now make them go away.

Directives:
- The default for "Allow Duplicate Jobs" has been changed from 
  no to yes.  If you use this directive, please check your
  conf file, and note the next two items !!!
- AllowHigherDuplicates disabled. It did not work as documented   
and was confusing.
- New directive "CancelLowerLevelDuplicates" See New Features
  section in the manual.
- Truncate on Purge rewritten.  See New Features section in the manual.

Bug fixes:
1448 1466 1467 1468 1476 1481 1486 1488 1494 1497 
1499 1501 1505 1509 1513

- Ensure SD asks for help when looping even if poll set. Fixes bug #1513.
- Fix three-pool regress bug
- Modify bacula.spec fixes bug #1505
- This version fixes an issue where the console window would start out
  docked. It is fixed by initiating the variables in the Pages class wi
  constructor.
- Fix make_catalog_backup.pl fails when catalog db is on 

[Bacula-users] Problem with double scheduling of jobs

2010-02-25 Thread jeffrey Lang

Hi

I recently upgrade to ver 5.0.0, on a Centos-5.4 servers.

After upgrading I modified my jobs to look like this, what I specificly 
interested in was the duplicate job features:


job {
   Name = "nicoya-cocos1"
   Enabled = yes
   Type = Backup
   Client = nicoya-fd
   FileSet = "nicoya-cocos1"
   Schedule = "Steve-Cycle-4"
   Storage = L700E
   Messages = Standard
   Pool = Steve
   Write Bootstrap = "/usr/local/bacula/working/nicoya-cocos1.bsr"
   Prefer Mounted Volumes = No
   Maximum Concurrent Jobs = 1
   SpoolData = yes
   Accurate = yes
   *Allow Duplicate Jobs = no
   #Cancel Lower Level Duplicates = yes
   Cancel Queued Duplicates = yes
   Cancel Running Duplicates = no*

}

but after running for two days, I see this in the director:

Running Jobs:
Console connected at 25-Feb-10 07:57
JobId Level   Name   Status
==
52481 Increme  nicoya-cocos1.2010-02-23_20.05.00_42 SD despooling Data
52485 Increme  nicoya-cocos4.2010-02-23_20.05.00_46 SD despooling Data
52486 Increme  nicoya-cocos5.2010-02-23_20.05.00_47 is waiting on max 
Client jobs
52487 Increme  nicoya-baja.2010-02-23_20.05.00_48 is waiting on max 
Client jobs
52488 Increme  nicoya-sverdrup0.2010-02-23_20.05.00_49 is waiting on 
max Client jobs
52489 Increme  nicoya-sverdrup1.2010-02-23_20.05.00_50 is waiting on 
max Client jobs
52490 Increme  nicoya-sverdrup2.2010-02-23_20.05.00_51 is waiting on 
max Client jobs
52491 Increme  nicoya-arenal0.2010-02-23_20.05.00_52 is waiting on max 
Client jobs
52492 Increme  nicoya-arenal1.2010-02-23_20.05.00_53 is waiting on max 
Client jobs
52493 Increme  nicoya-arenal2.2010-02-23_20.05.00_54 is waiting on max 
Client jobs
52494 Increme  nicoya-cr0.2010-02-23_20.05.00_55 is waiting on max 
Client jobs
52495 Increme  nicoya-cr1.2010-02-23_20.05.00_56 is waiting on max 
Client jobs
52496 Increme  nicoya-cr2.2010-02-23_20.05.00_57 is waiting on max 
Client jobs
52497 Increme  nicoya-cocos3.2010-02-23_20.05.00_58 is waiting on max 
Client jobs
52498 Increme  nicoya-omega0.2010-02-23_20.05.00_59 is waiting on max 
Client jobs
52499 Increme  nicoya-omega1.2010-02-23_20.05.01_00 is waiting on max 
Client jobs
52500 Increme  nicoya-ud2.2010-02-23_20.05.58_01 is waiting on max 
Client jobs
52523 Increme  seismicfs-seismic13.2010-02-23_20.06.16_24 SD despooling 
Data
52540 Increme  essvr-system.2010-02-24_20.05.00_44 is waiting on 
Storage SDLT320-1

52541 Increme  esdisp.2010-02-24_20.05.00_45 is waiting on max Storage jobs
52555 Increme  soso-system.2010-02-24_20.05.00_59 is waiting on max 
Storage jobs
52556 Increme  soso-home.2010-02-24_20.05.01_00 is waiting on max 
Storage jobs
52557 Increme  soso-pdf.2010-02-24_20.05.01_01 is waiting on max 
Storage jobs
52558 Increme  soso-pdf2.2010-02-24_20.05.01_02 is waiting on max 
Storage jobs
52559 Increme  soso-data.2010-02-24_20.05.01_03 is waiting on max 
Storage jobs
52560 Increme  soso-data2.2010-02-24_20.05.01_04 is waiting on max 
Storage jobs
52561 Increme  soso-data3.2010-02-24_20.05.01_05 is waiting on max 
Storage jobs
52562 Increme  soso-data4.2010-02-24_20.05.01_06 is waiting on max 
Storage jobs
52563 Increme  nicoya-system.2010-02-24_20.05.01_07 is waiting on max 
Client jobs
52564 Increme  nicoya-apps.2010-02-24_20.05.01_08 is waiting on max 
Client jobs
52565 Increme  nicoya-raid.2010-02-24_20.05.01_09 is waiting on max 
Client jobs
52566 Increme  nicoya-adak.2010-02-24_20.05.01_10 is waiting on max 
Client jobs
52567 Increme  nicoya-adak1.2010-02-24_20.05.01_11 is waiting on max 
Client jobs
52568 Increme  nicoya-stommel0.2010-02-24_20.05.01_12 is waiting on max 
Client jobs
52569 Increme  nicoya-stommel1.2010-02-24_20.05.01_13 is waiting on max 
Client jobs
52570 Increme  nicoya-stommel2.2010-02-24_20.05.01_14 is waiting on max 
Client jobs
52571 Increme  nicoya-blake.2010-02-24_20.05.01_15 is waiting on max 
Client jobs
52572 Increme  nicoya-cabo1.2010-02-24_20.05.01_16 is waiting on max 
Client jobs
52573 Increme  nicoya-cabo2.2010-02-24_20.05.01_17 is waiting on max 
Client jobs
52574 Increme  nicoya-cocos1.2010-02-24_20.05.01_18 is waiting on max 
Client jobs
52575 Increme  nicoya-cocos2.2010-02-24_20.05.01_19 is waiting on max 
Client jobs
52576 Increme  nicoya-agave.2010-02-24_20.05.01_20 is waiting on max 
Client jobs
52577 Increme  nicoya-home.2010-02-24_20.05.01_21 is waiting on max 
Client jobs
52578 Increme  nicoya-cocos4.2010-02-24_20.05.01_22 is waiting on max 
Client jobs
52579 Increme  nicoya-cocos5.2010-02-24_20.05.01_23 is waiting on max 
Client jobs
52580 Increme  nicoya-baja.2010-02-24_20.05.01_24 is waiting on max 
Client jobs
52581 Increme  nicoya-sverdrup0.2010-02-24_20.05.01_25 is waiting on 
max Client jobs
52582 Increme  nicoya-sverdrup1.2010-02-24_20.05.01_26 is waiting on 
max Client jobs
52583 Increme  nicoya-sverdrup2.2010-02-24_20.05.01_27 is waiting on 
ma

[Bacula-users] HP Openview Operations (HP/OVO) and Control-M Bacula Integration

2010-02-25 Thread Heitor Medrado de Faria
Hello my dear Bacula lovers,

Does Bacula support HP Openview Operations (HP/OVO) and Workloader 
Schedule (e.g.: Control-M) integration?

Regards,

Heitor Faria
www.bacula.com.br

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Maximum Concurrent Jobs on Device

2010-02-25 Thread JanJaap Scholing

Hi,

I'm trying the newfeature (bacula 5.0.0) Maximum Concurrent Jobs option on the 
Device section in the sd config file with a autochanger with 2 drives.
I want that bacula uses 2 devices at the same time on the same pool.

But everytime when I run multiple jobs at the same time the backups are made to 
1 drive and the other job is waiting for the storage device (the authochanger).

Max Concurrent Jobs for sd =20
Max Concurrent Jobs for both the 2 devices = 1

All maximum concurrents jobs on the dir are set to 20.

Does anybody know if the Maximum Concurrent Jobs option is working with an 
autochanger?

Thanks!

Jan Jaap
  
_
Het laatste nieuws, shownieuws en voetbalnieuws op MSN.nl
http://nl.msn.com/--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Using two disks/problems using vchanger, what could be a good strategy?

2010-02-25 Thread Gavin McCullagh
Hi,

On Wed, 24 Feb 2010, Administrator wrote:

> Is there any other solution, e.g. could i "close" a volume using a 
> script and then change the disk? Would bacula create silently a new 
> volume on the new disk if the last used volume was marked "full" before 
> the disk is removed?

Could you just use 

Maximum Volume Jobs = 1

and let it create/recycle a new volume each time?  Then set your retention
and maximum number of volumes in the pool appropriately?

Gavin


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Problemas connecting wih FileDaemon

2010-02-25 Thread Hosley

Hello;
I have a problem with a bacula that i installed in a windows machine, i 
configurated bacula-fd and bacula-sd, i`ve installed bacula in many machines 
and it has never had a problem, however with this machine i dont connect from 
bacula-director, the console advises me a typical error:
   Unable to authenticate with File Daemon at "x:1433"
   Possible causes:
   Passwords or names not the same or
   Maximum Concurrent Jobs exceeded on the FD or
   FD networking messed up (restart daemon).
   Please see http://www.bacula.org/rel-  manual/faq.html#AuthorizationErrors 
   for help.

And i dont know what is the problem, the password are fine and i set the 
Maximum Concurrent Jobs = 10, i work with last release, 5.0.1, (bacula-director 
and filedaemon), and in this machine the StorageDaemon works correctly.
 Any idea???
 Thanks .

+--
|This was sent by hurtado_n...@hotmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] log file ownership

2010-02-25 Thread Carlo Filippetto
With chmod 777 it works well?


2010/2/24 coryc :
>
> Hello,
>
> I am new to bacula and have run successful backups with it but I am 
> encountering a nagging problem.  I'm using bacula 2.2.8 on ubuntu 8.04lts.  
> The problem occurs with a daily backup not being able to run because the 
> director is unable to open the log file:
>
>  Error: message.c:590 fopen /var/lib/bacula/log failed: ERR=Permission denied
>
> I can change the ownership to bacula and the backup procedure will resume.  
> However, the same problem occurs the following night.  I find the ownership 
> has been changed to syslog and bacula can't open it.  I reviewed the log 
> rotation setup and found bacula is setup for a monthly rotation and to 
> preserve ownership.  Any help in correcting this would be very helpful.  
> Thanks.
>
> +--
> |This was sent by cory.cr...@gmail.com via Backup Central.
> |Forward SPAM to ab...@backupcentral.com.
> +--
>
>
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] software compression, real size vs size written?

2010-02-25 Thread Carlo Filippetto
1) is the compression rate
2) from bconsole, use the command 'estimate'

CIAO

2010/2/24 Joseph Dickson :
> Greetings!
>
>
>
> I’m relatively new to Bacula, and am working on my first deployment.  I am
> working in a completely disk-based environment, so I have a single director
> and SD which run on the same host, and a few Windows test server clients
> which run FD’s.
>
>
>
> Because it’s all disk based, I’m using compression=gzip4 in my fileset
> directives.  I have two questions regarding compression:
>
>
>
> 1)    What is the percentage that is reported in the job statistics?  Is
> that how well the compression is doing, or how much CPU it took to do it?
> I’ve seen references to both..
>
> 2)  Is there an easy way in bconsole to see what the actual size on disk
> of the job was?  All of the size numbers reported seem to be
> post-compression, which makes sense since the compression happens on the
> host, but I’m assuming bacula is storing ACTUAL size on disk info in the
> catalog somewhere.. I’d love to quickly see how much REAL data I’m backing
> up, compared to how much virtual tape space it’s taking..
>
>
>
> Thanks!
>
>
>
> Joseph Dickson
>
> AJ Boggs
>
> joseph.dick...@ajboggs.com
>
>
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users