Re: [Bacula-users] Feature Request: add an item to the restore option where you can select a pool

2007-01-03 Thread kshatriyak
On Mon, 1 Jan 2007, kshatriyak wrote:

 Item n: add an item to the restore option where you can select a pool

I thought about this last days, and maybe on second thought, it might be 
better to be able to select the most recent backup from a specified media 
type, not a pool? So the right pool which has the specified media type 
gets selected instantly.



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Feature Requests

2007-01-03 Thread Kern Sibbald
Thanks. I've added this to the projects list.

On Monday 01 January 2007 18:24, kshatriyak wrote:
 Item n: add an item to the restore option where you can select a pool
 Origin: kshatriyak at gmail dot com
 Date: 1/1/2006
 Status:
 
 What: In the restore option (Select the most recent backup for a client) 
 it would be useful to add an option where you can limit the selection to a 
 certain pool.
 
 Why: When using cloned jobs, most of the time you have 2 pools - a disk 
 pool and a tape pool. People who have 2 pools would like to select the 
 most recent backup from disk, not from tape (tape would be only needed in 
 emergency). However, the most recent backup (which may just differ a 
 second from the disk backup) may be on tape and would be selected. The 
 problem becomes bigger if you have a full and differential - the most 
 recent full backup may be on disk, while the most recent differential 
 may be on tape (though the differential on disk may differ even only a 
 second or so). Bacula will complain that the backups reside on different 
 media then. For now the only solution now when restoring things when you 
 have 2 pools is to manually search for the right job-id's and enter them 
 by hand, which is a bit fault tolerant.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula Feature Requests List

2007-01-03 Thread Kern Sibbald
Hello,

The period for acceptance of new Feature Requests for the upcoming vote is now 
closed.  Many thanks for all the feature -- there are some 41 of them.

Below you will find the complete list, and in the next few days, you will 
receive the instructions on how to vote on them.  

Best regards,

Kern


Projects:
 Bacula Projects Roadmap 
Status updated 3 January 2007

Summary:
Item  1:  Accurate restoration of renamed/deleted files
Item  2:  Implement a Bacula GUI/management tool.
Item  3:  Implement Base jobs.
Item  4:  Implement from-client and to-client on restore command line.
Item  5:  Implement creation and maintenance of copy pools
Item  6:  Merge multiple backups (Synthetic Backup or Consolidation).
Item  8:  Deletion of Disk-Based Bacula Volumes
Item  9:  Implement a Python interface to the Bacula catalog.
Item 10:  Archival (removal) of User Files to Tape
Item 11:  Add Plug-ins to the FileSet Include statements.
Item 12:  Implement more Python events in Bacula.
Item 13:  Quick release of FD-SD connection after backup.
Item 14:  Implement huge exclude list support using hashing.
Item 15:  Allow skipping execution of Jobs
Item 16:  Tray monitor window cleanups
Item 17:  Split documentation
Item 18:  Automatic promotion of backup levels
Item 19:  Add an override in Schedule for Pools based on backup types.
Item 20:  An option to operate on all pools with update vol parameters
Item 21:  Include JobID in spool file name
Item 22:  Include timestamp of job launch in stat clients output
Item 23:  Message mailing based on backup types
Item 24:  Allow inclusion/exclusion of files in a fileset by creation/mod 
times
Item 25:  Add a scheduling syntax that permits weekly rotations
Item 26:  Improve Bacula's tape and drive usage and cleaning management.
Item 27:  Implement support for stacking arbitrary stream filters, sinks.
Item 28:  Allow FD to initiate a backup
Item 29:  Directive/mode to backup only file changes, not entire file
Item 30:  Automatic disabling of devices
Item 31:  Incorporation of XACML2/SAML2 parsing
Item 32:  Clustered file-daemons
Item 33:  Commercial database support
Item 34:  Archive data
Item 35:  Filesystem watch triggered backup.
Item 36:  Implement multiple numeric backup levels as supported by dump
Item 37:  Implement a server-side compression feature
Item 38:  Cause daemons to use a specific IP address to source communications
Item 39:  Multiple threads in file daemon for the same job
Item 40:  Restore only file attributes (permissions, ACL, owner, group...)
Item 41:  Add an item to the restore option where you can select a pool

Below, you will find more information on future projects:

Item  1:  Accurate restoration of renamed/deleted files
  Date:   28 November 2005
  Origin: Martin Simmons (martin at lispworks dot com)
  Status: Robert Nelson will implement this

  What:   When restoring a fileset for a specified date (including most
  recent), Bacula should give you exactly the files and directories
  that existed at the time of the last backup prior to that date.

  Currently this only works if the last backup was a Full backup.
  When the last backup was Incremental/Differential, files and
  directories that have been renamed or deleted since the last Full
  backup are not currently restored correctly.  Ditto for files with
  extra/fewer hard links than at the time of the last Full backup.

  Why:Incremental/Differential would be much more useful if this worked.

  Notes:  Merging of multiple backups into a single one seems to
  rely on this working, otherwise the merged backups will not be
  truly equivalent to a Full backup.  

  Kern: notes shortened. This can be done without the need for 
  inodes. It is essentially the same as the current Verify job,
  but one additional database record must be written, which does 
  not need any database change.

  Kern: see if we can correct restoration of directories if
  replace=ifnewer is set.  Currently, if the directory does not
  exist, a dummy directory is created, then when all the files
  are updated, the dummy directory is newer so the real values
  are not updated.

Item  2:  Implement a Bacula GUI/management tool.
  Origin: Kern
  Date:   28 October 2005
  Status: 

  What:   Implement a Bacula console, and management tools
  probably using Qt3 and C++.

  Why:Don't we already have a wxWidgets GUI?  Yes, but
  it is written in C++ and changes to the user interface
  must be hand tailored using C++ code. By developing
  the user interface using Qt designer, the interface
  can be very easily updated and most of the new Python   
  code will be automatically created.  The user interface
  changes become very simple, and only the new features
 

Re: [Bacula-users] Bacula and tape ejects from Autoloader

2007-01-03 Thread Kern Sibbald
On Tuesday 02 January 2007 23:39, Meidal, Knut wrote:
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Kern
 Sibbald
 Sent: Saturday, December 23, 2006 12:43 AM
 To: bacula-users@lists.sourceforge.net
 Cc: Meidal, Knut
 Subject: Re: [Bacula-users] Bacula and tape ejects from Autoloader
 
 On Friday 22 December 2006 23:15, Meidal, Knut wrote:
  Hello,
  
   
  
  I'm currently considering setting up a small below the radar Bacula
  installation.
  
  I happen to have NetApp NearStore VTLs with capacity on them, that I can
 use
  as my back-end.
  
   
  
  VTL is a virtual tape library, i.e a collection of disk that presents
 itself
  on a FibreChannel port as being a regular tape library.
  
   
  
  These VTLs are connected to a physical tape library. The backup
 application
  doesn't see the physical tape library directly.
  
  The way it works is that I will define virtual libraries on the VTL,
 define
  drives and slots, and assign to a server. This server thinks he's talking
 to
  a regular tape library; mounts/reads/writes like always.
  
  The magic happens when the application or OS issues an EJECT command to
  move a tape (it doesn't know it's a virtual tape) to the I/O slot. 
 
 This question is not possible to answer because you are using a terminology 
 that does not correspond to that which I know.
 
 There is to the best of my knowledge (in the Unix world) no EJECT command.
 
 On the contrary there are exist two commands that Bacula uses.  One is 
 the offline command, and normally will discharge a tape from a tape
 reader.  
 This is equivalent to the mt offline command, and Bacula can do offlines at 
 particular times on request -- in fact, it is an OS API done through
 ioctl().
 
 The second is an unload command that unloads a cassette from an autoloader
 
 drive.  This command is a SCSI control command that Bacula issues by calling
 
 a program named mtx on most Unix systems (FreeBSD typically uses a different
 
 program).  Bacula does not directly issue SCSI command such as the unload, 
 but relies on mtx to do so for it.  mtx will unload a tape in a particular 
 drive into a specified slot, which must be empty.
 
 If your concept of EJECT corresponds to one of the above, then most likely
 
 it can be done in Bacula. 
 
 =
 My terminology might be a little skewed after too much Veritas NetBackup
 exposure...
 
 Anyway, my point about the eject is that this is not a _drive_ operation
 as such.
 It is not related to umount, or unload of the drives themselves. (A possible
 exception is if the tape is idle in a drive, it should be umounted,
 unloaded, and THEN put in the import/export slot without stopping by its )
 
 What I'm looking for is the library control software (MTX) to recognize one
 or more tape slots as Import/Export...
 Let's say my library has 6 of those.
 I want MTX (or Bacula wrappers) to eject V0123L2, which means to move
 tape V0123L2 from whatever storage slot, and put in I/E slot 1 (If I/E slot
 1 is full, pick the next available)
 
 The library cannot be opened to retrieve this tape. There are no (easy) ways
 of moving it other than using the library Web GUI, which is a pain, and
 cannot be scripted. 
 
 The reason I bring this up is that the movement of a (virtual) tape to the
 Import/Export slot of a virtual library is what triggers the virtual
 library into transferring the data off the virtual tape(i.e a byte stream on
 disk) on to a physical tape.
 

OK, that is a lot clearer.  There is no direct way to run these kinds of 
commands within Bacula.  However, you can schedule an Admin job to script 
this or you can run it manually by unmounting the autochanger in Bacula (or 
stopping the SD) then using the mtx command, then restarting or mounting the 
autochanger in Bacula.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] Feature Request: add an item to the restore option where you can select a pool

2007-01-03 Thread Kern Sibbald
On Wednesday 03 January 2007 09:14, kshatriyak wrote:
 On Mon, 1 Jan 2007, kshatriyak wrote:
 
  Item n: add an item to the restore option where you can select a pool
 
 I thought about this last days, and maybe on second thought, it might be 
 better to be able to select the most recent backup from a specified media 
 type, not a pool? So the right pool which has the specified media type 
 gets selected instantly.

If your suggestion gets implemented, we can discuss this.  However, in the 
future, Bacula is moving towards Pools becoming more important, and at some 
point they may permit only one Media Type, so I suspect that the pool 
specification is probably preferable.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Problem compiling a bacula client on IBM AIX 5.2

2007-01-03 Thread Christian Berthaud
 Hello everybody

I try to generate a bacula client( static or non staic) on an IBM AIX5.2
using GCC 4.0.0-1. but when I do make all I get the following error:



 /opt/freeware/bin/g++ -L../lib -L../findlib -o bacula-fd filed.o
authenticate.o acl.o backup.o chksum.o estimate.o filed_conf.o heartbeat.o
job.o pythonfd.o restore.o status.o verify.o
o -lz -lfind -lbac -lm -lpthread -lintl

 collect2: library libgcc_s not found

 make: 1254-004 The error code from the last command is 1.



 I have no libgcc_s on my machine but I have installed libgcc4.0.0-1



 WHO HAVE AN IDEA TO CORRECT THIS PROBLEM,

Christian Berthaud

Responsable de l'équipe Infrastructure
Centre Compétence Ile De France
Division TELECOM

.

Fax :  01 70 92 41 40
Tél sans fil : 01 55 91 26 91
Tél Fixe : 01 70 92 42 39
GSM : 06 86 49 82 95


Email : [EMAIL PROTECTED]

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Making bacula client static on IBM aix5.2

2007-01-03 Thread Christian Berthaud
Compiling of client in a non static way is OK.
But if I try to link the bacula-fd generated by
configure --enable-static-tools --enable-static-fd --enable-client-only I
have the following error

/opt/freeware/bin/g++   -static -L../lib -L../findlib -o static-bacula-fd
filed.o authenticate.o acl.o backup.o chksum.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  -lintl \

ld: 0711-340 SEVERE ERROR Symbol verbose in object
../lib/libbac.a[message.o]
A csect with multiple labels cannot be moved into the TOC.
ld: 0711-340 SEVERE ERROR Symbol verbose in object
../lib/libbac.a[message.o]
A csect with multiple labels cannot be moved into the TOC.
ld: 0711-340 SEVERE ERROR Symbol verbose in object
../lib/libbac.a[message.o]
A csect with multiple labels cannot be moved into the TOC.
ld: 0711-340 SEVERE ERROR Symbol verbose in object
../lib/libbac.a[message.o]
A csect with multiple labels cannot be moved into the TOC.
ld: 0711-340 SEVERE ERROR Symbol verbose in object
../lib/libbac.a[message.o]
A csect with multiple labels cannot be moved into the TOC.
ld: 0711-340 SEVERE ERROR Symbol verbose in object
../lib/libbac.a[message.o]
A csect with multiple labels cannot be moved into the TOC.
ld: 0711-340 SEVERE ERROR Symbol verbose in object
../lib/libbac.a[message.o]
A csect with multiple labels cannot be moved into the TOC.
ld: 0711-340 SEVERE ERROR Symbol verbose in object
../lib/libbac.a[message.o]
A csect with multiple labels cannot be moved into the TOC.
ld: 0711-340 SEVERE ERROR Symbol verbose in object
../lib/libbac.a[message.o]
A csect with multiple labels cannot be moved into the TOC.
ld: 0711-340 SEVERE ERROR Symbol verbose in object
../lib/libbac.a[message.o]
A csect with multiple labels cannot be moved into the TOC.
ld: 0711-340 SEVERE ERROR Symbol verbose in object
../lib/libbac.a[message.o]
A csect with multiple labels cannot be moved into the TOC.
ld: 0711-340 SEVERE ERROR Symbol verbose in object
../lib/libbac.a[message.o]
A csect with multiple labels cannot be moved into the TOC.
ld: 0711-340 SEVERE ERROR Symbol verbose in object
../lib/libbac.a[message.o]
A csect with multiple labels cannot be moved into the TOC.
ld: 0711-340 SEVERE ERROR Symbol verbose in object
../lib/libbac.a[message.o]
A csect with multiple labels cannot be moved into the TOC.
ld: 0711-340 SEVERE ERROR Symbol verbose in object
../lib/libbac.a[message.o]
A csect with multiple labels cannot be moved into the TOC.
ld: 0711-340 SEVERE ERROR Symbol verbose in object
../lib/libbac.a[message.o]
A csect with multiple labels cannot be moved into the TOC.
ld: 0711-340 SEVERE ERROR Symbol verbose in object
../lib/libbac.a[message.o]
A csect with multiple labels cannot be moved into the TOC.
ld: 0711-340 SEVERE ERROR Symbol verbose in object
../lib/libbac.a[message.o]
A csect with multiple labels cannot be moved into the TOC.
ld: 0711-340 SEVERE ERROR Symbol verbose in object
../lib/libbac.a[message.o]
A csect with multiple labels cannot be moved into the TOC.
ld: 0711-340 SEVERE ERROR Symbol verbose in object
../lib/libbac.a[message.o]
A csect with multiple labels cannot be moved into the TOC.
collect2: ld returned 12 exit status
make[1]: *** [static-bacula-fd] Error 1
make[1]: Leaving directory `/packages/bacula/bacula-1.38.11/src/filed'

Any idea to help?
Christian Berthaud

Responsable de l'équipe Infrastructure
Centre Compétence Ile De France
Division TELECOM

.

Fax :  01 70 92 41 40
Tél sans fil : 01 55 91 26 91
Tél Fixe : 01 70 92 42 39
GSM : 06 86 49 82 95


Email : [EMAIL PROTECTED]

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] [CROSSML] Can Bacula fulfil these requirement?

2007-01-03 Thread Eric Leung
To whom it may concern
 
I would like to ask can Bacula fulfil all of the following requirement,
I have read part of the documentation, and know it fulfil most of the
following requirements. However, some of the following requirement I am
not sure can Bacula fulfil it or not, so could you let me know can
Bacula can do it NOW or it may be implement in the future.
 
I have put OK next to the requirement if Bacula can fulfil that
requirement, however, I may be wrong, so please correct it for me if it
is wrong.
 
 01) Able to split backups across multiple disks - OK
 02) Incremental backups - OK
 03) Improved flexibility for configuring which folders are backed
up
 04) Encrypted backup support - OK
 05) backup notification email with html template - NOT SURE
 06) ACL support - NOT SURE
 07) Quick Restore (backup not split into 2G files, i.e. one single
file)  - NOT SURE
 08) Scripts to allow specified files to be restored from the backup
- OK: base on the catelog in DB
 09) Shadow filesystem backups - NOT SURE
 10) Incremental backups to remote fileservers rather than disks -
OK
 
I am looking forward to your reply and using Bacula. It will be great if
Bacula can fulfil all of the above requirements, as these are the major
factor for my decision.
 
best regards,
Eric





-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Restore Remote via SSH with one job only

2007-01-03 Thread Markus Schulz
Hello,

i'm using bacula 1.36.2-2sarge1 and want to backup several remote 
maschines only available via ssh tunnels.

For this i'm having some jobs like:

Job {
  Name = Client
  JobDefs = DefaultRemoteJob
  Client = FQDN
  Run Before Job = /etc/bacula/ssh-tunnel.sh start %c
  Run After Job = /etc/bacula/ssh-tunnel.sh stop %c
  Write Bootstrap = /var/lib/bacula/ClientRoot2.bsr
}

The backup works fine with %c as FQDN for each Client. (Run Before und 
After can also be declared inside JobDefs if i understand the %c 
replacement correctly.

But my restore Job don't work.

Job {
  Name = RestoreRemote
  Type = Restore
  Client = NEEDED_CLIENT_NAME
  FileSet=StdSet
  Storage = File
  Pool = Default
  Messages = Standard
  Run Before Job = /etc/bacula/ssh-tunnel.sh start %c
  Run After Job = /etc/bacula/ssh-tunnel.sh stop %c
  Where = /
}

If i start a restore job, i select the client to restore to in bconsole. 
Why i need to declare e client inside the Job Definition? The %c in Run 
Before and After would not be replaced with the selected client but 
with the Client in the Job Definition. So i need for each Remote Server 
an own Restore Job.

Is there any way to do this with only one restore job for all remote 
servers?

-- 
Markus Schulz

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] BETA question

2007-01-03 Thread Alan Brown

Is there a summary of required configuration syntax changes between 
1.38.11 and 1.39.34-1/1.40?

The development manual is currently announcing itself as for bacula 2.0.0

AB

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Restore Remote via SSH with one job only

2007-01-03 Thread Markus Schulz
Am Mittwoch, 3. Januar 2007 13:25 schrieb [EMAIL PROTECTED]:
 On Wed, Jan 03, 2007 at 01:11:09PM +0100, Markus Schulz wrote:
  Hello,
 
  i'm using bacula 1.36.2-2sarge1 and want to backup several remote
  maschines only available via ssh tunnels.

 wouldn't it be easyer to change your tunnel machnism from SSH Port
 Tunneling to openvpn ?

too much overhead for the number of machines.

 http://www.bacula.org/dev-manual/Variable_Expansion.html
 
 Client
 -- the Client's name


 Run Before Job = /etc/bacula/ssh-tunnel.sh start ${Client}
 but besure to type it casesensitve ...

looks like something which doen't exists in 1.36.2 and for me it looks 
like the same as %c expansion. But the %c expansion would be done to 
the configured client inside the job definition and not to the selected 
machine on restore command.

-- 
Markus Schulz


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] FOSDEM slide presentation

2007-01-03 Thread Kern Sibbald
Hello,

I've posted to the web site a preliminary copy of the slide show that I plan 
to present at FOSDEM in Febrary, and would appreciate your feedback on it.
I haven't timed the talk yet, but it should be about 30-40 minutes.

I would like to have better graphics for the one graphics slide I have, but 
then I'm not very good as an artist.  About the only other thing I am 
thinking about doing is showing some actual commands and output much like 
what is in the Brief Tutorial chapter of the manual -- the problem is that 
such text either is too small to read on a projected screen or requires 3 
slides to get it up ...  You can view it at:

  http://www.bacula.org/presentations/Bacula-FOSDEM-talk-24Feb07.pdf

Best regards,

Kern

PS: I am not yet sure if I will give the talk on the 24th or the 25th.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] FOSDEM slide presentation

2007-01-03 Thread Bill Moran
In response to Kern Sibbald [EMAIL PROTECTED]:
 
 I've posted to the web site a preliminary copy of the slide show that I plan 
 to present at FOSDEM in Febrary, and would appreciate your feedback on it.
 I haven't timed the talk yet, but it should be about 30-40 minutes.
 
 I would like to have better graphics for the one graphics slide I have, but 
 then I'm not very good as an artist.  About the only other thing I am 
 thinking about doing is showing some actual commands and output much like 
 what is in the Brief Tutorial chapter of the manual -- the problem is that 
 such text either is too small to read on a projected screen or requires 3 
 slides to get it up ...  You can view it at:
 
   http://www.bacula.org/presentations/Bacula-FOSDEM-talk-24Feb07.pdf
 
 Best regards,

* Slide 21: I found the indenting a bit confusing.  At first it seems as
  if you had multiple filesets on the slide.

Also, I gave a presentation at our local LUG last month on Bacula, and
I left myself time at the end to actually show them what it was like
to manually kick off backups and restores in bconsole.  I run a full
Bacula setup on my laptop so it was pretty convenient.  The point
being that the demonstration at the end was more popular than the
presentation itself -- you might want to consider doing the same.

Other than that, it looks really good.  I didn't think the graphic slide
was particularly bad -- it looks better than the OOo graphics I did for
my presentation.

-- 
Bill Moran
Collaborative Fusion Inc.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Res: FOSDEM slide presentation

2007-01-03 Thread Georger Araujo
Kern,
I like the presentation; what I would like to point out is that you have ~30 
pages with content and only 30-40 minutes to talk about them, leaving you with 
only a little more than a minute for each page. I suggest that you practice 
this presentation in front of a small audience, at a local LUG or college, for 
example - I believe you will be bombarded with questions and find out you won't 
be able to wrap it up.
I gave a presentation at a local university last year about the FOSS solutions 
I use at my workplace; 12 slides, one hour, and it was barely enough. You could 
shave a bit of the technical info and highlight the following:

- Quote the poll Peter Buschman ran last year and talk about the scenarios 
where people are using Bacula.
- Talk about the features that make Bacula a boon to sysadmins: restore 
estimates, direct queries to the catalog, portable Win32/*nix restores, 
scriptability.
- Make a HW/SW compatibility matrix: SUSE, RHEL, Fedora, Debian, LTO, SDLT, 
VXA, autochangers. Try and make people see that Bacula is enterprise ready.
- A few screenshots (Bacula web-gui, tray-monitor, wxconsole) would make things 
prettier.

Just my $0.02. Regards,

Georger

- Mensagem original 
De: Kern Sibbald [EMAIL PROTECTED]
Para: bacula-devel [EMAIL PROTECTED]; bacula-users 
bacula-users@lists.sourceforge.net
Enviadas: Quarta-feira, 3 de Janeiro de 2007 12:15:54
Assunto: [Bacula-users] FOSDEM slide presentation

Hello,

I've posted to the web site a preliminary copy of the slide show that I plan 
to present at FOSDEM in Febrary, and would appreciate your feedback on it.
I haven't timed the talk yet, but it should be about 30-40 minutes.

I would like to have better graphics for the one graphics slide I have, but 
then I'm not very good as an artist.  About the only other thing I am 
thinking about doing is showing some actual commands and output much like 
what is in the Brief Tutorial chapter of the manual -- the problem is that 
such text either is too small to read on a projected screen or requires 3 
slides to get it up ...  You can view it at:

  http://www.bacula.org/presentations/Bacula-FOSDEM-talk-24Feb07.pdf

Best regards,

Kern

PS: I am not yet sure if I will give the talk on the 24th or the 25th.



__
Fale com seus amigos  de graça com o novo Yahoo! Messenger 
http://br.messenger.yahoo.com/ 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] FOSDEM slide presentation

2007-01-03 Thread Eric Peterson
On 1/3/07, Kern Sibbald [EMAIL PROTECTED] wrote:
 Hello,

 I've posted to the web site a preliminary copy of the slide show that I plan
 to present at FOSDEM in Febrary, and would appreciate your feedback on it.
 I haven't timed the talk yet, but it should be about 30-40 minutes.

 I would like to have better graphics for the one graphics slide I have, but
 then I'm not very good as an artist.  About the only other thing I am
 thinking about doing is showing some actual commands and output much like
 what is in the Brief Tutorial chapter of the manual -- the problem is that
 such text either is too small to read on a projected screen or requires 3
 slides to get it up ...  You can view it at:

   http://www.bacula.org/presentations/Bacula-FOSDEM-talk-24Feb07.pdf

 Best regards,

 Kern

 PS: I am not yet sure if I will give the talk on the 24th or the 25th.

Hi Kern,

Over the last year or better there has been a large movement to bring
the developer community in my area together. The format of the get
togethers has been modeled after barcamp.org's unconferences. Everyone
is allowed/required to contribute.

From reading the About FOSDEM page, it sounds like this a little
more conference then unconference, but I think one thing still
applies: geeks, developers, or whatever you want to call people like
us like to see the product and probably won't appreciate a long slide
show as much as a demo.

So if you're looking for an opinion, at that's all this is, I would
recommend presenting Bacula via demonstration rather than
presentation. Remember, many of us suffer from NADD --
http://www.randsinrepose.com/archives/2003/07/10/nadd.html.

Of course, if FOSDEM mandates that you give a presentation, then you're set.

Kind Regards,
Eric

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] FOSDEM slide presentation

2007-01-03 Thread Don MacArthur
This is a great presentation that I will use at work to help build
support for Bacula!  

In the presentation I noticed the multiple simultaneous copies of the
same backup on different volumes feature.  I'm using 1.38.7, and run
two sets of backups, one to tape and another to disk a few hours later.
Is this feature available in a subsequent Bacula version, or did I space
out when I read the manual?  

If I just missed, please point me to the info, otherwise to the
version.  

Many thanks, and kudos for a great product that helps me open the door
to open source in a mostly MS world. 

On Wed, 2007-01-03 at 16:15 +0100, Kern Sibbald wrote:
 Hello,
 
 I've posted to the web site a preliminary copy of the slide show that I plan 
 to present at FOSDEM in Febrary, and would appreciate your feedback on it.
 I haven't timed the talk yet, but it should be about 30-40 minutes.
 
 I would like to have better graphics for the one graphics slide I have, but 
 then I'm not very good as an artist.  About the only other thing I am 
 thinking about doing is showing some actual commands and output much like 
 what is in the Brief Tutorial chapter of the manual -- the problem is that 
 such text either is too small to read on a projected screen or requires 3 
 slides to get it up ...  You can view it at:
 
   http://www.bacula.org/presentations/Bacula-FOSDEM-talk-24Feb07.pdf
 
 Best regards,
 
 Kern
 
 PS: I am not yet sure if I will give the talk on the 24th or the 25th.
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] how to configure Bacula to use MYSQL on a remote server?

2007-01-03 Thread Larose, Andre
Hi,

 

I am in the process of replacing two old Bacula servers. 

 

The new servers will also have a common MYSQL database server.

 

How do I configure Bacula to connect to a remote MYSQL server and use a 
different database name.

I.E. Bacula server1 would connect to MYSQL server and use BACULA1 db with user 
bacula1 and password pass1

And

Bacula server2 would connect to MYSQL server and use BACULA2 db with user 
bacula2 and password pass2

 

Thank you for your help.

 

André Larose

[EMAIL PROTECTED]

 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] FOSDEM slide presentation

2007-01-03 Thread Kern Sibbald
On Wednesday 03 January 2007 17:18, Don MacArthur wrote:
 This is a great presentation that I will use at work to help build
 support for Bacula!  

Thanks.  Please do.  I will be updating it refinements/correction, so please 
check from time to time.

 
 In the presentation I noticed the multiple simultaneous copies of the
 same backup on different volumes feature. 

I'll take a careful look at that.  I suspect I switched same and different.  
It probably should read multiple simultaneous copies of different 
Jobs/clients on the same volume.

 I'm using 1.38.7, and run 
 two sets of backups, one to tape and another to disk a few hours later.
 Is this feature available in a subsequent Bacula version, or did I space
 out when I read the manual?  
 
 If I just missed, please point me to the info, otherwise to the
 version.  

No, I think I just messed up.

 
 Many thanks, and kudos for a great product that helps me open the door
 to open source in a mostly MS world. 

Yes, thanks.  Robert Nelson and Thorsten Engel, had big parts in getting the 
MS code up to par.

 
 On Wed, 2007-01-03 at 16:15 +0100, Kern Sibbald wrote:
  Hello,
  
  I've posted to the web site a preliminary copy of the slide show that I 
plan 
  to present at FOSDEM in Febrary, and would appreciate your feedback on it.
  I haven't timed the talk yet, but it should be about 30-40 minutes.
  
  I would like to have better graphics for the one graphics slide I have, 
but 
  then I'm not very good as an artist.  About the only other thing I am 
  thinking about doing is showing some actual commands and output much like 
  what is in the Brief Tutorial chapter of the manual -- the problem is that 
  such text either is too small to read on a projected screen or requires 3 
  slides to get it up ...  You can view it at:
  
http://www.bacula.org/presentations/Bacula-FOSDEM-talk-24Feb07.pdf
  
  Best regards,
  
  Kern
  
  PS: I am not yet sure if I will give the talk on the 24th or the 25th.
  
  -
  Take Surveys. Earn Cash. Influence the Future of IT
  Join SourceForge.net's Techsay panel and you'll get the chance to share 
your
  opinions on IT  business topics through brief surveys - and earn cash
  http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
  ___
  Bacula-users mailing list
  Bacula-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/bacula-users
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] how to configure Bacula to use MYSQL on a remote server?

2007-01-03 Thread Eric Peterson
On 1/3/07, Larose, Andre [EMAIL PROTECTED] wrote:
 How do I configure Bacula to connect to a remote MYSQL server and use a
 different database name.

Edit the catalog directive in /etc/bacula/bacula-dir.conf to use the
database, address, etc.

# Generic catalog service
Catalog {
  Name = MyCatalog
  dbname = bacula; DB Address = localhost; user = bacula; password = pass
}



 I.E. Bacula server1 would connect to MYSQL server and use BACULA1 db with
 user bacula1 and password pass1

# Generic catalog service
Catalog {
  Name = MyCatalog
  dbname = BACULA1; DB Address = server1; user = bacula1; password = pass1
}

 Bacula server2 would connect to MYSQL server and use BACULA2 db with user
 bacula2 and password pass2

Same as above, just change the info to reflect the different settings.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] how to configure Bacula to use MYSQL on a remote server?

2007-01-03 Thread [EMAIL PROTECTED]

Andre,

in your bacula-dir.conf (or in a file referenced from it) file you will 
find:


Catalog {
 Name = CATALOG_NAME
 DB Address = DB_SERVER_ADDRESS
 DB Port = DB_PORT
 dbname = DB_NAME
 user = DB_USER_NAME
 password = DB_PASSWORD
}


Change that to the configuration information for your new database 
server and instance.






I also had to make changed to the catalog backup script: 
INSTALL_DIR/etc/make_catalog_backup

Here is the script in its entirety:
###
#!/bin/sh
#
# This script dumps your Bacula catalog in ASCII format
# It works for MySQL, SQLite, and PostgreSQL
#
#  $1 is the name of the database to be backed up and the name
# of the output file (default = bacula).
#  $2 is the user name with which to access the database
# (default = bacula).
#  $3 is the password of the bacula database user
#  $4 is the hostname of the database server
#  $5 is the port on the database server

#---
# check that all of the arguments are there:
#---
if [ $# != 5 ];then
   echo Usage: $0 database username password hostname 
db_port_number

   exit 1
fi

#---
# change to the backup directory:
#---
cd /usr/local/bacula_knightworks/var/bacula/working

#---
# remove the previous catalog dump:
#---
if [ -f ${1}.sql ]; then
   rm -f ${1}.sql
fi

#---
# do the backup:
#---
if test xsqlite = xmysql ; then
 echo .dump | /usr/bin/sqlite $1.db $1.sql
else
 if test xmysql = xmysql ; then
  /usr/bin/mysqldump -h $4 -u $2 --port=$5 --password=$3 -f --opt $1 
$1.sql

 else
   /usr/bin/pg_dump -U $2 $1 $1.sql
 fi
fi




For this to work, you need to change your catalog backup RunBeforeJob 
settings:
RunBeforeJob = /INSTALL_DIR/etc/make_catalog_backup database 
username password hostname db_port_number



-Jeff Humes



Larose, Andre wrote:


Hi,

 


I am in the process of replacing two old Bacula servers.

 


The new servers will also have a common MYSQL database server.

 

How do I configure Bacula to connect to a remote MYSQL server and use 
a different database name.


I.E. Bacula server1 would connect to MYSQL server and use BACULA1 db 
with user bacula1 and password pass1


And

Bacula server2 would connect to MYSQL server and use BACULA2 db with 
user bacula2 and password pass2


 


Thank you for your help.

 


André Larose

[EMAIL PROTECTED]

 




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users
  
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BackupCatalog waiting to reserve a device

2007-01-03 Thread Chris Rodgers
Does anyone have any ideas what is causing bacula to jam up like this?

I'm sorry if I have provided too much information, but I don't have any 
real idea which parts of the configuration/etc. may be to blame.

Thanks,

Chris.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] btape-iscsi kernel panic

2007-01-03 Thread Frank V Murphy
Hello,

I am attempting to build bacula on RHEL3.4.4-2 (Linux version 
2.6.9-22ELsmp) with an iSCSI connected 8mm Cybernetics drive. The drive is 
fine by tar, mt, etc. btape is able to query the tape drive, but when I 
test or fill using btape I get a genuine kernel panic .

One iteration of testing allowed me to get the following error message:
kernel: bad page state at free_hot_cold_page ( in process 'iscsi-rx', page 
c1680760)

Any idess?
THANKS!



Frank V Murphy
Senior Scientist I
Structural Biology
Chemistry Department
Abbott Bioresearch Center
100 Research Drive
Worcester, MA 01605
USA
Voice 508-849-2852
[EMAIL PROTECTED]







gifXOllYyhYUK.gif
Description: GIF image
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Novell client

2007-01-03 Thread admin
I was going to search the forums on this, but it comes up with a 500
internal server error.

Just wondering if a new client has become available, so I can back up a
Novell server??


Raymond

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


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] FOSDEM Presentation

2007-01-03 Thread Tom Plancon
Title: signature page




Hi All,

Just wanted to say the presentation looks great! I've been using Bacula
for a couple of years now in a small architectural design firm and
reading the presentation just help clarify, once again, everything that
goes into Bacula!

One small point: slide #9, item #2, should that read "Communicates with
Director..." and not "Communicates with
Directory..." ? As someone who considers himself a perpetual newbie I
find little things like that drive me nuts! What Directory? Where? They
talked about a Director, but not a DirectorY !?!

Once again thanks for a great program and knock 'em dead at FOSDEM!

-- 


 Tom Plancon
CAD/IS Manager
BKA Architects, Inc.
142 Crescent St.
Brockton, MA 02302
508-583-5603
[EMAIL PROTECTED]
 



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BackupCatalog waiting to reserve a device

2007-01-03 Thread Erich Prinz

You might configure concurrent jobs as a solution.

That way, if one client is off-line, it doesn't hold up the whole  
show for the other jobs. Otherwise, the jobs will queue and wait  
patiently for the device to become available.

Erich

On Jan 3, 2007, at 11:38 AM, Chris Rodgers wrote:

 Does anyone have any ideas what is causing bacula to jam up like this?

 I'm sorry if I have provided too much information, but I don't have  
 any
 real idea which parts of the configuration/etc. may be to blame.

 Thanks,

 Chris.

 -- 
 ---
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to  
 share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php? 
 page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Novell client

2007-01-03 Thread Jeronimo Zucco
I use NFS to make backups of novell servers. Novell share volumes with NFS,
configure it to share for your IP of bacula server read-only.

You can use ncpfs to mount volumes too, but it is very slow than NFS.

--
Jeronimo Zucco
LPIC-1 Linux Professional Institute Certified
Núcleo de Processamento de Dados
Universidade de Caxias do Sul

http://jczucco.blogspot.com


Citando [EMAIL PROTECTED]:

 I was going to search the forums on this, but it comes up with a 500
 internal server error.

 Just wondering if a new client has become available, so I can back up a
 Novell server??


 Raymond

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


 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users




This message was sent using IMP, the Internet Messaging Program.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Novell client

2007-01-03 Thread admin
 I use NFS to make backups of novell servers. Novell share volumes with
NFS,
 configure it to share for your IP of bacula server read-only.

 You can use ncpfs to mount volumes too, but it is very slow than NFS.


So, I would install windows bacula client on a box that had access to the
NFS share, and backup the shares?? Will it retain permissions?






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


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] FOSDEM Present.

2007-01-03 Thread T. Plancon




Hi All,

Just wanted to say the presentation looks great! I've been using Bacula
for a couple of years now in a small architectural design firm and
reading the presentation just help clarify, once again, everything that
goes into Bacula!

One small point: slide #9, item #2, should that read "Communicates with
Director..." and not "Communicates with
Directory..." ? As someone who considers himself a perpetual newbie I
find little things like that drive me nuts! What Directory? Where? They
talked about a Director, but not a DirectorY !?!

Once again thanks for a great program and knock 'em dead at FOSDEM!
-- 
Tom Plancon
CAD/IS Manager
BKA Architects, Inc.
142 Crescent St.
Brockton, MA 02302
508-583-5603
[EMAIL PROTECTED]
 



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Restore Remote via SSH with one job only

2007-01-03 Thread Eric Bollengier
Hi,

You have found a bug, i think we can correct this with this patch :

--- my/src/dird/ua_run.c2006-12-30 16:36:37.0 +0100
+++ cvs/src/dird/ua_run.c   2007-01-03 20:23:43.0 +0100
@@ -467,6 +467,7 @@
jcr-pool = pool;
set_rwstorage(jcr, store);
jcr-client = client;
+   pm_strcpy(jcr-client_name, client-name());
jcr-fileset = fileset;
jcr-ExpectedFiles = files;
if (catalog != NULL) {

I don't know if kern will accept this patch for the 2.0.0 release. I think
it's too late.

You can patch it yourself.

Bye


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Using btraceback

2007-01-03 Thread Martin Simmons
 On Tue, 02 Jan 2007 17:49:22 -0500, DAve  said:
 
 I have a problem that may be simple. But trying to get a traceback is 
 proving to be problematic. Following the directions in the manual, and 
 what I could find in archives, I believe I am doing it correctly. 
 However a couple issues spring up.
 
 First, the manual states that running btraceback manually should send 
 the current state of bacula and exit leaving the processes running. This 
 is true if there are no jobs running.
 http://pixelhammer.com/DAve/Bacula/btraceback2.txt
 
 But if jobs are running, bacula-dir goes away. Should btraceback stop 
 bacula-dir?
 http://pixelhammer.com/DAve/Bacula/btraceback3.txt
 
 And finally, the traceback I get when I see the problem I am trying to 
 report. I get the strange feeling that I need more information to 
 properly report the problem to Kern.
 http://pixelhammer.com/DAve/Bacula/btraceback1.txt
 
 I am running Bacula 1.38.5
 FreeBSD 5.4
 Bacula installed from ports.
 I have debug set to a value of 99.
 I am running btraceback manually as root with the following command.
 btraceback /usr/local/sbin/bacula-dir 86459
 
 The PID is correct and  /usr/local/sbin/btraceback has been correctly 
 edited.
 
 Thanks, any assistance is appreciated.

The errors Previous frame inner to this frame (corrupt stack?) and No
stack can mean several things, in order of likeliness:

1) the code doesn't contain sufficient debug info
2) gdb is broken or incompatible with gcc
3) gcc is broken or incompatible with gdb

You could try configuring and building Bacula with CFLAGS=-g to solve 1,
though there will still be issues with the system libraries.

If that doesn't work, then building your own gdb from the latest sources might
help with 2.  You might be able to build your own gcc too, but that's pretty
drastic.

Finally, you can run bacula-dir directly under gdb (add the -f option when
starting bacula-dir).  Then interrupt bacula-dir and use the gdb commands in
the script at the gdb command line, which should allow you to skip any that
fail.

__Martin

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] SD reading of volfiles and catalog don't match

2007-01-03 Thread Kern Sibbald
1. Did you run the btape test command before using Bacula?

2. Did you do all the 9 steps suggested in the tape testing chapter of the 
manual?



On Wednesday 03 January 2007 19:32, Alan Davis wrote:
 
 I'm consistently running into a problem where whenever the SD has to
 reposition the tape to start a new job it fails the tape because the
 number of volume files it counts on the tape doesn't match the number
 stored in the database for that volume. The files on tape is always 1
 less than the catalog entry. 
 
 I can reliably reproduce the failure with the following steps.
 
 Setup: 
 set all but one tape to disabled in the pool to ensure I know which tape
 will be chosen for backup
 purge files/jobs from target tape - this sets it's status to purged
 ensure that volume is set to recycle
 
 Test:
 run job - this one creates 2 volfiles
 check count of volfiles in catalog
 unmount volume 
 remount volume - forces next job to seek to end of data
 run job - the volume will be set to error because the SD finds 1 volume
 file on tape and catalog says 2
 
 Check tape EOM:
 unmount volume
 mtx load 1 0
 mt status - shows file marker at 0
 mt eom
 mt status - shows file marker at 2
 (see transcript below for actual commands and output)
 
 Alternate test:
 run job - creates 2 volfiles
 run job - creates 2 volfiles
 unmount volume 
 remount volume - forces next job to seek to end of data
 run job - the volume will be set to error because the SD finds 3 volume
 files on tape and catalog says 4
 
 
 I'm running 1.39.22 with DIR, SD and FD on Solaris 10 x86.
 The configuration passes btape test and autochanger.
 The drives are HP TZ89 on this system and HP LTO-3 on a second SD server
 that is exhibiting the same problem.
 
 It seems that the SD isn't finding itself at the right location after
 the 
 seek to EOM. What /should/ the file location be from mt status after
 seeking to EOM with 2 volfiles written to tape?
 
 I'm using the following directives in the Device entry (wrapped
 incorrectly by the emailer, of course):
 
 Device {
   Name = Drive-0  #
   Drive Index = 0
   Media Type = DLT-8000
   Archive Device = /dev/rmt/0cbn
   AutomaticMount = yes;   # when device opened, read it
   AutoSelect = yes;
   AlwaysOpen = yes;
   RemovableMedia = yes;
   RandomAccess = no;
   AutoChanger = yes
   Changer Command = /opt/bacula/bin/mtx-changer %c %o %S %a %d
   Changer Device = /dev/changer
   # Enable the Alert command only if you have the mtx package loaded
   Alert Command = /sbin/sh -c '/usr/local/sbin/tapeinfo -f %c
 |/usr/bin/grep TapeAlert|/usr/bin/cat'
 Offline On Unmount  = no
 Hardware End of Medium  = yes
 BSF at EOM  = yes
 Backward Space Record   = yes
 Backward Space File = yes
 Fast Forward Space File = yes
 Use MTIOCGET= yes
 TWO EOF = yes
   LabelMedia = yes;   # lets Bacula label unlabeled
 media
 Maximum Network Buffer Size = 65536
 }
 
 Do I have a combination of settings that works under btape but is
 incorrect for the logic of the SD?
 
 What tools does bacula provide that I can use to track this down
 further?
 
 Here's a transcript of a session that reproduces the problem:
 
 ### Begin transcript
 # bconsole
 Connecting to Director labtape.ruckus.com:9101
 1000 OK: athos-dir Version: 1.39.22 (08 Septermber 2006)
 Enter a period to cancel a command.
 *list nextvol
 The defined Job resources are:
  1: TestBackup
  2: Sol10x86FullBackup
  3: u2FullBackupJob
  4: WinXPFullBackup
  5: Client1
  6: BackupCatalog
  7: RestoreFiles
 Select Job resource (1-7): 1
 The next Volume to be used by Job TestBackup (Default, Incremental)
 will be EJB084
 You have messages.
 *messages
 03-Jan 10:47 athos-dir: Recycled volume EJB084
 *run
 A job name must be specified.
 The defined Job resources are:
  1: TestBackup
  2: Sol10x86FullBackup
  3: u2FullBackupJob
  4: WinXPFullBackup
  5: Client1
  6: BackupCatalog
  7: RestoreFiles
 Select Job resource (1-7): 1
 Run Backup job
 JobName:  TestBackup
 FileSet:  TestFileSet1
 Level:Full
 Client:   athos-fd
 Storage:  TL800
 Pool: Default
 When: 2007-01-03 11:08:13
 Priority: 10
 OK to run? (yes/mod/no): yes
 Job started. JobId=54
 *
 03-Jan 11:08 athos-dir: Start Backup JobId 54,
 Job=TestBackup.2007-01-03_11.08.16
 03-Jan 11:08 athos-sd: Recycled volume EJB084 on device Drive-0
 (/dev/rmt/0cbn), all previous data lost.
 *
 You have messages.
 *messages
 03-Jan 11:15 athos-sd: Job write elapsed time = 00:07:17, Transfer rate
 = 3.286 M bytes/second
 03-Jan 11:15 athos-dir: Bacula 1.39.22 (09Sep06): 03-Jan-2007 11:15:46
   JobId:  54
   Job:TestBackup.2007-01-03_11.08.16
   Backup Level:   Full
   Client: athos-fd i386-pc-solaris2.10,solaris,5.10
   FileSet:TestFileSet1 2006-11-17 17:33:12
   Pool:   Default (From Job 

Re: [Bacula-users] FOSDEM Present.

2007-01-03 Thread Kern Sibbald
On Wednesday 03 January 2007 20:31, T. Plancon wrote:
 Hi All,
  
  Just wanted to say the presentation looks great! I've been using Bacula for 
a couple of years now in a small architectural design firm and reading the 
presentation just help clarify, once again, everything that goes into Bacula!

Thanks.

  
  One small point: slide #9, item #2, should that read Communicates with 
Director... and not Communicates with Directory... ? As someone who 
considers himself a perpetual newbie I find little things like that drive me 
nuts! What Directory? Where? They talked about a Director, but not a 
DirectorY !?!

Thanks.  I've corrected it.

  
  Once again thanks for a great program and knock 'em dead at FOSDEM! 

With everyone's help, I am sure it will go *much* better.  Thanks,

Kern

PS: You don't happen to use AutoCAD do you? -- another piece of software that 
I had my hands into ...

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] quote needed for Press Release

2007-01-03 Thread Dan Langille
All followups to [EMAIL PROTECTED] please.

The 2.0.0 press release will be ready in a few hours.  The current 
version is at http://www.langille.org/tmp/presskit200.html.en == 
please send any recommendations to the docs list please.

What I'm looking for it a quote from someone at a company using 
Bacula, the more recognizable the better (e.g. IBM would be perfect). 
 For an idea of what I'm looking for, please see:  

http://www.postgresql.org/about/press/presskit82.html.en

As of now, the PR can go out as is, but a quote would be a nice 
inclusion.  Volunteers please see me.

We could also use additional translations (we have a German 
volunteer).

-- 
Dan Langille : Software Developer looking for work
my resume: http://www.freebsddiary.org/dan_langille.php
PGCon - The PostgreSQL Conference - http://www.pgcon.org/



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Migration job question.

2007-01-03 Thread Don MacArthur
I'm preparing to upgrade from 1.38.7.  My current nightly process looks
like this:
1. Backup to tape.
2. Backup to file.

In looking at the current documentation on bacula.org, the migration job
info says a migration *moves* the data and pointer in the catalog to new
volumes.  

Somewhere else (I think on the list), I saw a note from Kern with the
text Migration/copy.  

My question is, can I use a migration job to *copy* my backup jobs to
new volumes - as opposed to *moving* them?  If so, can you point me to
the documentation/posting?  

I have searched the list, so I apologize if I missed it.  

Many thanks in advance.  

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Migration job question.

2007-01-03 Thread Richard Mortimer
On Wed, 2007-01-03 at 14:43 -0700, Don MacArthur wrote:
 I'm preparing to upgrade from 1.38.7.  My current nightly process looks
 like this:
 1. Backup to tape.
 2. Backup to file.
 
 In looking at the current documentation on bacula.org, the migration job
 info says a migration *moves* the data and pointer in the catalog to new
 volumes.  
 
 Somewhere else (I think on the list), I saw a note from Kern with the
 text Migration/copy.  
 
 My question is, can I use a migration job to *copy* my backup jobs to
 new volumes - as opposed to *moving* them?  If so, can you point me to
 the documentation/posting?  
 
Migration copies the data from one volume to another (note it must a
volume on a different storage device). After the copy is complete it
marks the data on the old volume as being obsolete (and hence subject to
volume purging etc). The key is that if you try to do a restore after
the migrate it will take the data from the new volume and not the old.

Copy is a future extension (not currently scheduled) that is more like
an offsite copy. The idea there is that the restore would come from the
original volume but if need be you could get it from the offsite volume.

So to answer your question you can use migration to copy the data but
the bacula catalog will only try to use new copy of the data at a later
date. The original data will still exist until a volume gets reused.

Regards

Richard

 I have searched the list, so I apologize if I missed it.  
 
 Many thanks in advance.  
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
-- 
Richard Mortimer [EMAIL PROTECTED]


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] btape-iscsi kernel panic

2007-01-03 Thread Arno Lehmann
Hi,

On 1/3/2007 7:36 PM, Frank V Murphy wrote:
 
 Hello,
 
 I am attempting to build bacula on RHEL3.4.4-2 (Linux version 
 2.6.9-22ELsmp) with an iSCSI connected 8mm Cybernetics drive. The drive 
 is fine by tar, mt, etc. btape is able to query the tape drive, but when 
 I test or fill using btape I get a genuine kernel panic .
 
 One iteration of testing allowed me to get the following error message:
 kernel: bad page state at free_hot_cold_page ( in process 'iscsi-rx', 
 page c1680760)

That looks like a possible kernel bug.

 Any idess?

Try reporting it to Red Hat. Or try a newer or older kernel where the 
relevant module is different, but I would leave that part to the RH guys 
- you paid them :-)

It is possible that a Red Hat patch created the problem, so testing with 
another distribution or a vanilla kernel might be worth a try. Anything 
you can tell RH support will only improve the time to fix such a problem.

Arno

 THANKS!
 
 *Frank V Murphy*
 Senior Scientist I
 Structural Biology
 Chemistry Department  Abbott Bioresearch Center
 100 Research Drive
 Worcester, MA 01605
 USA   Voice 508-849-2852
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  
 
 
 
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 
 
 
 
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

-- 
IT-Service Lehmann[EMAIL PROTECTED]
Arno Lehmann  http://www.its-lehmann.de

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] SD reading of volfiles and catalog don't match

2007-01-03 Thread Arno Lehmann
Hi,

On 1/3/2007 7:32 PM, Alan Davis wrote:
 
 I'm consistently running into a problem where whenever the SD has to
 reposition the tape to start a new job it fails the tape because the
 number of volume files it counts on the tape doesn't match the number
 stored in the database for that volume. The files on tape is always 1
 less than the catalog entry. 

After a quick look over your configuration...
...
 Device {
   Name = Drive-0  #
   Drive Index = 0
   Media Type = DLT-8000
   Archive Device = /dev/rmt/0cbn
   AutomaticMount = yes;   # when device opened, read it
   AutoSelect = yes;
   AlwaysOpen = yes;
   RemovableMedia = yes;
   RandomAccess = no;
   AutoChanger = yes
   Changer Command = /opt/bacula/bin/mtx-changer %c %o %S %a %d
   Changer Device = /dev/changer
   # Enable the Alert command only if you have the mtx package loaded
   Alert Command = /sbin/sh -c '/usr/local/sbin/tapeinfo -f %c
 |/usr/bin/grep TapeAlert|/usr/bin/cat'
 Offline On Unmount  = no
 Hardware End of Medium  = yes
 BSF at EOM  = yes

... have you tried the tests with BSF at EOM = no? My understanding is 
that an incorrect setting here should give you the results you see.

 Backward Space Record   = yes
 Backward Space File = yes
 Fast Forward Space File = yes
 Use MTIOCGET= yes
 TWO EOF = yes

Perhaps you should verify that you need the above; if you do - i.e., if 
your OS / tape driver understand only an EOM that consists of two EOFs 
(and I'm not sure how solaris handles that) than better don't try my 
above suggestion :-)

   LabelMedia = yes;   # lets Bacula label unlabeled
 media
 Maximum Network Buffer Size = 65536
 }
 
 Do I have a combination of settings that works under btape but is
 incorrect for the logic of the SD?

Looks like it.

 What tools does bacula provide that I can use to track this down
 further?

Not much beyond the debug output. You will need a pretty high debug 
level for the SD to follow the SDs tape activity, IIRC.

Any many thanks for a really informative bug report!

Arno

-- 
IT-Service Lehmann[EMAIL PROTECTED]
Arno Lehmann  http://www.its-lehmann.de

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula plugins for munin?

2007-01-03 Thread Wolfgang Denk
Hi,

has anybody any plugins available for monitoring bacula status
under munin?

Thanks in advance.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED]
For every complex problem, there is a solution that is simple,  neat,
and wrong.   - Mark Twain

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] postgres database problems

2007-01-03 Thread RYAN M. vAN GINNEKEN


I have just installed a copy of bacula-postgres version   which i believe is 
the only version that will work with fedora core 3?  

I am haveing the below errors on bacula startup the database bacula and the 
database user bacula seem to exist also I reset the password to match with the 
one in bacula-dir.conf.  However I am not really great at database 
administration and useally cheat by using webmin but am never afraid to learn 
new tricks. 

[EMAIL PROTECTED] bacula]# ./bacula start 
Starting the Bacula Storage daemon 
Starting the Bacula File daemon 
Starting the Bacula Director daemon 
03-Jan 21:41 bacula-dir:  Fatal error: Could not open database bacula. 
03-Jan 21:41 bacula-dir:  Fatal error: postgresql.c:168 Unable to connect to 
PostgreSQL server. 
Database=bacula User=bacula 
It is probably not running or your password is incorrect. 
03-Jan 21:41 bacula-dir ERROR TERMINATION 
Please correct configuration file: /etc/bacula/bacula-dir.conf 



-- 
Computer King/CaNMail 

http://www.computerking.ca http://www.canmail.org 

Sales, Service, and Hosting 
Email, Data, and Web Packages 
Ask about web design specials 

Affiliates 
http://www.computerking.ca/pages/links/affiliates/affiliates.htm 

Maybe Computer Science should be in the College of Theology. -- R. S. Barton  
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] FOSDEM slide presentation

2007-01-03 Thread Masopust, Christian
 slides to get it up ...  You can view it at:
 
   http://www.bacula.org/presentations/Bacula-FOSDEM-talk-24Feb07.pdf
 

only a short question to the presentation i see there are mentioned
several web interfaces in the console section...  
it's maybe really stupid, but... which ones are they? and where can i find them?

thanks,
chris

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users