[Bacula-users] Performance problems in migration from disk to tape

2009-01-23 Thread Ari Suutari
Hi,

My configuration is roughly like this: I back up
about 10 hosts to disk volume using bacula and
migrate the backups to tape once a week.

Backups work ok, the resulting volume file on
disk is currently about 25 Gb. I have also some
backups going directly to tape, performance there
is also ok.

But the weekly migration job, which moves backups
from disk volume to tape is really slow.

For example:
  Elapsed time:   7 mins 14 secs
  SD Files Written:   2
  SD Bytes Written:   3,913,732 (3.913 MB)

A relatively small backup job, only a couple of
megabytes took more than 7 minutes. When I looked
at the machine, it was doing heavy disk io, tape
is mostly idle.

This sounds a little bit similar as issue discussed
here earlier:
http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg31142.html

I wonder if there was any solution, configuring things
differently maybe ?

Regards,

   Ari Suutari


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Webacula on dapper

2009-01-23 Thread Yuri Timofeev
2009/1/23 RYAN vAN GINNEKEN ad...@mx1.canmail.org:
 Full error report not sure what you mean? please explain webacula newbe here! 
 nothing is showing up in my apache error or access logs now that i have fixed 
 the permission problems.  The only error i can find is the one mentioned in 
 my last post when i try to list the files on the job screen.

 Fatal error: Call to undefined method ReflectionClass::newInstanceArgs() in 
 /var/www/webacula/library/Zend/Filter/Input.php on line 918


To see all the errors (and zend't Call Stack), turn on the
display_errors option in php.ini

 below are links to my php info and id stuff

 http://.../webacula/help/my-php-info/
 http://.../webacula/help/my-id/



Remove your webacula webserver of public access !!!

-- 
with best regards

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Performance problems in migration from disk to tape

2009-01-23 Thread Ulrich Leodolter
On Fri, 2009-01-23 at 10:05 +0200, Ari Suutari wrote:
 Hi,
 
 My configuration is roughly like this: I back up
 about 10 hosts to disk volume using bacula and
 migrate the backups to tape once a week.
 
 Backups work ok, the resulting volume file on
 disk is currently about 25 Gb. I have also some
 backups going directly to tape, performance there
 is also ok.
 
 But the weekly migration job, which moves backups
 from disk volume to tape is really slow.
 
 For example:
   Elapsed time:   7 mins 14 secs
   SD Files Written:   2
   SD Bytes Written:   3,913,732 (3.913 MB)
 
 A relatively small backup job, only a couple of
 megabytes took more than 7 minutes. When I looked
 at the machine, it was doing heavy disk io, tape
 is mostly idle.
 
 This sounds a little bit similar as issue discussed
 here earlier:
 http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg31142.html
 
 I wonder if there was any solution, configuring things
 differently maybe ?
 

Hello,

This is know problem in bacula versions up to 2.4.4
It is fixed in recent beta 2.5.28-b1

We are running the same Setup (just Copy instead of Migrate)

30 Clients

CopyDiskToTape weekly full backups (~600GB) takes 3 hours
CopyDiskToTape daily incr backups (~30GB) takes 10 minutes



Regards
Ulrich


 Regards,
 
Ari Suutari
 
 
 --
 This SF.net email is sponsored by:
 SourcForge Community
 SourceForge wants to tell your story.
 http://p.sf.net/sfu/sf-spreadtheword
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

-- 
Ulrich Leodolter ulrich.leodol...@obvsg.at
OBVSG


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Performance problems in migration from disk to tape

2009-01-23 Thread Pasi Kärkkäinen
On Fri, Jan 23, 2009 at 10:05:53AM +0200, Ari Suutari wrote:
 Hi,
 
 My configuration is roughly like this: I back up
 about 10 hosts to disk volume using bacula and
 migrate the backups to tape once a week.
 
 Backups work ok, the resulting volume file on
 disk is currently about 25 Gb. I have also some
 backups going directly to tape, performance there
 is also ok.
 
 But the weekly migration job, which moves backups
 from disk volume to tape is really slow.
 
 For example:
   Elapsed time:   7 mins 14 secs
   SD Files Written:   2
   SD Bytes Written:   3,913,732 (3.913 MB)
 
 A relatively small backup job, only a couple of
 megabytes took more than 7 minutes. When I looked
 at the machine, it was doing heavy disk io, tape
 is mostly idle.
 
 This sounds a little bit similar as issue discussed
 here earlier:
 http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg31142.html
 
 I wonder if there was any solution, configuring things
 differently maybe ?
 

What version of Bacula are you running? Which OS? What kind of hardware do
you have? :)

-- Pasi


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Performance problems in migration from disk to tape

2009-01-23 Thread Ari Suutari
Hi,
 

What version of Bacula are you running? Which OS? What kind of hardware do
you have? :)

Sorry, I forgot those: Bacula 2.4.4, FreeBSD 7.1, disks
are SATA disks and tape is HP DAT160. 

   Ari S.

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Performance problems in migration from disk to tape

2009-01-23 Thread Ari Suutari
Hi,

This is know problem in bacula versions up to 2.4.4
It is fixed in recent beta 2.5.28-b1

This sounds great ! Are there any possibilities that
the fix might be seen in future 2.4 versions, or should
I just upgrade to beta versions ? Using beta versions
is tempting, because I would like to use Copy jobs
also.

   Ari S.


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Performance problems in migration from disk to tape

2009-01-23 Thread Ulrich Leodolter
On Fri, 2009-01-23 at 10:58 +0200, Ari Suutari wrote:
 Hi,
 
 This is know problem in bacula versions up to 2.4.4
 It is fixed in recent beta 2.5.28-b1
 
 This sounds great ! Are there any possibilities that
 the fix might be seen in future 2.4 versions, or should

Dont think so, there are major changes.

 I just upgrade to beta versions ? Using beta versions
 is tempting, because I would like to use Copy jobs
 also.
 

upgrade if you can't wait :-)
and compilation from source is no problem,

otherwise wait until version 3.0.0 is released.

http://www.mail-archive.com/bacula-de...@lists.sourceforge.net/msg03801.html

Ulrich

Ari S.
 

 --
 This SF.net email is sponsored by:
 SourcForge Community
 SourceForge wants to tell your story.
 http://p.sf.net/sfu/sf-spreadtheword
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

-- 
Ulrich Leodolter ulrich.leodol...@obvsg.at
Oesterreichische Bibliothekenverbund und Service GmbH
Bruennlbadgasse 17/2A, A-1090 Wien
Fax +43 1 4035158-30
Tel +43 1 4035158-21
Web http://www.obvsg.at


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula dir work very slow with huge number of restore file

2009-01-23 Thread Tomasz Gorny
Hello All Bacula Users,

I found that Bacula is very slow when restore action is used for large 
number of files to restore. This affect only director but is/can be a 
problem.

I've to restore a backup with over 5'000'000 files inside. After mark 
and done actions I've been waiting over 10 hours to follow next steps.
But I couldn't wait more. At least I've split this action for pieces to 
complete this. I've take a conclusion that file set about 1'000'00 takes 
about 3h to completion. Did you experienced this issue? How to 
solve/work around of this? Is it a bug (Denial of service for 10 hours 
waiting to dir will recalculate needed items)?

BR
Tomek

Hardware configuration:
2xXeon, 6GB Ram, 15K SCSI disks, OS: CentOS 5.
Bacula-dir : 2.4.2 i386 from rpm
[r...@xxx~]# md5sum  bacula-postgresql-2.4.2-1.el5.i386.rpm
63d38670e01d0fbcbd60f737297283f5  bacula-postgresql-2.4.2-1.el5.i386.rpm


Zacznij prezentować swoje najlepsze zdjęcia!
Zarejestruj się na Pikeo już dzisiaj: 
http://klik.wp.pl/?adr=http%3A%2F%2Fcorto.www.wp.pl%2Fas%2Fpikeorejestracja.htmlsid=620



--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Trying to use bpipe with 2.5.16-beta.

2009-01-23 Thread Graham Keeling
On Wed, Dec 17, 2008 at 12:01:31PM +, Graham Keeling wrote:
 On Thu, Dec 04, 2008 at 03:37:32PM +, Graham Keeling wrote:
  Hello,
  
  I've been trying out bacula-2.5.16-beta, and I've tried to use bpipe to 
  backup
  my mysql database. I think that I have done everything right, having 
  followed
  the instructions on this page...
  http://www.bacula.org/manuals/en/concepts/concepts/New_Features.html
  ...but it doesn't want to work. Perhaps somebody can give me a hint?
  (Incidentally, that web page mentions a 'bpipe-dir.so', as well as a
  'bpipe-fd.so', but I think that there is no 'bpipe-dir.so' - at least, I
  can't find one)
  
  I set this in my fileset (in the director config), and test that the 
  mysqldump
  command works when I run it from the command line:
  
  FileSet {
Name = $NAME
Include {
  Options {
signature = MD5
compression = GZIP9
  }
  File=/chroot/write/html
  (and some others...)
  Plugin = bpipe:/var/spool/backup-out/MYSQLPIPE:mysqldump -f 
  --all-databases:mysql
  }
  
  I set this in the file daemon config:
  
  FileDaemon {
Name = tserv.example.com-fd
FDport = 9102
WorkingDirectory = /var/lib/bacula
Pid Directory = /var/run
Maximum Concurrent Jobs = 20
PKI Signatures = Yes
PKI Encryption = Yes
PKI Keypair = /etc/bacula/bacula-client-keys-base
Plugin Directory = /etc/bacula/plugins
  }
  
  I make sure that 'bpipe-fd.so' is in /etc/bacula/plugins.
  The permissions all look fine (the file daemon runs as root, so it should be
  ok).
  -rwxr-xr-x 1 root root 23485 Dec  4 15:05 bpipe-fd.so
  
  I restart all the daemons and run my job from bconsole, which backs up all 
  my
  files OK, but at the end, I get this message come out on bconsole...
  
  *bpipe-fd: plugin=bpipe fname=/MYSQL/regress.sql reader=mysqldump -f --opt 
  --databases bacula writer=mysql
  
  ...my log says this, and the Job finishes with status 'Error':
  
  Dec  4 15:25:09  bacula-dir: tserv.example.com-fd JobId 12: Fatal error: 
  Pipe read error: ERR=Success
  
  So. Any ideas?
 
 Has anybody else managed to use bpipe successfully?

I've now tried bpipe with bacula-2.5.28-b1, and I don't even get the error
anymore, though the backup reports 'Backup OK'. I've tried changing my
Plugin = bpipe:... line so that it has a nonsense command, and there is
still no error.
The run with the nonsense command backed up as much stuff as the proper
command When I revert to my old RunScripts, I can see that a lot more stuff
gets backed up than with my bpipe attempts. So it seems as if bpipe isn't
working at all.

I would like to know whether anybody else has managed to use bpipe
successfully.



(Later...) I see that one of the SVN regress tests makes a mention of bpipe,
so I will give that a go.


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] products based on bacula

2009-01-23 Thread Kevin Keane
I've got to defend management here. IME, they DO ask for evaluations, 
reports, executive summaries, the works. But they only ask it for the 
short list of products after an initial culling, often only between the 
two or three finalists. How many commercial enterprise backup systems 
are there on the market? More than that, I'm sure.

That's where marketing matters. Marketing isn't about selling. It's 
about getting on the short list. THEN you can let the product sell 
itself on the merits.

Bacula has strengths and weaknesses in that area.

Strength: viral marketing. Those in the know - us - appreciate the 
quality, and can work to get it onto the short list.
Strength: reasonable visibility within the Open Source community. I 
discovered it because it had administration modules in webmin.
Weakness: the name and tag line. It doesn't matter when selling on the 
merits, but it's a huge issue with getting on the short list.
Weakness: little known outside Open Source. That's a double-whammy since 
many managers still tend to be skeptical of Open Source to begin with.
Weakness: no slick brochures, white papers, etc. When a manager asks his 
employee give me a short list of backup solutions, the employee will 
start with google and download whitepapers and executive summaries. And, 
no, the What is Bacula page does not count.

And let's also not forget: (most) managers aren't in the business of 
promoting Open Source. They are in the business of solving their 
business problems. Sometimes, Open Source is the answer, sometimes it isn't.

As a consultant, I advise many customers to buy Microsoft servers. I 
personally prefer Linux servers, but for many situations, Windows really 
is the better solution. I'm running a mix of both in my own office.

And I warn my customers of using OpenOffice.

But I point them to the Gimp for image manipulation.

I host their Web sites on LAMP.

etc. etc.

Ultimately, solving the problem matters - and licensing cost is only one 
factor in the equation. Very often a minor one.

Ryan Novosielski wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Trouble is management these days in a lot of places doesn't know enough
 to make a decision other than on a cost or name basis. You'd expect if a
  person was unsure, they'd ask for a walkthrough or a synopsis, maybe
 with an extended trial period -- not just reject outright.

 Mag Gam wrote:
   
 I have got a lot of convincing to do.

 :-(

 Will try my best.


 On Wed, Jan 21, 2009 at 2:16 AM, Jon Ingason jon.inga...@sentor.se wrote:
 Scott Lambert skrev:
 
 On Mon, Jan 19, 2009 at 08:00:21PM -0500, Mag Gam wrote:
   
 I agree for the most part of what you said but when *we* (our team) is
 competing with other teams in the firm to design and implement our
 solution we also want management to take us seriously. Most of our MBA
 management like names with acronyms..TSM **cough, cough**, versus
 something a 10 year old would say to his sister, b-cula . In
 addition, choosing a produce named Baucla -- virtually unknown to
 management --  against a known BUT expensive product could be a risky
 move on their part, therefore I asked the initial question.
 
 Make up an acronym using the letters B, A, U, C, L, and A again.  Then
 spell it all in uppercase BACULA.  It's a longer acronym than TSM so it
 must have more features and be a better product.  :-)

   
 What about

 B - Backing up data with
 A - Advacned
 C - Control
 U - Utilities over
 L - Lagre
 A - Area or Areas

 ;-)
 


-- 
Kevin Keane
Owner
The NetTech
Find the Uncommon: Expert Solutions for a Network You Never Have to Think About

Office: 866-642-7116
http://www.4nettech.com

This e-mail and attachments, if any, may contain confidential and/or 
proprietary information. Please be advised that the unauthorized use or 
disclosure of the information is strictly prohibited. The information herein is 
intended only for use by the intended recipient(s) named above. If you have 
received this transmission in error, please notify the sender immediately and 
permanently delete the e-mail and any copies, printouts or attachments thereof.


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula dir work very slow with huge number of restore file

2009-01-23 Thread Kevin Keane
Just a thought: for the future, maybe splitting up the file set and 
using several smaller backup jobs might help with this type of situation?

It's probably something that you can't always do, plus it may wreak 
havoc with such things as snapshots.

Tomasz Gorny wrote:
 Hello All Bacula Users,

 I found that Bacula is very slow when restore action is used for large 
 number of files to restore. This affect only director but is/can be a 
 problem.

 I've to restore a backup with over 5'000'000 files inside. After mark 
 and done actions I've been waiting over 10 hours to follow next steps.
 But I couldn't wait more. At least I've split this action for pieces to 
 complete this. I've take a conclusion that file set about 1'000'00 takes 
 about 3h to completion. Did you experienced this issue? How to 
 solve/work around of this? Is it a bug (Denial of service for 10 hours 
 waiting to dir will recalculate needed items)?

 BR
 Tomek

 Hardware configuration:
 2xXeon, 6GB Ram, 15K SCSI disks, OS: CentOS 5.
 Bacula-dir : 2.4.2 i386 from rpm
 [r...@xxx~]# md5sum  bacula-postgresql-2.4.2-1.el5.i386.rpm
 63d38670e01d0fbcbd60f737297283f5  bacula-postgresql-2.4.2-1.el5.i386.rpm

 
 Zacznij prezentować swoje najlepsze zdjęcia!
 Zarejestruj się na Pikeo już dzisiaj: 
 http://klik.wp.pl/?adr=http%3A%2F%2Fcorto.www.wp.pl%2Fas%2Fpikeorejestracja.htmlsid=620



 --
 This SF.net email is sponsored by:
 SourcForge Community
 SourceForge wants to tell your story.
 http://p.sf.net/sfu/sf-spreadtheword
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
   


-- 
Kevin Keane
Owner
The NetTech
Find the Uncommon: Expert Solutions for a Network You Never Have to Think About

Office: 866-642-7116
http://www.4nettech.com

This e-mail and attachments, if any, may contain confidential and/or 
proprietary information. Please be advised that the unauthorized use or 
disclosure of the information is strictly prohibited. The information herein is 
intended only for use by the intended recipient(s) named above. If you have 
received this transmission in error, please notify the sender immediately and 
permanently delete the e-mail and any copies, printouts or attachments thereof.


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Problem with file daemon on Windows machine

2009-01-23 Thread Sergio Belkin
Hi,

I have a Windows Server 2003 bacula client and it outputs this error
to Events Viewer:

Bacula-fd error: 6 at ../libwin32/service.cpp:468; SetServiceStatus failed;

I double-checked the passwords on director and file daemon
configuration and they are same, I don't know what's wrong...

Could you help me?

Thanks in advance!

-- 
--
Open Kairos http://www.openkairos.com
Watch More TV http://sebelk.blogspot.com
Sergio Belkin -

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [Bacula-devel] Trying to use bpipe with 2.5.16-beta.

2009-01-23 Thread Graham Keeling
On Fri, Jan 23, 2009 at 10:23:38AM +, Graham Keeling wrote:
 I would like to know whether anybody else has managed to use bpipe
 successfully.
 
 (Later...) I see that one of the SVN regress tests makes a mention of bpipe,
 so I will give that a go.

Ah, I believe that bacula-2.5.28-b1 has actually been working for me.

It would have been helpful if the director mentioned the plugins that it was
using for a backup.


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Dir won't start

2009-01-23 Thread Douglas Onyango
Hi, i am new to Bacula.

I installed the SW on a suse 10.2 with my previous mysql installation which is 
working fine.
after installing bacula 2.4.4, and running all Db scripts; i started bacula 
with ./bacula start and the file and storage daemon's started up but the 
director didnt.
it was giving me error Starting the Bacula Director daemon

/sbin/bacula-dir: error while loading shared libraries: libmysqlclient_r.so.16: 
cannot open shared object file: No such file or directory

So i thought it could find the part to the librairs so i did an 
LD_LIBRARY_PATH=/root/mysql/lib/ because the file was there, so i export and 
started restarted everything, below is what i get now

linux:/etc/bacula # ./bacula start
Starting the Bacula Storage daemon
Starting the Bacula File daemon
Starting the Bacula Director daemon
/etc/bacula/bacula-ctl-dir: line 197:  4363 Segmentation fault  
${BACDIRBIN}/bacula-dir $2 ${OPTIONS} -v -c ${BACDIRCFG}/bacula-dir.conf

I need some help to get the vampire ready for the night.

Regards,
Douglas onyango +256(0712)981329

If you are not part of the solution, your are part of the Problem.


  --
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Mixed Drives

2009-01-23 Thread Alan Brown
On Wed, 21 Jan 2009, Ryan Novosielski wrote:

 Media type is completely arbitrary. If you want the new drive to be able
 to share media with the old drive, you should use the same media type.
 If not, you should have them be different. It would be best if you could
 make a supported media type list, to allow for backward compatible
 drives, but that's not possible at present.

This is something I raised at least 2-3 years ago. There's been no
apparent interest in solving the issue and likely won't be until one of
the developers encounters the problem.

Supported media lists would have to cover r/w and ro support:

LTO drives are r/w compatible with the previous generation, but read only
with the one before that.

ie: LTO4 can R/W LTO3 tapes, but only read LTO2 and can't read LTO1 at all.

(As far as I can tell these are _minimum_ specs for LTO. It's perfectly
possible to exceed them and produce a LTO4 drive which can write LTO2 and
read LTO1, but as far as I know no manufacturer has done that yet.







--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] New volumes put into Full status in succession from single backup

2009-01-23 Thread Alan Brown
On Thu, 22 Jan 2009, Win Htin wrote:

 Problem resolved. The FC switch was acting up and due to that, the tape
 backups went crazy while doing FC path failover. Replaced the switch and
 everything is back to normal. Thanks!

What model/firmware revision is the switch?





--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Mixed Drives

2009-01-23 Thread Arno Lehmann
Hi,

23.01.2009 15:03, Alan Brown wrote:
 On Wed, 21 Jan 2009, Ryan Novosielski wrote:
 
 Media type is completely arbitrary. If you want the new drive to be able
 to share media with the old drive, you should use the same media type.
 If not, you should have them be different. It would be best if you could
 make a supported media type list, to allow for backward compatible
 drives, but that's not possible at present.
 
 This is something I raised at least 2-3 years ago. There's been no
 apparent interest in solving the issue and likely won't be until one of
 the developers encounters the problem.

Possible... of course, a patch or even a detailed description how to 
implement this would be appreciated, I'm sure (and I know there 
already is some detail available but can't find the thread(s) at the 
moment :-)

 Supported media lists would have to cover r/w and ro support:
 
 LTO drives are r/w compatible with the previous generation, but read only
 with the one before that.
 
 ie: LTO4 can R/W LTO3 tapes, but only read LTO2 and can't read LTO1 at all.
 
 (As far as I can tell these are _minimum_ specs for LTO. It's perfectly
 possible to exceed them and produce a LTO4 drive which can write LTO2 and
 read LTO1, but as far as I know no manufacturer has done that yet.

I don't know any such drive either...

Anyway, personally, I'd like to see Alans suggestions implemented, but 
neither I nor any of my customers has a setup where that would be 
needed... the original poster might think about how they could support 
development here :-)

Arno

-- 
Arno Lehmann
IT-Service Lehmann
Sandstr. 6, 49080 Osnabrück
www.its-lehmann.de

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Mixed Drives

2009-01-23 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Arno Lehmann wrote:
 Hi,
 
 23.01.2009 15:03, Alan Brown wrote:
 On Wed, 21 Jan 2009, Ryan Novosielski wrote:

 Media type is completely arbitrary. If you want the new drive to be able
 to share media with the old drive, you should use the same media type.
 If not, you should have them be different. It would be best if you could
 make a supported media type list, to allow for backward compatible
 drives, but that's not possible at present.
 This is something I raised at least 2-3 years ago. There's been no
 apparent interest in solving the issue and likely won't be until one of
 the developers encounters the problem.
 
 Possible... of course, a patch or even a detailed description how to 
 implement this would be appreciated, I'm sure (and I know there 
 already is some detail available but can't find the thread(s) at the 
 moment :-)
 
 Supported media lists would have to cover r/w and ro support:

 LTO drives are r/w compatible with the previous generation, but read only
 with the one before that.

 ie: LTO4 can R/W LTO3 tapes, but only read LTO2 and can't read LTO1 at all.

 (As far as I can tell these are _minimum_ specs for LTO. It's perfectly
 possible to exceed them and produce a LTO4 drive which can write LTO2 and
 read LTO1, but as far as I know no manufacturer has done that yet.
 
 I don't know any such drive either...
 
 Anyway, personally, I'd like to see Alans suggestions implemented, but 
 neither I nor any of my customers has a setup where that would be 
 needed... the original poster might think about how they could support 
 development here :-)

I would appreciate this as it saves us some money. I have DDS4, DAT72,
and DLT8000 drives. I can use DDS3, DDS4, DAT72, and DLT-IV tapes -- and
the price difference I recall being significant, at least where we are
allowed to buy from (public institution). There are times where I'm
limited to using one drive where I could be using another, but it's no
showstopper.

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

iEUEARECAAYFAkl6M88ACgkQmb+gadEcsb6n3ACfZnYQmI6AkCoi8jpM25Xx+EzG
kgkAmMdOMY58mgCGWvA2mvZDj2lmph0=
=J9O8
-END PGP SIGNATURE-
begin:vcard
fn:Ryan Novosielski
n:Novosielski;Ryan
org:UMDNJ;IST/AST
adr;dom:MSB C630;;185 South Orange Avenue;Newark;NJ;07103
email;internet:novos...@umdnj.edu
title:Systems Programmer II
tel;work:(973) 972-0922
tel;fax:(973) 972-7412
tel;pager:(866) 20-UMDNJ
x-mozilla-html:FALSE
version:2.1
end:vcard

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Mixed Drives

2009-01-23 Thread Jesper Krogh
Alan Brown wrote:
 On Wed, 21 Jan 2009, Ryan Novosielski wrote:
 
 Media type is completely arbitrary. If you want the new drive to be able
 to share media with the old drive, you should use the same media type.
 If not, you should have them be different. It would be best if you could
 make a supported media type list, to allow for backward compatible
 drives, but that's not possible at present.
 
 This is something I raised at least 2-3 years ago. There's been no
 apparent interest in solving the issue and likely won't be until one of
 the developers encounters the problem.
 
 Supported media lists would have to cover r/w and ro support:
 
 LTO drives are r/w compatible with the previous generation, but read only
 with the one before that.
 
 ie: LTO4 can R/W LTO3 tapes, but only read LTO2 and can't read LTO1 at all.
 
 (As far as I can tell these are _minimum_ specs for LTO. It's perfectly
 possible to exceed them and produce a LTO4 drive which can write LTO2 and
 read LTO1, but as far as I know no manufacturer has done that yet.

Sure about that?, the marketing material I've seen shows only read-only
capabillity one-generation back and write capabillity one generation, if
the tape was un-used before (never written before).


-- 
Jesper

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] NAS unit for bacula backups

2009-01-23 Thread Bill Szkotnicki
Hi,

Has anyone tried to use a network storage unit for doing bacula backups?
I have a new Linksys NAS200.
My idea is to mount two large sata drives and direct bacula to use them 
somehow.
When those two become full store them and then mount 3 and 4
Etc.
I wonder if that can work?

And are there risks associated with storing SATA drives in a box say?

Bill


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] products based on bacula

2009-01-23 Thread Mag Gam
Nice post Kevin.



On Fri, Jan 23, 2009 at 5:20 AM, Kevin Keane subscript...@kkeane.com wrote:
 I've got to defend management here. IME, they DO ask for evaluations,
 reports, executive summaries, the works. But they only ask it for the
 short list of products after an initial culling, often only between the
 two or three finalists. How many commercial enterprise backup systems
 are there on the market? More than that, I'm sure.

 That's where marketing matters. Marketing isn't about selling. It's
 about getting on the short list. THEN you can let the product sell
 itself on the merits.

 Bacula has strengths and weaknesses in that area.

 Strength: viral marketing. Those in the know - us - appreciate the
 quality, and can work to get it onto the short list.
 Strength: reasonable visibility within the Open Source community. I
 discovered it because it had administration modules in webmin.
 Weakness: the name and tag line. It doesn't matter when selling on the
 merits, but it's a huge issue with getting on the short list.
 Weakness: little known outside Open Source. That's a double-whammy since
 many managers still tend to be skeptical of Open Source to begin with.
 Weakness: no slick brochures, white papers, etc. When a manager asks his
 employee give me a short list of backup solutions, the employee will
 start with google and download whitepapers and executive summaries. And,
 no, the What is Bacula page does not count.

 And let's also not forget: (most) managers aren't in the business of
 promoting Open Source. They are in the business of solving their
 business problems. Sometimes, Open Source is the answer, sometimes it isn't.

 As a consultant, I advise many customers to buy Microsoft servers. I
 personally prefer Linux servers, but for many situations, Windows really
 is the better solution. I'm running a mix of both in my own office.

 And I warn my customers of using OpenOffice.

 But I point them to the Gimp for image manipulation.

 I host their Web sites on LAMP.

 etc. etc.

 Ultimately, solving the problem matters - and licensing cost is only one
 factor in the equation. Very often a minor one.

 Ryan Novosielski wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Trouble is management these days in a lot of places doesn't know enough
 to make a decision other than on a cost or name basis. You'd expect if a
  person was unsure, they'd ask for a walkthrough or a synopsis, maybe
 with an extended trial period -- not just reject outright.

 Mag Gam wrote:

 I have got a lot of convincing to do.

 :-(

 Will try my best.


 On Wed, Jan 21, 2009 at 2:16 AM, Jon Ingason jon.inga...@sentor.se wrote:
 Scott Lambert skrev:

 On Mon, Jan 19, 2009 at 08:00:21PM -0500, Mag Gam wrote:

 I agree for the most part of what you said but when *we* (our team) is
 competing with other teams in the firm to design and implement our
 solution we also want management to take us seriously. Most of our MBA
 management like names with acronyms..TSM **cough, cough**, versus
 something a 10 year old would say to his sister, b-cula . In
 addition, choosing a produce named Baucla -- virtually unknown to
 management --  against a known BUT expensive product could be a risky
 move on their part, therefore I asked the initial question.

 Make up an acronym using the letters B, A, U, C, L, and A again.  Then
 spell it all in uppercase BACULA.  It's a longer acronym than TSM so it
 must have more features and be a better product.  :-)


 What about

 B - Backing up data with
 A - Advacned
 C - Control
 U - Utilities over
 L - Lagre
 A - Area or Areas

 ;-)



 --
 Kevin Keane
 Owner
 The NetTech
 Find the Uncommon: Expert Solutions for a Network You Never Have to Think 
 About

 Office: 866-642-7116
 http://www.4nettech.com

 This e-mail and attachments, if any, may contain confidential and/or 
 proprietary information. Please be advised that the unauthorized use or 
 disclosure of the information is strictly prohibited. The information herein 
 is intended only for use by the intended recipient(s) named above. If you 
 have received this transmission in error, please notify the sender 
 immediately and permanently delete the e-mail and any copies, printouts or 
 attachments thereof.


 --
 This SF.net email is sponsored by:
 SourcForge Community
 SourceForge wants to tell your story.
 http://p.sf.net/sfu/sf-spreadtheword
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net

Re: [Bacula-users] Mixed Drives

2009-01-23 Thread Robert LeBlanc
 
 Anyway, personally, I'd like to see Alans suggestions implemented, but
 neither I nor any of my customers has a setup where that would be
 needed... the original poster might think about how they could support
 development here :-)
 

Believe me, I'd love to support the development of Bacula especially in
this area. Unfortunately, we have a serious shortage of man power in my
area to dedicate to coding. I would be willing to help with testing to a
point as we only have the one library and it is used for production, it
would have to be sandboxed to certain tapes for testing purposes.

An overall idea that I've had is when a job is run, it finds the pool to
put/get the data and knows the SD, the DIR queries the SD to find the
supported media for the devices then selects a drive that matches the
media from the volume. This would remove the Media directive from the SD
directive in the Director config.

To extend this to support backwards compatibility, the media directive
could be split into media-write, media-read directives which could
either support multiple directives or a delimited list of media the
drive supports. This list would be fed back to the director when the DIR
queries the SD for devices to choose an appropriate device.

When we have time and resources we will look into coding it, but don't
hold your breath on that being anytime soon.

Robert LeBlanc
College of Life Sciences Computer Support
Brigham Young University
(801) 422-1882
lebl...@byu.edu



--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] NAS unit for bacula backups

2009-01-23 Thread Dan Langille

On Jan 23, 2009, at 4:27 PM, Bill Szkotnicki wrote:

 Hi,

 Has anyone tried to use a network storage unit for doing bacula  
 backups?
 I have a new Linksys NAS200.
 My idea is to mount two large sata drives and direct bacula to use  
 them
 somehow.
 When those two become full store them and then mount 3 and 4
 Etc.
 I wonder if that can work?

If you can mount the NAS unit onto the Bacula box's filesystem, then
yes, you can do backups to disk.  Nothing special required.

-- 
Dan Langille
http://langille.org/




--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users