Re: [Bacula-users] Offsite vol management

2006-11-14 Thread James Ray
Alan Brown wrote:
 On Mon, 13 Nov 2006, Eric Rousse wrote:
 
 Currently, I store tape locally
 
 In a data safe?
 
 and in the tape changer. But we also bring our tapes offsite, just in 
 case anything happen to our server room.
 
 Is the offsite storage in a data safe?
 
 But is there a way to track that information related to the tape volume.
 
 Not at the moment.
 
 If you use a suitably rated data safe, the need to take tapes offsite is 
 reduced as they can handle several hours direct fire exposure @ 1100C 
 along with a 7 metre drop (simulates floors burning out in a multistory 
 building)
 

Having an on-site fire safe is not a good idea IMHO. Remember, if you do
suffer a fire, you will be wanting to move your machine room to
somewhere else fairly quickly. If you have the fire safe in the same
location as your machine room then you are unlikely to be able to gain
access to that to restore any data for around a week due to having to
firstly let the safe cool down, secondly the fire safety regulations
will stop you (or anyone useful) gaining access to the building/area to
recover your media.

If at all possible, get the safe close by (for logistical reasons) but
in another building and then move the tapes that are unlikely to be
needed. Our current way of doing things is we keep ~2 to 4 days on-site
and off-site (to the other building) the rest. When a long recovery
comes through it means a walk to get the tapes but that's not so bad.

-- 
James Ray.  [EMAIL PROTECTED]
Computing Services
Queen Mary, University of London

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Backup Works, Restore Gets Authentication Error

2006-11-14 Thread Kern Sibbald
Hello Kevin,

On Tuesday 14 November 2006 03:39, Kevin Christen wrote:
 Kern,
 
 That was the problem: bug 697.   I commented out my other Storage 
 resources from bacula-dir.conf and it worked.
 Thanks for the tech support, and for the great program.

After a bit more thought on this subject, I have a feeling that your problem 
may be slightly different.  One of the design limitations of Bacula until 
version 1.39.0 was that it based restores on the MediaType -- that is it did 
not remember on which storage device the backup was written.  The idea was to 
allow it to select any compatible storage device.  This works fine until you 
have two different storage daemons and they have the same MediaType.  At that 
point, it can easily choose the wrong one -- usually the first resource 
encountered (perhaps it is the last one).

So, a solution to your problem would be to change the MediaType so that it is 
not the same (as I, possibly incorrectly, am assuming it is) on the two 
devices.  To do so correctly requires you to manually modifiy the catalog 
database MediaType names for jobs written to one or the other storage devices 
as well as modifying your bacula-dir.conf and bacula-sd.conf files.

Version 1.39.x *should* correct this by remembering which device was last used 
to write the job.

 
 Kevin
 
 Kern Sibbald wrote:
  On Monday 13 November 2006 04:23, Kevin Christen wrote:

  Short story: I can backup from an instance of the file daemon to an 
  instance of the storage daemon, but when I try to restore between them I 
  get this error:
 
  12-Nov 21:00 tahiti-dir: Start Restore Job 
RestoreFiles.2006-11-12_20.59.58
  12-Nov 21:13 vanuatu-fd: RestoreFiles.2006-11-12_20.59.58 Fatal error: 
  
  Authorization key rejected by Storage daemon.

  Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors 
for 
  
  help.

  12-Nov 21:13 vanuatu-fd: RestoreFiles.2006-11-12_20.59.58 Fatal error: 
  
  Failed to authenticate Storage daemon.

  12-Nov 21:10 tahiti-dir: RestoreFiles.2006-11-12_20.59.58 Fatal error: 
  
  Socket error on Storage command: ERR=No data available

  12-Nov 21:10 tahiti-dir: RestoreFiles.2006-11-12_20.59.58 Error: Bacula 
  
  1.38.9 (02May06): 12-Nov-2006 21:10:06

JobId:  19
Job:RestoreFiles.2006-11-12_20.59.58
Client: vanuatu-fd
Start time: 12-Nov-2006 21:00:00
End time:   12-Nov-2006 21:10:06
Files Expected: 2,960
Files Restored: 0
Bytes Restored: 0
Rate:   0.0 KB/s
FD Errors:  0
FD termination status:  
SD termination status:  Waiting on FD
Termination:*** Restore Error ***
 
 
  Long story: Machine A is running bacula 1.38.9 on Gentoo Linux, built 
  from source by Portage.  The director daemon is running there.  Machine 
  B is running the same version of bacula on Mac OS X built from source.  
  I can backup from B-fd-B-sd, but I can't restore from B-sd-B-fd.  A-fd 
  and B-sd work together in either direction.  Is there some difference 
  between backup and restore in how authentication between a file daemon 
  and a storage daemon works that would explain this?  Are the config 
  files used differently in these two scenarios?  Are there any 
  troubleshooting tests I should try?
  
 
  There is a bug report open indicating that Bacula gets confused on a 
status 
  all storage command when there are multiple storage daemons.  The report 
  indicates that Bacula contacts the wrong storage daemon.  
 
  If you turn on a sufficiently high command line debug level in the FD 
  (probably better to enable it in all daemons), you should be able to see 
  which SD the FD is attempting to contact to verify if this is indeed the 
  problem you are seeing.
  I would first try -d100, and if that is insufficient try a higher level.
 

 
 

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula architecture

2006-11-14 Thread Michel
Hello list,


I would like to install Bacula (v1.38.11) to backup about 10 servers 
containing from ~5Gb to 100Gb datas.
(most of the server has ~5Gb to backup, just one with 100Gb!)

My question is :  if I install the Bacula director  storage daemons + 
mysql on the same server, will my server be efficient ?
My opinion : It may be difficult for the first full backup, but after 
that, incremental backup will generate few datas ( from 0 to 50Mb per 
day for our small servers and less than 150Mb per day for the big one!)


Do you agree ? All advises are welcomed ! ;-)



Thank you

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Res: electrical cut during a job

2006-11-14 Thread Alan Brown
On Mon, 13 Nov 2006, Hristo Benev wrote:

 A UPS is relatively cheap. Why not buy one?

 Question about your last comment about UPS

 Yes UPS is relatively cheap, but it does not last more than 10-20 min 
 comparing to Bacula jobs 1-2h on bigger data.

That depends how big your UPS battery is. Many of the APCs allow battery 
stacking.

Ours is a Caterpilar 300kW building UPS and will run for 2 days without 
mains power - longer if if the fuel tanks are refilled.

 How bacula will handle server(Director, SD or FD) shutdown?

The job will abort.

However the database will be closed off cleanly and an orderly shutdown is 
always better for systems.

AB


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Job not appearing in console

2006-11-14 Thread luket

Good morning

I have installed bacula-1.38.11 onto a CentOS server.

It is installed and appears to be running fine and backing up to disk with
no problems.  I have added 3 clients: A Windows client, and 2 linux clients
one of which is on a seperate  (internal) network with firewall permissions
granted for ports 9001, 9002  9003.

We I enter bconsole and type run I get the list of clients but one is
missing.  I have checked through my configuration files and all looks OK to
me.  When I take out the working linux job and restart bacula the other one
appears and runs through fine so I know it isn't a problem with the clients
setup.  

I have looked around and can't find anything but was wondering if there was
a setting which specifies how many will appear on the list.  I did have
Bacula installed on another server for testing purposes, this was on CentOS
also with the same version of Bacula, same ./configure command, and
everything I can see is fine.  Does anybody know of any settings that need
to be changed in order for all the jobs to appear on the list?

Kind regards

Luke
-- 
View this message in context: 
http://www.nabble.com/Job-not-appearing-in-console-tf2621787.html#a7315606
Sent from the Bacula - Users mailing list archive at Nabble.com.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula compile problems

2006-11-14 Thread mel llaguno
I have tried compiling the latest latest bacula code (1.38.11  1.39.26) 
and I get the following compile errors for filed and stored:


/usr/bin/g++  -O -L../lib -o bacula-sd stored.o ansi_label.o 
autochanger.o acquire.o append.o askdir.o authenticate.o block.o butil.o 
dev.o device.o dircmd.o dvd.o ebcdic.o fd_cmds.o job.o label.o mac.o 
match_bsr.o mount.o parse_bsr.o pythonsd.o read.o read_record.o record.o 
reserve.o scan.o spool.o status.o stored_conf.o wait.o -lz \

 -lbac -lm   -lpthread -ldl  -lwrap \
  -lssl -lcrypto
/usr/lib/gcc/i486-slackware-linux/3.4.4/../../../libwrap.a(hosts_access.o)(.text+0x64f): 
In function `host_match':

: undefined reference to `yp_get_default_domain'
collect2: ld returned 1 exit status

I've tried googling for a fix, but other than pointing out that the 
problem has to do with NIS/YP libraries, I could not find any 
information about resolving the issue.


I am using Slackware 10.2 / Fedora Core 5 and the problem is 
reproducible in both environments. Hopefully someone has run into this 
problem before and knows a workaround. Config file follows.


TIA,

Mel

___

Configuration on Fri Nov 10 11:03:06 MST 2006:

 Host:   i686-pc-linux-gnu -- slackware Slackware 
10.2.0

 Bacula version: 1.39.26 (14 October 2006)
 Source code location:   .
 Install binaries:   /sbin
 Install config files:   /etc/bacula
 Scripts directory:  /etc/bacula
 Working directory:  /var/bacula/working
 PID directory:  /var/run
 Subsys directory:   /var/run/subsys
 Man directory:  /usr/share/man
 Data directory: /usr/share
 C Compiler: gcc 3.4.4
 C++ Compiler:   /usr/bin/g++ 3.4.4
 Compiler flags:  -g -O2 -Wall -fno-strict-aliasing 
-fno-exceptions -fno-rtti

 Linker flags:-O
 Libraries:  -lpthread -ldl
 Statically Linked Tools:no
 Statically Linked FD:   no
 Statically Linked SD:   no
 Statically Linked DIR:  no
 Statically Linked CONS: no
 Database type:  PostgreSQL
 Database lib:   -L/usr/local/pgsql//lib -lpq -lcrypt

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

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

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

 SQL binaries Directory  /usr/local/pgsql//bin

 Large file support: yes
 Bacula conio support:   yes -ltermcap
 readline support:   no
 TCP Wrappers support:   yes -lwrap
 TLS support:yes
 Encryption support: yes
 ZLIB support:   yes
 enable-smartalloc:  yes
 enable-gnome:   no
 enable-wx-console:  no
 enable-tray-monitor:
 client-only:no
 build-dird: yes
 build-stored:   yes
 ACL support:no
 Python support: no

begin:vcard
fn:Mel Llaguno
n:Llaguno;Mel
org:Aclaro Softworks;Development
adr:;;1900A 11th Street S.E.;Calgary;Alberta;T2G 3G2;Canada
email;internet:[EMAIL PROTECTED]
title:Developer
tel;work:403.299.6612
tel;fax:403.247.8797
x-mozilla-html:FALSE
url:http://www.aclaro.com
version:2.1
end:vcard

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] mysql.h

2006-11-14 Thread Miki Lewinger
Hello,

The syntax of the defaultconfig file is wrong, use the prefixes

--with-mysql=yes
--with-mysql-dir=/$HOME/bacula/mysql

and the line subsys-dir should be changed, in my config it looks like

--with-subsys-dir=$HOME/bacula/bin/subsys

Cheers,

Miki

Philip Wege wrote:
 Hi
 
 Just got bacula read the install instructions , I keep on getting this
 error even when mysql is running.
 
 configure: error: Unable to find mysql.h in standard locations
 
 I can't find any reference to an error like this in the documentation.
 Also the file mysql.h does not excist on the box which is running mysql.
 trying to install on a suse 9.3 server.
 Any help appreciated.
 
 
 
 
 ---
 SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
 from IBM. Find simple to follow Roadmaps, straightforward articles,
 informative Webcasts and more! Get everything you need to get up to
 speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Offsite vol management

2006-11-14 Thread James Ray
Alan Brown wrote:
 On Tue, 14 Nov 2006, James Ray wrote:
 
 Having an on-site fire safe is not a good idea IMHO.
 
 It's better than having the tapes onsite burn up.

Totally true! Having an on-site fire safe is better than no fire safe at
all.

 
 If you have the fire safe in the same location as your machine room
 then you are unlikely to be able to gain access to that to restore any
 data for around a week due to having to firstly let the safe cool
 down, secondly the fire safety regulations will stop you (or anyone
 useful) gaining access to the building/area to recover your media.
 
 Ideally the backup system should be separated from the rest of the
 storage...

I find that this is even harder to manage to get sorted than a fire safe
that is off site. Having the backup server and tapes in another location
is ideal yes and we are working towards this kind of setup here, but a
fire safe doesn't require power and aircon where as the backup server
and tape library do.

 
 If at all possible, get the safe close by (for logistical reasons) but
 in another building and then move the tapes that are unlikely to be
 needed. Our current way of doing things is we keep ~2 to 4 days on-site
 and off-site (to the other building) the rest. When a long recovery
 comes through it means a walk to get the tapes but that's not so bad.
 
 I agree, but whereever the media is stored, it should be in appropriate
 housing.
 

*nods*. Agreed.

I wonder if you can get a fire safe tape library? :D

-- 
James Ray.  [EMAIL PROTECTED]
Computing Services
Queen Mary, University of London

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Job not appearing in console

2006-11-14 Thread Bill Moran
In response to luket [EMAIL PROTECTED]:
 
 Good morning
 
 I have installed bacula-1.38.11 onto a CentOS server.
 
 It is installed and appears to be running fine and backing up to disk with
 no problems.  I have added 3 clients: A Windows client, and 2 linux clients
 one of which is on a seperate  (internal) network with firewall permissions
 granted for ports 9001, 9002  9003.
 
 We I enter bconsole and type run I get the list of clients but one is
 missing.  I have checked through my configuration files and all looks OK to
 me.  When I take out the working linux job and restart bacula the other one
 appears and runs through fine so I know it isn't a problem with the clients
 setup.

Sounds like those two jobs are cancelling each other out.  They don't
share the same name, do they?

 I have looked around and can't find anything but was wondering if there was
 a setting which specifies how many will appear on the list.  I did have
 Bacula installed on another server for testing purposes, this was on CentOS
 also with the same version of Bacula, same ./configure command, and
 everything I can see is fine.  Does anybody know of any settings that need
 to be changed in order for all the jobs to appear on the list?

I'm pretty sure bconsole always lists all jobs, but I can guarantee that it
will show 26 minimum, as that's how many I have on one server here.

I would guess that you've got some obscure error in your config file.
Strip the passwords out of it and paste it into a reply to this thread.
We probably only need to the director's config to diagnose this.

-- 
Bill Moran
Collaborative Fusion Inc.



IMPORTANT: This message contains confidential information and is intended only 
for the individual named. If the reader of this message is not an intended 
recipient (or the individual responsible for the delivery of this message to an 
intended recipient), please be advised that any re-use, dissemination, 
distribution or copying of this message is prohibited.  Please notify the 
sender immediately by e-mail if you have received this e-mail by mistake and 
delete this e-mail from your system.



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Removable Disk HOWTO

2006-11-14 Thread David Thurston
Thank You Josh!

I don't quite Grok it all yet but this is what I need to impliment backup 
via my hotswapable external sata stack.

My only problem is visualizing the mapping between the tapes in an 
autochanger and the partition(s) on the hard drives.

I've never seen an autochanger and am not sure what a magazine is... I'm 
thinking that it is several tapes in a clip that can be swapped in to and 
out of the autochanger.

Thanks again for producing a very nice How To!

David Thurston

_
All-in-one security and maintenance for your PC.  Get a free 90-day trial! 
http://clk.atdmt.com/MSN/go/msnnkwlo005002msn/direct/01/?href=http://www.windowsonecare.com/?sc_cid=msn_hotmail


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] dlt7000 .conf files

2006-11-14 Thread Mike King
can someone please send me their conf files - passwords... i cant this 
overland autochanger working correctly!

Thanks,

Mike

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] new install old tapes!

2006-11-14 Thread Mike King
How can i blank out all tapes and do a full company backup?

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Job not appearing in console

2006-11-14 Thread Luke Taylor



Good morning I have installed bacula-1.38.11 onto a CentOS server. 
It is installed and appears to be running fine and backing up to disk 
with no problems. I have added 3 clients: A Windows client, and 2 linux 
clients one of which is on a seperate (internal) network with firewall 
permissions granted for ports 9001, 9002  9003. We I enter bconsole 
and type run I get the list of clients but one is missing. I have checked 
through my configuration files and all looks OK to me. When I take out the 
working linux job and restart bacula the other one appears and runs through fine 
so I know it isn't a problem with the clients setup.  I have 
looked around and can't find anything but was wondering if there was a setting 
which specifies how many will appear on the list. I did have Bacula 
installed on another server for testing purposes, this was on CentOS also with 
the same version of Bacula, same ./configure command, and everything I can see 
is fine. Does anybody know of any settings that need to be changed in 
order for all the jobs to appear on the list? Kind regards 
Luke


Kind Regards
Luke Taylor
IT Engineer
CDL Internet Services
Ext 4136


**
This email is intended only for the person(s) named above and may contain private and confidential information.  If it has come to you in error, please destroy and permanently delete any copy in your possession and contact us on +44 (0) 161 480 4420. The information in this email is copyright CDL Group Holdings Limited.  We cannot accept any liability for any loss or damage sustained as a result of software viruses. It is your responsibility to carry out such virus checking as is necessary before opening any attachment.
Cheshire Datasystems Limited uses software which automatically screens incoming emails for inappropriate content and attachments.  If the software identifies such content or attachment, the email will be forwarded to our Technology Department for checking.  You should be aware that any email which you send to Cheshire Datasystems Limited is subject to this procedure.  
CDL, Strata House, Kings Reach Road, Stockport SK4 2HD.
Registered in England and Wales with Company Number 3991057
**
**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.clearswift.com
**


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] (no subject)

2006-11-14 Thread Alan Brown
On Mon, 13 Nov 2006, Landon Fuller wrote:

 This argument is predicated on a few assumptions:

   1)  Vendor's usage of GPL software denotes blanket superiority 
 of said software.

No, however using software subject to the GPL licence means that the 
vendor must comply with it.

The flaw of BSD licenses for me is that someone can take my (or Kerns) 
work, repackage it as their own or modify it and not contribute the 
modifications back to the developer/user community

   2)  Users of software have a fundamental, moral right to not 
 only the open source licensed implementations, but any aggregate work based 
 atop those implementations.

Users of the software have a LEGAL right to the source code of all GPL 
implementations and implementations derived from GPL base.

Code written from scratch may run atop the GPL platform and is subject to 
the copyright holder's licensing rules.

Code which hooks into the core of GPL code may itself become subject to 
GPL (eg, various drivers) depending on the flavour of GPL lience of that 
code. 
sections

   3a) With the GPL, vendors will generally create a product based 
 open source software, and then contribute their changes back to the projects 
 in a usable form.

Generally yes. however there is clear percentage of vendors who 
deliberately violate the licensing agreemnts and therefore become software 
pirates - which is stupid, because there is no cost involved in complying 
other than admitting the code is non-proprietary.

Having an injunction served halting distribution of software or hardware 
can be extremely costly in terms of both direct financial costs and 
customer perception.

   3b) Without the GPL, vendors will generally create a product 
 based on open source software and NOT contribute their changes back to 
 projects in a usable form.

The GPL is one of many license types available. The overall experience of 
development on BSD-liences has been that vendors decline to make changes 
available.

   3c) The author of open source software desires, or is best 
 served, by royalties for all aggregate works.

The copyright holder has a variety of licencing types available and has 
the right to make it available in any way he or she sees fit.

 The wide-spread adoption of GPLd software in the wireless sphere (such as 
 that by Broadcom) is not -necessarily- based on the technical superiority of 
 Linux, or GPLd software as a whole. As I was very interested in why vendors 
 were using Linux on embedded devices, and not, say, NetBSD, I asked a friend 
 of mine who formerly worked at devicescape Software, Inc -- a supplier of 
 software for wireless devices. While devicescape did seriously consider 
 NetBSD, they decided to base their product on Linux for a very simple 
 reason: Foreign hardware vendors know the Linux brand, and that sold 
 software. Their choice had more to do with brand recognition than technical 
 superiority or licensing.

That's all very well, however if Devicescape did not make those vendors 
aware of their licensing compliance requirements those vendors may well 
have a legal case against the company for failing to disclose all the
conditions of sale.

D-link recently tried to defend GPL violations in a German court by 
claiming that the GPL was not legally binding and were informed by the 
judge in no uncertain terms that they were incorrect.


 It is more difficult to address the notion of a user's moral right to 
 aggregate work

But far easier to address the issue of the user's LEGAL rights.

 The BSD license short-circuits the limited, artificial copyright 
 monopoly -- opening your contribution to the world for *immediate* use 
 by all comers, for all purposes.

Including claiming full copyright on derivative code and preventing it 
being used elsewhere.

In most circles this is known as profiting upon the work of others, 
however if you wish to use the BSD license then that is your choice.

Many years ago, I released code under BSD - and saw it disappear into 
companies, become closed source and rereleased under proprietary 
agreements, benefitting those companies, but not the greater community.

 The GPL does not. I choose the BSD license when I believe 
 that I will gain more by allowing immediate, unlimited, unrestricted 
 aggregate work.

However you leave your codebase open to being incorporated into 3rd party 
closed source packages. That is your choice.

 I do not claim that this is the best choice, merely a reasoned one 
 designed to gain maximum personal benefit. If you wish for royalties on 
 commercial, close-source use of your work, you would likely choose 
 otherwise.

As Microsoft chose... (often on the back of BSD-license networking code)

 Lastly, there is the aphorism that the GPL will lead to more vendor 
 contribution than a more permissive license. I do not believe that licensing 
 is a primary motivator in the decision to open source software in most (not 
 all!) 

Re: [Bacula-users] Offsite vol management

2006-11-14 Thread Alan Brown
On Tue, 14 Nov 2006, James Ray wrote:

 Having an on-site fire safe is not a good idea IMHO.

It's better than having the tapes onsite burn up.

 If you have the fire safe in the same location as your machine room then 
 you are unlikely to be able to gain access to that to restore any data 
 for around a week due to having to firstly let the safe cool down, 
 secondly the fire safety regulations will stop you (or anyone useful) 
 gaining access to the building/area to recover your media.

Ideally the backup system should be separated from the rest of the 
storage...

 If at all possible, get the safe close by (for logistical reasons) but
 in another building and then move the tapes that are unlikely to be
 needed. Our current way of doing things is we keep ~2 to 4 days on-site
 and off-site (to the other building) the rest. When a long recovery
 comes through it means a walk to get the tapes but that's not so bad.

I agree, but whereever the media is stored, it should be in appropriate
housing.

AB


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] [SPAM: 7.427] Re: Director cannot start, can't connect to MySQL

2006-11-14 Thread Brad Peterson

John,

Thanks for the quick reply.  I did do that.  I poured over the manaul 
for hours and google searched multiple times and tried dozens of 
things.  I finally found the answer in a last ditch Google search. 


http://www.nabble.com/Negative-test-of-bacula-dir.-tf1189188.html#a3228301

I already had MySQL installed, and previously had edited the /etc/my.cnf 
file to specify where the client socket should be.  I didn't realize 
that Bacula does NOT read MySQL's /etc/my.cnf file to find where the 
client socket is.  Instead, it just assumes it's at /tmp/mysql.sock, 
unless specified otherwise in the bacula-dir.conf file.   Thanks to that 
post above, I was able to find the information needed on page 185 of the 
pdf manual.


If someone who writes the manual is reading this, I want to throw in a 
request.  :).  PLEASE make mention of this in Installing and 
Configuring MySQL -- Phase II  found at 
http://www.bacula.org/rel-manual/Installing_Configurin_MySQL.html.  Many 
people have already installed MySQL for other things, such as Bugzilla 
or Wiki, and we have already made some small modifications to the 
/etc/my.cnf file.  It would help other users greatly to mention that 
Bacula doesn't read the /etc/my.cnf file, and so if you have a 
non-standard socket location or port or other info, then you have to 
manually specify it in the bacula-dir.conf file, using the info seen on 
this manual page The Catalog Resource, found at 
http://www.bacula.org/rel-manual/Configuring_Director.html


Brad Peterson
[EMAIL PROTECTED]

John Drescher wrote:

Did you run the following 3 commands:
create_bacula_database
make_bacula_tables
grant_bacula_privileges

John



Spam detection software, running on the system mail.appraiseutah.com, has
identified this incoming email as possible spam.  The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email.  If you have any questions, see
the administrator of that system for details.

Content preview:  John, Thanks for the quick reply. I did do that. I
  poured over the manaul for hours and google searched multiple times and
  tried dozens of things. I finally found the answer in a last ditch
  Google search. [...] 

Content analysis details:   (7.4 points, 5.0 required)

 pts rule name  description
 -- --
 0.9 FORGED_YAHOO_RCVD  'From' yahoo.com does not match 'Received' headers
 0.5 DNS_FROM_RFC_ABUSE RBL: Envelope sender in abuse.rfc-ignorant.org
 0.9 DNS_FROM_RFC_WHOIS RBL: Envelope sender in whois.rfc-ignorant.org
 2.0 RCVD_IN_SORBS_DUL  RBL: SORBS: sent directly from dynamic IP address
[24.10.152.241 listed in dnsbl.sorbs.net]
 1.4 DNS_FROM_RFC_POST  RBL: Envelope sender in
postmaster.rfc-ignorant.org
 1.7 RCVD_IN_NJABL_DUL  RBL: NJABL: dialup sender did non-local SMTP
[24.10.152.241 listed in combined.njabl.org]


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] (no subject)

2006-11-14 Thread Georg C. F. Greve
Hi all,

 || On Fri, 10 Nov 2006 07:18:52 +0100
 || Kern Sibbald [EMAIL PROTECTED] wrote: 

 ks Yes, this is not a secret list so the information will go out,
 ks but hopefully no one will post it to a public news site until
 ks after their announcement (in the next week if I am not mistaken).

The FTF announcement has just gone out [1] so its existance is no
longer a secret, although we have not yet mentioned the plans to
accept Bacula as our first major fiduciary project and would prefer to
make another announcement about this in a week or so.

Regards,
Georg


[1] http://mail.fsfeurope.org/pipermail/press-release/2006q4/000159.html

-- 
Georg C. F. Greve [EMAIL PROTECTED]
Free Software Foundation Europe  (http://fsfeurope.org)
Join the Fellowship and protect your freedom! (http://www.fsfe.org)
What everyone should know about DRM   (http://DRM.info)


pgpgsZ6iMywUE.pgp
Description: PGP signature
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Duplicate entry in MySQL db

2006-11-14 Thread Gerald Able
Hi all,

we're using to backup several machines in our subsidiaries and usually 
bacula does a great job. However, yesterdays backup in one of them 
produced a huge logfile with messages like this:

08-Nov 21:00 portinari-dir: BackupFileserver.2006-11-08_21.00.00 Fatal 
error: sql_create.c:732 sql_create.c:732 insert INSERT INTO File 
(FileIndex,JobId,PathId,FilenameId,LStat,MD5
) VALUES (1,688,1,1,'P0A L EHA C A A A EAA BAA g BFUkb1 BEY0i8 BFUkpQ A A 
C','0') failed:
Duplicate entry '25281075' for key 1
08-Nov 21:00 portinari-dir: sql_create.c:732 INSERT INTO File 
(FileIndex,JobId,PathId,FilenameId,LStat,MD5) VALUES (1,688,1,1,'P0A L EHA 
C A A A EAA BAA g BFUkb1 BEY0i8 BFUkpQ A A
C','0')

The data seems to be written on tape, but I have no idea why the catalog 
keeping fails. Any ideas?

The system runs bacula-1.38.11, compiled from source and mysql-4.1.13-3 
from the SuSE-10.0 distribution. The last database dump was 116 MB.

Thanks,
Gerald.

-- 
Gerald Able
OneVision Software AG
Regensburg
Tel. +49 941 78004 608

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] mac os x backup problem

2006-11-14 Thread JP
Hye,

I use bacula 1.38.7.

This is an example of a FileSet I use :

FileSet {
   Name = MacOsX
   Include {
 Options {
   signature = MD5
   compression = GZIP
   verify = s
   hfsplussupport=yes
 }
 File = /Users/
 File = /Volumes/
   }
   Exclude {
 File = swapfile*
 File = *.mp3
 File = *.cache
 File = /Users/*/.Trash
 File = /Volumes/Stockage
   }
}

When I want to backup a mac o x client, /Volumes/ is not backed up (/ 
Users/ is all right)

Why ? What's the problem ?

Thanks,

Jean Pylouster

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] (no subject)

2006-11-14 Thread Dan Langille
On 14 Nov 2006 at 12:06, Alan Brown wrote:

 The flaw of BSD licenses for me is that someone can take my (or Kerns) 
 work, repackage it as their own or modify it and not contribute the 
 modifications back to the developer/user community

This is not a flaw.  It is a feature.  If you don't want to share in 
that way, don't use the BSD style of license.  Many people adpot a 
BSD license because that is exactly what they want to happen.

To call it a flaw is inaccurate. From the licensee's point of view, a 
flaw to one, is a feature to another.

-- 
Dan Langille : Software Developer looking for work
my resume: http://www.freebsddiary.org/dan_langille.php



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] dlt7000 .conf files

2006-11-14 Thread John Drescher
On 11/8/06, Mike King [EMAIL PROTECTED] wrote:
can someone please send me their conf files - passwords... i cant thisoverland autochanger working correctly!Thanks,MikePlease explain what exact problem you are having perhaps some of us who do not have an overland autochanger can help.
John
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula architecture

2006-11-14 Thread Michel
John Drescher a écrit :


 On 11/14/06, *Michel* [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:

 Hello list,


 I would like to install Bacula (v1.38.11) to backup about 10 servers
 containing from ~5Gb to 100Gb datas.
 (most of the server has ~5Gb to backup, just one with 100Gb!)

 My question is :  if I install the Bacula director  storage
 daemons +
 mysql on the same server, will my server be efficient ?
 My opinion : It may be difficult for the first full backup, but after
 that, incremental backup will generate few datas ( from 0 to 50Mb per
 day for our small servers and less than 150Mb per day for the big
 one!)


 Do you agree ? All advises are welcomed ! ;-)


 Sounds reasonable for your amount of clients and data. Are you on a 
 gigabit network? Also I assume each server does not have 10,000,000 
 files.

 John

Thanks you for your reply!

I am on  a 100Mbps ethernet network. Is it a problem for backup transfer?

I will only backup important files on those servers, this means from 500 
to (for the moment) less than 40,000 !










-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula architecture

2006-11-14 Thread John Drescher
On 11/14/06, Michel [EMAIL PROTECTED] wrote:
Hello list,I would like to install Bacula (v1.38.11) to backup about 10 serverscontaining from ~5Gb to 100Gb datas.(most of the server has ~5Gb to backup, just one with 100Gb!)My question is :if I install the Bacula director  storage daemons +
mysql on the same server, will my server be efficient ?My opinion : It may be difficult for the first full backup, but afterthat, incremental backup will generate few datas ( from 0 to 50Mb perday for our small servers and less than 150Mb per day for the big one!)
Do you agree ? All advises are welcomed ! ;-)Sounds reasonable for your amount of clients and data. Are you on a gigabit network? Also I assume each server does not have 10,000,000 files.
John
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] (no subject)

2006-11-14 Thread Les Mikesell
On Tue, 2006-11-14 at 06:27, Dan Langille wrote:

  The flaw of BSD licenses for me is that someone can take my (or Kerns) 
  work, repackage it as their own or modify it and not contribute the 
  modifications back to the developer/user community
 
 This is not a flaw.  It is a feature.  If you don't want to share in 
 that way, don't use the BSD style of license.  Many people adpot a 
 BSD license because that is exactly what they want to happen.
 
 To call it a flaw is inaccurate. From the licensee's point of view, a 
 flaw to one, is a feature to another.

Also, from a user's perspective it is great to have a choice
between free source (which doesn't go away just because
someone builds a commercial package) and a product with
additional features which can then include components that
are under different licenses and can never be added to
a GPL'd package.  I don't see how anyone is hurt by this
new alternative unless the free version is so bad that no
one continues to maintain it - in which case it wouldn't be
much of a loss.   There is also a fair chance that the
commercial project will contribute code back since that
tends to be easier than merging patches with every release.

-- 
  Les Mikesell
   [EMAIL PROTECTED]



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Preventing windows bacula-fd from accessing some files

2006-11-14 Thread Jaime Ventura











Hello.
   I need to backup some directories on windows client used by a
user AA.
   The problem is that the user AA have some confidential files
which cant be accessible by bacula.
   I thought I could create a user BB having permissions to access
specific directories(the ones that should by backed up) and having
bacula-fd running as  user BB. The problem with this solution is that
bacula-fd runnig as BB cant  have access to user AA desktop, and so i
cant get the icon on AA' systray.
How can I solve this?
   As far as i can see, there isn't a bacula monitor for Windows?
   Is there any client side ACL's.
   Thanks for you help


Jaime Ventura
[Infra-estruturas e Comunicações]

Rua Dr. António Bernardino de Almeida, 431
4200 - 072 Porto
Telef: +351 22 834 05 00 (04) - ext. 1641
Fax: +351 22 832 11 59

e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
url:www.isep.ipp.pt http://www.isep.ipp.pt

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] new install old tapes!

2006-11-14 Thread John Drescher
On 11/8/06, Mike King [EMAIL PROTECTED] wrote:
How can i blank out all tapes and do a full company backup?Assuming that your tape drive is at /dev/nst0:mt -f /dev/nst0 weofJohn
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Job not appearing in console

2006-11-14 Thread Luke Taylor



Hi BillThanks for replying, FYI the 
jobs don't have the same name but below is the directors configuration file 
excluding passwords.FYI I have since addded another job resource which 
also doesn't appear on the list.the jobs in question are hignlighted in 
boldbut just incase it doesn't get displayed I have put the job resource 
just below.JobDefs { Name = "Autonet" Type = 
Backup Level = Full Client = jspautonet-fd FileSet 
= "Webserver Set" Schedule = "jspautonet-fd" Storage = 
File Messages = Standard Pool = autonetpool 
Priority = 10}AndJobDefs { Name = 
"MXdev" Type = Backup Level = Full Client = 
mxdev-fd FileSet = "Mxdev Set" Schedule = 
"mxdev-fd" Storage = File Messages = Standard Pool 
= mxdevpool Priority = 10}# Default Bacula Director 
Configuration file## The only thing that MUST be changed is to add 
one or more# file or directory names in the Include directive of 
the# FileSet resource.## For Bacula release 
1.38.11 (28 June 2006) -- redhat## You might also want to change 
the default email address# from root to your address. See 
the "mail" and "operator"# directives in the Messages 
resource.#Director 
{ 
# define myself Name = unixutil-dir DIRport = 
9101 
# where we listen for UA connections QueryFile = 
"/usr/local/bacula/bin/query.sql" WorkingDirectory = 
"/usr/local/bacula/bin/working" PidDirectory = 
"/usr/local/bacula/bin/working" Maximum Concurrent Jobs = 20 
Password = "" # Console 
password Messages = Daemon}JobDefs { Name = 
"DefaultJob" Type = Backup Level = Incremental 
Client = unixutil-fd FileSet = "Full Set" Schedule = 
"WeeklyCycle" Storage = File Messages = Standard 
Pool = Default Priority = 
10}# SERVERS 
##JobDefs { Name = 
"Autonet" Type = Backup Level = Full Client = 
jspautonet-fd FileSet = "Webserver Set" Schedule = 
"jspautonet-fd" Storage = File Messages = Standard 
Pool = autonetpool Priority = 10}JobDefs 
{ Name = "Twiki" Type = Backup Level = 
Incremental Client = twiki-fd FileSet = "Twiki 
Set" Schedule = "twiki-fd" Storage = File Messages 
= Standard Pool = twikipool Priority = 
10}JobDefs { Name = "MXdev" Type = 
Backup Level = Full Client = mxdev-fd FileSet = 
"Mxdev Set" Schedule = "mxdev-fd" Storage = File 
Messages = Standard Pool = mxdevpool Priority = 
10}# 
WORKSTATIONS #JobDefs { Name 
= "Windowsclient" Type = Backup Level = Full 
Client = luket-fd FileSet = "Windows Set" Schedule = 
"luket-fd" Storage = File Messages = Standard Pool 
= WindowsPool Priority = 10}## Define the main nightly 
save backup job# By default, this job will back up to disk in 
/tmpJob { Name = "Client1" JobDefs = 
"DefaultJob" Write Bootstrap = 
"/usr/local/bacula/bin/working/Client1.bsr"}## 
SERVERS #Job { Name = "Twiki 
Server" JobDefs = "Twiki" Type = Backup Level = 
Full Client = twiki-fd FileSet = "Twiki Set" 
Schedule = "twiki-fd" Write Bootstrap = 
"/usr/local/bacula/bin/working/twiki.bsr}Job { 
Name = "Autonet Server" JobDefs = "Autonet" Type = 
Backup Level = Full Client = jspautonet-fd FileSet 
= "Webserver Set" Schedule = "jspautonet-fd" Write Bootstrap 
= 
"/usr/local/bacula/bin/working/jspautonet.bsr}Job 
{ Name = "Backupmxdev" JobDefs = "MXdev" Type = 
Backup Level = Full Client = mxdev-fd FileSet = 
"Mxdev Set" Schedule = "mxdev-fd" Write Bootstrap = 
"/usr/local/bacula/bin/working/mxdev.bsr"} 
WORKSTATIONS #Job { 
Name = "Backupwindows" JobDefs = "Windowsclient" Type = 
Backup Level = Full Client = luket-fd FileSet = 
"Windows 
Set" # 
Luke desktop Schedule = "luket-fd" Write Bootstrap = 
"/usr/local/bacula/bin/working/Backup2.bsr"}# Backup the catalog 
database (after the nightly save)Job { Name = 
"BackupCatalog" JobDefs = "DefaultJob" Level = 
Full FileSet="Catalog" Schedule = 
"WeeklyCycleAfterBackup" # This creates an ASCII copy of the 
catalog RunBeforeJob = "/usr/local/bacula/bin/make_catalog_backup 
bacula bacula" # This deletes the copy of the catalog 
RunAfterJob = "/usr/local/bacula/bin/delete_catalog_backup" 
Write Bootstrap = "/usr/local/bacula/bin/working/BackupCatalog.bsr" 
Priority = 
11 
# run after main backup}## Standard Restore template, to be 
changed by Console program# Only one such job is needed for all 
Jobs/Clients/Storage ...#Job { Name = "RestoreFiles" 
Type = Restore Client = 
unixutil-fd 
FileSet = "Full 
Set" 
Storage = 
File 
Pool = Default Messages = Standard Where = 
/backup/bacula-restores}# List of files to be backed 
upFileSet { Name = "Full Set" Include 
{ Options { signature = 
MD5 }## Put your list of 
files here, preceded by 'File =', one per line# or include 
an external list with:## File = 
file-name## Note: / backs up everything on the root 
partition.# if you have other partitons such as /usr or 
/home# you will probably want to add them 
too.## By default this is defined to point to the Bacula 

[Bacula-users] Bacula compatible with Sony SDX-520C AIT2?

2006-11-14 Thread Alan To



 Hi
All

Just a quickie
concerning my Bacula mishaps:

Is Bacula compatible
with my Sony SDX-520C AIT2 Tape Drive?

I'm running Bacula 1.36 that comes with
ClarkConnect Office Edition 3.2r1, Kernal Version 2.6.9-28.ccsmp 
(SMP).
(Server-dir Version: 1.36.2 (28 February 2005)
i686-redhat-linux-gnu redhat.)

I'm relunctant to
upgrade Bacula to the latest (Beta) version, as my current version of Bacula was
installed with the ClarkConnect kernal/front-end; and I don't know how to
install/upgrade properly anyway.

Many
Thanks
Alan
To
Bernhard and Company
LtdBilton Road * Rugby * England * CV22 7DT(
+44 1788 811600 * Fax +44 1788 812640(
Toll Free (USA) 1-888 GRIND ITWebsite: http://www.bernhard.co.uk


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula compatible with Sony SDX-520C AIT2?

2006-11-14 Thread Robert Nelson








Yes Bacula works great with all the AIT
drives. I have tested it with AIT1, AIT2, and AIT3 based changers.











From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alan To
Sent: Tuesday, November 14, 2006
8:10 AM
To:
bacula-users@lists.sourceforge.net
Subject: [Bacula-users] Bacula
compatible with Sony SDX-520C AIT2?







 Hi All











Just a quickie concerning my Bacula
mishaps:











Is Bacula compatible with my Sony
SDX-520C AIT2 Tape Drive?











I'm running Bacula 1.36 that comes
with ClarkConnect Office Edition 3.2r1, Kernal Version 2.6.9-28.ccsmp (SMP).





(Server-dir Version: 1.36.2 (28
February 2005) i686-redhat-linux-gnu redhat.)











I'm relunctant to upgrade Bacula to
the latest (Beta) version, as my current version of Bacula was installed with
the ClarkConnect kernal/front-end; and I don't know how to install/upgrade
properly anyway.











Many Thanks





Alan
To






Bernhard and
Company Ltd
Bilton Road
* Rugby * England
* CV22 7DT
( +44 1788 811600 * Fax +44 1788
812640
( Toll Free (USA) 1-888
GRIND IT
Website: http://www.bernhard.co.uk 




















-
SF.net email is sponsored by: A Better Job is Waiting for You - Find it Now.
Check out Slashdot's new job board. Browse through tons of technical jobs
posted by companies looking to hire people just like you.
http://jobs.slashdot.org/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Cannot get --enable-tray-monitor to work

2006-11-14 Thread Brad Peterson
I've compiled bacula from source, and ran ./configure 
as follows:

./configure --enable-tray-monitor --enable-smartalloc
--with-mysql --sbindir=/usr/local/bacula/bin
--sysconfdir=/usr/local/bacula/bin
--with-working-dir=/usr/local/bacula/working
--with-pid-dir=/usr/local/bacula/working
--with-subsys-dir=/usr/local/bacula/working
--with-python

It works fine, and near the bottom of config.out, it
says:

  enable-tray-monitor:yes

But after I do a make and a make install, I check
the /bin directory, and I don't see the files
bacula-tray-monitor or tray-monitor.conf.  

I've search through the documentation and Googled
numerous other threads, but I cannot find out why this
is happening.  Any idea what I'm doing wrong?

Brad Peterson
[EMAIL PROTECTED]



 

Sponsored Link

Try Netflix today! With plans starting at only $5.99 a month what are you 
waiting for?
http://www.netflix.com/Signup?mqso=80010030

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula compile problems

2006-11-14 Thread Ryan Novosielski
I had this one too, on HP-UX I believe it was.

Turn off tcp wrappers. Now, if you're like me, you don't really want to 
do that, but it will likely cure the problem.

mel llaguno wrote:
 I have tried compiling the latest latest bacula code (1.38.11  1.39.26) 
 and I get the following compile errors for filed and stored:
 
 /usr/bin/g++  -O -L../lib -o bacula-sd stored.o ansi_label.o 
 autochanger.o acquire.o append.o askdir.o authenticate.o block.o butil.o 
 dev.o device.o dircmd.o dvd.o ebcdic.o fd_cmds.o job.o label.o mac.o 
 match_bsr.o mount.o parse_bsr.o pythonsd.o read.o read_record.o record.o 
 reserve.o scan.o spool.o status.o stored_conf.o wait.o -lz \
  -lbac -lm   -lpthread -ldl  -lwrap \
   -lssl -lcrypto
 /usr/lib/gcc/i486-slackware-linux/3.4.4/../../../libwrap.a(hosts_access.o)(.text+0x64f):
  
 In function `host_match':
 : undefined reference to `yp_get_default_domain'
 collect2: ld returned 1 exit status
 
 I've tried googling for a fix, but other than pointing out that the 
 problem has to do with NIS/YP libraries, I could not find any 
 information about resolving the issue.
 
 I am using Slackware 10.2 / Fedora Core 5 and the problem is 
 reproducible in both environments. Hopefully someone has run into this 
 problem before and knows a workaround. Config file follows.
 
 TIA,
 
 Mel
 
 ___
 
 Configuration on Fri Nov 10 11:03:06 MST 2006:
 
  Host:   i686-pc-linux-gnu -- slackware Slackware 
 10.2.0
  Bacula version: 1.39.26 (14 October 2006)
  Source code location:   .
  Install binaries:   /sbin
  Install config files:   /etc/bacula
  Scripts directory:  /etc/bacula
  Working directory:  /var/bacula/working
  PID directory:  /var/run
  Subsys directory:   /var/run/subsys
  Man directory:  /usr/share/man
  Data directory: /usr/share
  C Compiler: gcc 3.4.4
  C++ Compiler:   /usr/bin/g++ 3.4.4
  Compiler flags:  -g -O2 -Wall -fno-strict-aliasing 
 -fno-exceptions -fno-rtti
  Linker flags:-O
  Libraries:  -lpthread -ldl
  Statically Linked Tools:no
  Statically Linked FD:   no
  Statically Linked SD:   no
  Statically Linked DIR:  no
  Statically Linked CONS: no
  Database type:  PostgreSQL
  Database lib:   -L/usr/local/pgsql//lib -lpq -lcrypt
 
  Job Output Email:   [EMAIL PROTECTED]
  Traceback Email:[EMAIL PROTECTED]
  SMTP Host Address:  localhost
 
  Director Port:  9101
  File daemon Port:   9102
  Storage daemon Port:9103
 
  Director User:
  Director Group:
  Storage Daemon User:
  Storage DaemonGroup:
  File Daemon User:
  File Daemon Group:
 
  SQL binaries Directory  /usr/local/pgsql//bin
 
  Large file support: yes
  Bacula conio support:   yes -ltermcap
  readline support:   no
  TCP Wrappers support:   yes -lwrap
  TLS support:yes
  Encryption support: yes
  ZLIB support:   yes
  enable-smartalloc:  yes
  enable-gnome:   no
  enable-wx-console:  no
  enable-tray-monitor:
  client-only:no
  build-dird: yes
  build-stored:   yes
  ACL support:no
  Python support: no
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 
 
 
 
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula compatible with Sony SDX-520C AIT2?

2006-11-14 Thread Robert Nelson








What is the problem?











From: Alan To
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 14, 2006
9:14 AM
To: Robert Nelson;
bacula-users@lists.sourceforge.net
Subject: RE: [Bacula-users] Bacula
compatible with Sony SDX-520C AIT2?






That's good to know.



In that
case, is there anything wrong with my following Bacula configurations?
(Only listed relevant bits from configs.)



-
bacula-sd.conf



Director {





Name =
Server-dir





Password =






}











Device {





Name = SonyAIT





MediaType = DDS





ArchiveDevice =
/dev/nst0





LabelMedia = yes





RandomAccess =
no





AutomaticMount =
yes





RemovableMedia =
yes





AlwaysOpen = yes





MaximumVolumeSize = 130GB





}





-
bacula-dir.conf



Storage {





Name = SonyAIT





Address = localhost





SDport = 9103





Password = 





Device = SonyAIT





MediaType = DDS





}









Job {



Name = 2006_BCo_Scheduled_Backup





Type = Backup





Level = Full





Client = Server-fd





FileSet = BCo_All_Files





Storage = USB2





Messages = Standard





Pool = Default





Priority = 10





Schedule = 2006BCoCycle





RunBeforeJob = /usr/bacula/backup_script-Catalog.sh





RunAfterJob = rm -f /var/bacula/BCo_Scheduled_Backup.sql





}











Schedule {





Name = 2006BCoCycle





Run = Level=Full Storage=USB2
FullPool=FullPool mon at 21:30





Run = Level=Differential Storage=SonyAIT
DifferentialPool=DiffPool tue-fri at 21:30





}





--
Regards

Alan To

BCo









From: Robert
Nelson [mailto:[EMAIL PROTECTED] 
Sent: 14 November 2006 16:44
To: 'Alan To';
Subject: RE: [Bacula-users] Bacula
compatible with Sony SDX-520C AIT2?

Yes Bacula works great
with all the AIT drives. I have tested it with AIT1, AIT2, and AIT3 based
changers.















From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alan To
Sent: Tuesday, November 14, 2006
8:10 AM
To:
bacula-users@lists.sourceforge.net
Subject: [Bacula-users] Bacula
compatible with Sony SDX-520C AIT2?







 Hi All











Just a quickie concerning my Bacula
mishaps:











Is Bacula compatible with my Sony
SDX-520C AIT2 Tape Drive?











I'm running Bacula 1.36 that comes
with ClarkConnect Office Edition 3.2r1, Kernal Version 2.6.9-28.ccsmp (SMP).





(Server-dir Version: 1.36.2 (28
February 2005) i686-redhat-linux-gnu redhat.)











I'm relunctant to upgrade Bacula to
the latest (Beta) version, as my current version of Bacula was installed with
the ClarkConnect kernal/front-end; and I don't know how to install/upgrade
properly anyway.











Many Thanks





Alan
To






Bernhard and
Company Ltd
Bilton Road
* Rugby * England
* CV22 7DT
( +44 1788 811600 * Fax +44 1788
812640
( Toll Free (USA) 1-888 GRIND IT
Website: http://www.bernhard.co.uk 




















-
SF.net email is sponsored by: A Better Job is Waiting for You - Find it Now.
Check out Slashdot's new job board. Browse through tons of technical jobs
posted by companies looking to hire people just like you.
http://jobs.slashdot.org/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] dlt7000 .conf files

2006-11-14 Thread Michael Brennen
On Wednesday 08 November 2006 10:20, Mike King wrote:

 can someone please send me their conf files - passwords... i cant this
 overland autochanger working correctly!

I've an Overland 10 slot / 2 drive changer and it is working quite well with 
normal configurations.  What is not working on yours?

-- 

   -- Michael

-
SF.net email is sponsored by: A Better Job is Waiting for You - Find it Now.
Check out Slashdot's new job board. Browse through tons of technical jobs
posted by companies looking to hire people just like you.
http://jobs.slashdot.org/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula compatible with Sony SDX-520C AIT2?

2006-11-14 Thread Alan To



 This was the problem...

...tar, bacula and btape all don't like
/dev/sg2!
Anyway, while the Sony
TapeTool happily checks/tests and read/write tapes, using tar/bacula/bconsole
etc. still give me the error (this is via bconsole's label command):

Connecting to Storage daemon
SonyAIT at localhost:9103 ...
Sending label command for Volume
"Tue-A" Slot 0 ...
block.c:782 Read error at file:blk 0:0 on device /dev/nst0. ERR=Invalid argument.
block.c:552 Write error at 0:0 on device
/dev/nst0. ERR=Invalid argument.
askdir.c:219 NULL Volume name. This
shouldn't happen!!!
3912 Failed to label Volume:
ERR=block.c:782 Read error at file:blk 0:0
on device /dev/nst0. ERR=Invalid argument.
Label command failed for Volume
Tue-A.
Do not forget to mount the
drive!!!

Does this suggesta hardware fault, a linux kernal
fault (somewhere) and/or a Bacula fault? Remember I have also been using
other brand new (unopened) AIT-2 Tapes as well as the cleaning tape quite a few
times too.

-- Many Thanks
Alan To
BCo



From: Robert Nelson
[mailto:[EMAIL PROTECTED] Sent: 14 November 2006
17:18To: 'Alan
To';bacula-users@lists.sourceforge.netSubject: RE: [Bacula-users]
Bacula compatible with Sony SDX-520C AIT2?


What is the
problem?





From: Alan To
[mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 9:14
AMTo: Robert Nelson;
bacula-users@lists.sourceforge.netSubject: RE: [Bacula-users] Bacula
compatible with Sony SDX-520C AIT2?


That's good to know.

In that
case, is there anything wrong with my following Bacula configurations?
(Only listed relevant bits from configs.)

-
bacula-sd.conf

Director
{

Name =
"Server-dir"

Password =
""

}



Device
{

Name =
"SonyAIT"

MediaType =
"DDS"

ArchiveDevice =
"/dev/nst0"

LabelMedia =
"yes"

RandomAccess =
"no"

AutomaticMount
= "yes"

RemovableMedia
= "yes"

AlwaysOpen =
"yes"

MaximumVolumeSize =
130GB

}

-
bacula-dir.conf

Storage
{

Name =
"SonyAIT"

Address =
"localhost"

SDport =
9103

Password =
""

Device =
"SonyAIT"

MediaType =
"DDS"

}


Job
{

Name =
"2006_BCo_Scheduled_Backup"

Type =
"Backup"

Level =
"Full"

Client =
"Server-fd"

FileSet =
"BCo_All_Files"

Storage =
"USB2"

Messages =
"Standard"

Pool =
"Default"

Priority =
"10"

Schedule =
"2006BCoCycle"

RunBeforeJob =
/usr/bacula/backup_script-Catalog.sh

RunAfterJob =
rm -f /var/bacula/BCo_Scheduled_Backup.sql

}



Schedule
{

Name =
"2006BCoCycle"

Run =
Level=Full Storage="USB2" FullPool="FullPool" mon at 21:30

Run =
Level=Differential Storage="SonyAIT" DifferentialPool="DiffPool" tue-fri at
21:30

}

--
Regards
Alan
To
BCo




From: Robert
Nelson [mailto:[EMAIL PROTECTED] Sent: 14 November 2006 16:44To: 'Alan To';Subject: RE: [Bacula-users] Bacula
compatible with Sony SDX-520C AIT2?
Yes Bacula
works great with all the AIT drives. I have tested it with AIT1, AIT2, and
AIT3 based changers.






From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alan ToSent: Tuesday, November 14, 2006 8:10
AMTo:
bacula-users@lists.sourceforge.netSubject: [Bacula-users] Bacula compatible
with Sony SDX-520C AIT2?


 Hi
All



Just a quickie concerning my Bacula
mishaps:



Is Bacula compatible with my Sony
SDX-520C AIT2 Tape Drive?



I'm running Bacula 1.36 that comes
with ClarkConnect Office Edition 3.2r1, Kernal Version 2.6.9-28.ccsmp
(SMP).

(Server-dir Version: 1.36.2 (28
February 2005) i686-redhat-linux-gnu redhat.)



I'm relunctant to upgrade Bacula to
the latest (Beta) version, as my current version of Bacula was installed with
the ClarkConnect kernal/front-end; and I don't know how to install/upgrade
properly anyway.



Many
Thanks

Alan
To

Bernhard and Company
LtdBilton Road * Rugby
* England * CV22
7DT( +44 1788 811600 * Fax
+44 1788 812640( Toll Free (USA)
1-888 GRIND ITWebsite:
http://www.bernhard.co.uk




-
SF.net email is sponsored by: A Better Job is Waiting for You - Find it Now.
Check out Slashdot's new job board. Browse through tons of technical jobs
posted by companies looking to hire people just like you.
http://jobs.slashdot.org/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula architecture

2006-11-14 Thread John Drescher
I am ona 100Mbps ethernet network. Is it a problem for backup transfer?
No it is not a problem given the setup that you described.John
-
SF.net email is sponsored by: A Better Job is Waiting for You - Find it Now.
Check out Slashdot's new job board. Browse through tons of technical jobs
posted by companies looking to hire people just like you.
http://jobs.slashdot.org/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula compatible with Sony SDX-520C AIT2?

2006-11-14 Thread Robert Nelson








You need to use the tape device /dev/nstX
not the generic scsi device /dev/sgX for tape software like tar, Bacula, btape,
etc.



If /dev/nst0 isnt the right device
then try /dev/nst1, etc.



Anyways this is an OS problem not a Bacula
problem.











From: Alan To
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 14, 2006
9:29 AM
To: Robert Nelson;
bacula-users@lists.sourceforge.net
Subject: RE: [Bacula-users] Bacula
compatible with Sony SDX-520C AIT2?






This was the problem...





...tar, bacula and btape
all don't like /dev/sg2!





Anyway, while the Sony
TapeTool happily checks/tests and read/write tapes, using tar/bacula/bconsole
etc. still give me the error (this is via bconsole's label command):











Connecting to Storage daemon
SonyAIT at localhost:9103 ...





Sending label command for
Volume Tue-A Slot 0 ...





block.c:782 Read error at file:blk
0:0 on device /dev/nst0. ERR=Invalid argument.





block.c:552 Write error at
0:0 on device /dev/nst0. ERR=Invalid argument.





askdir.c:219 NULL Volume
name. This shouldn't happen!!!





3912 Failed to label Volume:
ERR=block.c:782 Read error at file:blk
0:0 on device /dev/nst0. ERR=Invalid argument.





Label command failed for
Volume Tue-A.





Do not forget to mount the
drive!!!









Does this suggesta
hardware fault, a linux kernal fault (somewhere) and/or a Bacula fault?
Remember I have also been using other brand new (unopened) AIT-2 Tapes as well
as the cleaning tape quite a few times too.



-- Many
Thanks

Alan To

BCo









From: Robert
Nelson [mailto:[EMAIL PROTECTED] 
Sent: 14 November 2006 17:18
To: 'Alan
To';bacula-users@lists.sourceforge.net
Subject: RE: [Bacula-users] Bacula
compatible with Sony SDX-520C AIT2?

What is the problem?















From: Alan To
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 14, 2006
9:14 AM
To: Robert Nelson;
bacula-users@lists.sourceforge.net
Subject: RE: [Bacula-users] Bacula
compatible with Sony SDX-520C AIT2?






That's good to know.



In that
case, is there anything wrong with my following Bacula configurations?
(Only listed relevant bits from configs.)



-
bacula-sd.conf



Director {





Name =
Server-dir





Password =






}











Device {





Name = SonyAIT





MediaType = DDS





ArchiveDevice =
/dev/nst0





LabelMedia = yes





RandomAccess =
no





AutomaticMount =
yes





RemovableMedia =
yes





AlwaysOpen = yes





MaximumVolumeSize = 130GB





}





-
bacula-dir.conf



Storage {





Name = SonyAIT





Address = localhost





SDport = 9103





Password = 





Device = SonyAIT





MediaType = DDS





}









Job {



Name = 2006_BCo_Scheduled_Backup





Type = Backup





Level = Full





Client = Server-fd





FileSet = BCo_All_Files





Storage = USB2





Messages = Standard





Pool = Default





Priority = 10





Schedule = 2006BCoCycle





RunBeforeJob = /usr/bacula/backup_script-Catalog.sh





RunAfterJob = rm -f /var/bacula/BCo_Scheduled_Backup.sql





}











Schedule {





Name = 2006BCoCycle





Run = Level=Full Storage=USB2
FullPool=FullPool mon at 21:30





Run = Level=Differential Storage=SonyAIT
DifferentialPool=DiffPool tue-fri at 21:30





}





--
Regards

Alan To

BCo













From: Robert
Nelson [mailto:[EMAIL PROTECTED] 
Sent: 14 November 2006 16:44
To: 'Alan To';
Subject: RE: [Bacula-users] Bacula
compatible with Sony SDX-520C AIT2?

Yes
Bacula works great with all the AIT drives. I have tested it with AIT1,
AIT2, and AIT3 based changers.



















From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alan To
Sent: Tuesday, November 14, 2006
8:10 AM
To:
bacula-users@lists.sourceforge.net
Subject: [Bacula-users] Bacula
compatible with Sony SDX-520C AIT2?







 Hi All











Just a quickie concerning my Bacula
mishaps:











Is Bacula compatible with my Sony
SDX-520C AIT2 Tape Drive?











I'm running Bacula 1.36 that comes
with ClarkConnect Office Edition 3.2r1, Kernal Version 2.6.9-28.ccsmp (SMP).





(Server-dir Version: 1.36.2 (28
February 2005) i686-redhat-linux-gnu redhat.)











I'm relunctant to upgrade Bacula to
the latest (Beta) version, as my current version of Bacula was installed with
the ClarkConnect kernal/front-end; and I don't know how to install/upgrade
properly anyway.











Many Thanks





Alan
To






Bernhard and
Company Ltd
Bilton Road
* Rugby * England
* CV22 7DT
( +44 1788 811600 * Fax +44 1788
812640
( Toll Free (USA) 1-888 GRIND IT
Website: http://www.bernhard.co.uk 




















-
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

Re: [Bacula-users] [Bacula-devel] Bacula license transfer

2006-11-14 Thread Kern Sibbald
On Tuesday 14 November 2006 19:28, Alain Wolf wrote:
 On 10.11.2006 09:49, * Kern Sibbald wrote:
  On Wednesday 08 November 2006 01:46, Dan Langille wrote:
  What other projects have gone this way?
  
  I have no idea and am not sure to find out ...
  
  Bacula users are most likely involved in other projects. Perhaps they 
  can inquire and see how that transition went.
  
  I'll ask FSFE what other project have been through this.  At this point, I 
  have no reason to think there will be any down side to this ...
  
  -
  Using Tomcat but need to do more? Need to support web services, security?
  Get stuff done quickly with pre-integrated technology to make your job 
easier
  Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 
 I just read this about this in goldem.de, maybe it is of interest in
 this matter:
 
http://www.fsfeurope.org/projects/ftf/

Yes, thanks for the link.  

I am working with them under their Freedom Task Force as described on the 
linked page.  The link is very good because it and some of its links provide 
a nice overall view of their motivation and what they are trying to do.  I'll 
be meeting with them tomorrow in Zurich, hopefully to finalize the details of 
the Bacula - FSFE fiduciary agreement.

Regards,

Kern

-
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