Re: [Bacula-users] disk volume issues: seek - too large volumes - truncate - fragmentation

2007-03-20 Thread Kern Sibbald
On Tuesday 20 March 2007 22:23, Hans Manz wrote: > Kern Sibbald schrieb: > > When Bacula is scanning, listing, or restoring (depending on the exact > > options) from a volume, it will read to the end of the volume, so with your > > scheme, such operations will fail. > > I don't mind if these op

[Bacula-users] Unable to Truncate Error Solved!

2007-03-20 Thread Eric Bambach
Hello List, I saw that another user was grappling with the problem below. 20-Mar 20:49 moe-sd: Junior.2007-03-20_20.49.31 Fatal error: ../../stored/label.c:448 Truncate error on device "FileStorage" (E:\Bacula-Storage): ERR=../../stored/dev.c:1943 Unable to truncate device "FileStorage

Re: [Bacula-users] Windows Authentication Errors

2007-03-20 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Running your director and/or file daemon in debug mode might help. Under > Linux > this is achieved by adding a -dnn to the command line when nn is the level of > info you want. Windows has something similar, but I'm not familiar with the > speci

Re: [Bacula-users] Windows Authentication Errors

2007-03-20 Thread Troy Daniels
Hi, For starters, a bit more info on your setup might help somewhat. Info like, version of bacula on client/director, OS of server running director, whether you have other clients working successfully, or is this a new bacula install. Also, whether you installed from rpms or compiled it yoursel

[Bacula-users] Windows Authentication Errors

2007-03-20 Thread Lonny Selinger
I'm sure this has been tapped before but I can't seem to figure out what else could be causing my issue. I have set up a Windows machine as a client to test a backup and keep getting authentication errors. After reading the page on auth issues as well as following the intuitive return from bconsole

Re: [Bacula-users] disk volume issues: seek - too large volumes - truncate - fragmentation

2007-03-20 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hans Manz wrote: > Kern Sibbald schrieb: >> When Bacula is scanning, listing, or restoring (depending on the exact >> options) from a volume, it will read to the end of the volume, so with your >> scheme, such operations will fail. > > I don't mind

Re: [Bacula-users] Removable disk HOWTO?

2007-03-20 Thread Erich Prinz
Any chance of a Wintel version becoming available? On Mar 20, 2007, at 2:04 PM, Josh Fisher wrote: > The latest version is 0.7.4 and was posted to the bacula-users list > 2006-12-12. It currently isn't hosted anywhere that I know of, > and I don't think attachments are kept in the archive

Re: [Bacula-users] disk volume issues: seek - too large volumes - truncate - fragmentation

2007-03-20 Thread Arno Lehmann
Hi, On 3/20/2007 10:23 PM, Hans Manz wrote: > Kern Sibbald schrieb: >> When Bacula is scanning, listing, or restoring (depending on the exact >> options) from a volume, it will read to the end of the volume, so with your >> scheme, such operations will fail. > > I don't mind if these operations

Re: [Bacula-users] disk volume issues: seek - too large volumes - truncate - fragmentation

2007-03-20 Thread Martin Simmons
> On Tue, 20 Mar 2007 22:47:48 +0100, Hans Manz said: > > Hello Martin, > > > Am I correct that you created an empty catalog and then used it with a > > directory containing old disk volumes, so the filenames clashed? > > Yes, correct. > > > If so, I suggest you either delete the old volume

Re: [Bacula-users] wishlist: ldap

2007-03-20 Thread Ralf Gross
HM schrieb: > > If not already requested anywhere, LDAP support would be a sexy feature > (configuration, job definitions, etc.). http://www.bacula.org/?page=feature-request Ralf - Take Surveys. Earn Cash. Influence the Fut

Re: [Bacula-users] disk volume issues: seek - too large volumes - truncate - fragmentation

2007-03-20 Thread Hans Manz
Hello Martin, > Am I correct that you created an empty catalog and then used it with a > directory containing old disk volumes, so the filenames clashed? Yes, correct. > If so, I suggest you either delete the old volumes when you delete the catalog > or use bscan to put them in the new catalog w

Re: [Bacula-users] disk volume issues: seek - too large volumes - truncate - fragmentation

2007-03-20 Thread Hans Manz
Kern Sibbald schrieb: > When Bacula is scanning, listing, or restoring (depending on the exact > options) from a volume, it will read to the end of the volume, so with your > scheme, such operations will fail. I don't mind if these operations would fail just during the moment when bacula is abou

Re: [Bacula-users] disk volume issues: seek - too large volumes - truncate - fragmentation

2007-03-20 Thread Martin Simmons
> On Tue, 20 Mar 2007 16:11:10 +0100, Hans Manz said: > > Kern Sibbald schrieb: > > On Tuesday 20 March 2007 13:02, HM wrote: > >> Hello, folks! > >> > >> Sorry for this ugly $subject. > >> > >> I've been playing with bacula and noticed a strange behaviour. I have > >> configured a Pool with d

Re: [Bacula-users] disk volume issues: seek - too l arge volumes - truncate - fragmentation

2007-03-20 Thread Kern Sibbald
On Tuesday 20 March 2007 19:21, HM wrote: > Kern Sibbald schrieb: > > > >> Filesystems do fragment if they are getting full. And there is no > >> real way around this. > >> > >> XFS tries to avoid fragmentation of files by something that is > >> called "Delayed allocation" but XFS nevertheless ship

Re: [Bacula-users] "Block checksum mismatch" on restore

2007-03-20 Thread Martin Simmons
> On Tue, 20 Mar 2007 14:39:21 +0100, Ekkehard Burkon said: > > Hi, > > I'm trying to get a backup server up and running with debian sarge as > base system and approx 2TB of disk storage on a raid 5 array on a > 3ware 9000 controller. > > The backups seem to be OK. But each restore fails wi

Re: [Bacula-users] Removable disk HOWTO?

2007-03-20 Thread Hristo Benev
Josh Fisher wrote: > The latest version is 0.7.4 and was posted to the bacula-users list > 2006-12-12. It currently isn't hosted anywhere that I know of, and I > don't think attachments are kept in the archives, so here it is > again. Perhaps I should find somewhere to host it. > > I don't kn

Re: [Bacula-users] [Bacula-devel] RunScript and RunAfter bug

2007-03-20 Thread Ondrej PLANKA
I discover problem with RunScript directive in version 2.0.2 and now in >> 2.0.3 too. >> I have next directive in Job resource: >> RunScript { >>RunsWhen = After >>RunsOnSuccess = yes >>Command = "/etc/bacula/scripts/disk_check.sh %j" >> } >> >> and the script disk_check.sh is following

Re: [Bacula-users] Removable disk HOWTO?

2007-03-20 Thread Josh Fisher
The latest version is 0.7.4 and was posted to the bacula-users list 2006-12-12. It currently isn't hosted anywhere that I know of, and I don't think attachments are kept in the archives, so here it is again. Perhaps I should find somewhere to host it. I don't know if anyone else is using th

Re: [Bacula-users] wishlist: ldap

2007-03-20 Thread HM
HM schrieb: > Hello! > > If not already requested anywhere, LDAP support would be a sexy feature > (configuration, job definitions, etc.). > > /hm > I reply to myself just to clarify what I mean. A google search on "site:bacula.org ldap" did not give me anything, so maybe this idea was not disu

Re: [Bacula-users] Change Media Type of Volume

2007-03-20 Thread Arno Lehmann
Hi On 3/20/2007 3:57 PM, Stephan Heine - [Genetic Interactive] wrote: > Hi all, > > Here is quick question: Using an older version, say > > Bacula 1.38.9 > FC4 (2.6.17-1.2142_FC4) > > Is it possible to change the Media Type of a Volume > using the console / command line? > > Example from ty

[Bacula-users] Removable disk HOWTO?

2007-03-20 Thread Hristo Benev
Hi, what is latest version of removable disk howto and where it could be accessed? Thanks Hristo Benev - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to

Re: [Bacula-users] Ubuntu 6.06 dependency issues

2007-03-20 Thread Sherman Boyd
> > Sherman Boyd escreveu: > > I'm trying to install Bacula 2.0.3 on Ubuntu. I can't seem to locate > > some of the dependencies. OpenSSL doesn't give me support for TLS and > > Encryption. I can't find conio or readlines, although I'm not so sure > > I need them. I also would like to enable AC

Re: [Bacula-users] backup rates

2007-03-20 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > Hi, > > I would like to use bacula for backup, but the observed perfomance is > not good enough for our use case. > The backup-server running Director, SD and FD (version 1.38.11 on > Debian unstable) is an AMD Athlon(tm) X

Re: [Bacula-users] Bacula 2.0.3-1 released for SuSE 10.1 and 10.2 (x86_64)

2007-03-20 Thread Alan Brown
On Tue, 20 Mar 2007, Arno Lehmann wrote: > I'll add my results here - they seem to fit :-) > > Bad luck, Alan: I can't get a static FD even under SuSE 8.1. Seems to be > some problem with the acl library. I tried to disable ACLS during > configure, but --disable-acl was accepted but did not work.

Re: [Bacula-users] Backup is "not descending" into most important directories...Misconfiguration?

2007-03-20 Thread Kern Sibbald
On Tuesday 20 March 2007 17:15, Ryan Novosielski wrote: > Kern Sibbald wrote: > > On Tuesday 20 March 2007 15:15, Evan Kaufman wrote: > >> I'm trying to backup a redhat8 box, but i get the following errors every > >> time: > > > > Well, well. I had certain doubts about printing these "warning" mes

Re: [Bacula-users] Question about concurrent jobs

2007-03-20 Thread Erich Prinz
My understanding is that all the resources must also be set to the max # of concurrent jobs in order for Bacula to run more than one job at a time. Therefore, you'll need to set your resources to 3 in all cases to get three jobs running at once. The job resource gives you the ability to sp

Re: [Bacula-users] backup rates

2007-03-20 Thread Chris Hoogendyk
[EMAIL PROTECTED] wrote: > Hi, > > I would like to use bacula for backup, but the observed perfomance is > not good enough for our use case. > The backup-server running Director, SD and FD (version 1.38.11 on > Debian unstable) is an AMD Athlon(tm) XP 1500+ with 1 GB of ram. > It reads the files

Re: [Bacula-users] Backup is "not descending" into most important directories...Misconfiguration?

2007-03-20 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kern Sibbald wrote: > On Tuesday 20 March 2007 15:15, Evan Kaufman wrote: >> I'm trying to backup a redhat8 box, but i get the following errors every >> time: > > Well, well. I had certain doubts about printing these "warning" messages, > but > I c

Re: [Bacula-users] backup rates

2007-03-20 Thread Mike Seda
Hi Sven, I wouldn't nfs mount anything on my backup server. I would just backup the NFS share on the server-side, i.e. run bacula-fd on the NFS server and add the NFS shared dir to the NFS server's FileSet. Btw, last night my clients got the following Rates in MB/s: 4,7,14, 21,10 These rates var

[Bacula-users] Change Media Type of Volume

2007-03-20 Thread Stephan Heine - [Genetic Interactive]
Hi all, Here is quick question: Using an older version, say Bacula 1.38.9 FC4 (2.6.17-1.2142_FC4) Is it possible to change the Media Type of a Volume using the console / command line? Example from type: "File" to (unique name) I am aware that the Media Type directives as Device (SD) and the

[Bacula-users] wishlist: ldap

2007-03-20 Thread HM
Hello! If not already requested anywhere, LDAP support would be a sexy feature (configuration, job definitions, etc.). /hm - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll

Re: [Bacula-users] disk volume issues: seek - too large volumes - truncate - fragmentation

2007-03-20 Thread Hans Manz
Kern Sibbald schrieb: > On Tuesday 20 March 2007 13:02, HM wrote: >> Hello, folks! >> >> Sorry for this ugly $subject. >> >> I've been playing with bacula and noticed a strange behaviour. I have >> configured a Pool with disk volumes of size 100MB each. On one run I >> wrote three tapes. Then I've

Re: [Bacula-users] backup rates

2007-03-20 Thread Arno Lehmann
Hi, On 3/20/2007 3:54 PM, [EMAIL PROTECTED] wrote: > Hi, > > I would like to use bacula for backup, but the observed perfomance is > not good enough for our use case. > The backup-server running Director, SD and FD (version 1.38.11 on > Debian unstable) is an AMD Athlon(tm) XP 1500+ with 1 GB of

Re: [Bacula-users] backup rates

2007-03-20 Thread John Drescher
On 3/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to use bacula for backup, but the observed perfomance is > not good enough for our use case. > The backup-server running Director, SD and FD (version 1.38.11 on > Debian unstable) is an AMD Athlon(tm) XP 1500+ with 1 GB

Re: [Bacula-users] Disc to Disc to Tape

2007-03-20 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yes, job migration, in the official Bacula documentation. =R Dominik wrote: > Hello, > > is it possible with bacula to backup als the needed files to a other > harddrive and then from the harddrive to the tape? I think the better > question should

[Bacula-users] Disc to Disc to Tape

2007-03-20 Thread Dominik
Hello, is it possible with bacula to backup als the needed files to a other harddrive and then from the harddrive to the tape? I think the better question should be how this is possible. Does somebody know something about that or can give me some usefull links, i would be very happy. here my s

Re: [Bacula-users] copy data between volumes

2007-03-20 Thread Benjamin E. Zeller
On Tuesday 20 March 2007 15:49, Santa Claus wrote: > Ryan Novosielski wrote: > > http://www.bacula.org/rel-manual/Migration.html > > How to _COPY_ (not move!) very important data (period of storage of 5 > years) from one Volume to another. I *guess* you're looking for auxilliary copy, which isn't

Re: [Bacula-users] Backup is "not descending" into most important directories...Misconfiguration?

2007-03-20 Thread Kern Sibbald
On Tuesday 20 March 2007 15:15, Evan Kaufman wrote: > I'm trying to backup a redhat8 box, but i get the following errors every > time: Well, well. I had certain doubts about printing these "warning" messages, but I can see that in this case they served their pupose well and avoided a possible d

[Bacula-users] backup rates

2007-03-20 Thread amo001
Hi, I would like to use bacula for backup, but the observed perfomance is not good enough for our use case. The backup-server running Director, SD and FD (version 1.38.11 on Debian unstable) is an AMD Athlon(tm) XP 1500+ with 1 GB of ram. It reads the files via Gbit-ethernet from an NFS-share. Th

Re: [Bacula-users] disk volume issues: seek - too large volumes - truncate - fragmentation

2007-03-20 Thread Kern Sibbald
On Tuesday 20 March 2007 15:39, Marc Schiffbauer wrote: > * Kern Sibbald schrieb am 20.03.07 um 13:49 Uhr: > > > > > > > > That way the disk volumes would be allocated statically on disk and one > > > could try to defragment it more or less appropiately once and afterwards > > > there would be no

Re: [Bacula-users] copy data between volumes

2007-03-20 Thread Santa Claus
Ryan Novosielski wrote: > http://www.bacula.org/rel-manual/Migration.html How to _COPY_ (not move!) very important data (period of storage of 5 years) from one Volume to another. - Take Surveys. Earn Cash. Influence the Futur

Re: [Bacula-users] Backup is "not descending" into most important directories...Misconfiguration?

2007-03-20 Thread Arno Lehmann
Hi, On 3/20/2007 3:20 PM, Michael Proto wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Evan Kaufman wrote: >> I'm trying to backup a redhat8 box, but i get the following errors every >> time: >> >> rhbox: Filesystem change prohibited. Will not descend into /boot >> rhbox:

Re: [Bacula-users] disk volume issues: seek - too large volumes - truncate - fragmentation

2007-03-20 Thread Marc Schiffbauer
* Kern Sibbald schrieb am 20.03.07 um 13:49 Uhr: > > > > > That way the disk volumes would be allocated statically on disk and one > > could try to defragment it more or less appropiately once and afterwards > > there would be not fragmentation added by bacula, since it doesn't need > > to alloca

Re: [Bacula-users] Storage Daemon building

2007-03-20 Thread Kern Sibbald
On Tuesday 20 March 2007 13:42, Jorj Bauer wrote: > > Can you explain what you mean by "one of the lite mechanisms"? > > SQLite or SQLite3. OK, I understand. > I don't believe they have any remote access directly. No, they are compiled in (or can run as a shared library). > > > I see no nee

Re: [Bacula-users] Bacula 2.0.3-1 released for SuSE 10.1 and 10.2 (x86_64)

2007-03-20 Thread Kern Sibbald
On Tuesday 20 March 2007 14:15, Alan Brown wrote: > On Tue, 20 Mar 2007, Kern Sibbald wrote: > > > What I don't understand is why you don't build your own current (non-static) > > version of Bacula on your older systems. > > Because in several cases they won't compile - lack of libraries, etc.

Re: [Bacula-users] copy data between volumes

2007-03-20 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://www.bacula.org/rel-manual/Migration.html Santa Claus wrote: > Hi, there > > How to copy very important data (period of storage of 5 years) from > one Volume to another. Example, copy data from file Volume to tape > Volume (like Migration) ? >

Re: [Bacula-users] Fw: Rif: Re: Change tape problem

2007-03-20 Thread Kern Sibbald
Hello, The error you describe below sounds more like a hardware or an OS driver error than a Bacula error. This also makes sense with the fact that it started with 1.38.11 and continues. You didn't give any details of what happened between 1.36.3 and 1.38.11, nor did you give any details on y

Re: [Bacula-users] Backup is "not descending" into most important directories...Misconfiguration?

2007-03-20 Thread Thomas Glatthor
Bacula-doc: > onefs=yes|no > If set to yes (the default), Bacula will remain on a single file system. set it to "no". Michael Proto schrieb: > Evan Kaufman wrote: >> I'm trying to backup a redhat8 box, but i get the following errors every >> time: > >> rhbox: Filesystem change prohib

Re: [Bacula-users] Backup is "not descending" into most important directories...Misconfiguration?

2007-03-20 Thread Evan Kaufman
Ack...I should have caught that. Thanks so much! On 3/20/07, Michael Proto <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Evan Kaufman wrote: > I'm trying to backup a redhat8 box, but i get the following errors every > time: > > rhbox: Filesystem change prohibit

Re: [Bacula-users] Any experience with Quantum DLT-S4 ?

2007-03-20 Thread Kern Sibbald
On Tuesday 20 March 2007 15:14, Michael Proto wrote: > Mehmet Soysal wrote: > > Hi, > > is somebody using a Quantum DLT-S4 drive with Bacula ? > > I'm looking for a tape drive with a huge uncompressed capacity on a > > single tape and > > the DLT-S4 drive seems to have the most capacity. > > > > Bu

Re: [Bacula-users] Backup is "not descending" into most important directories...Misconfiguration?

2007-03-20 Thread Michael Proto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Evan Kaufman wrote: > I'm trying to backup a redhat8 box, but i get the following errors every > time: > > rhbox: Filesystem change prohibited. Will not descend into /boot > rhbox: Filesystem change prohibited. Will not descend into /proc >

Re: [Bacula-users] Bacula 2.0.3-1 released for SuSE 10.1 and 10.2 (x86_64)

2007-03-20 Thread Kern Sibbald
On Tuesday 20 March 2007 14:51, Arno Lehmann wrote: > Hi, > > On 3/20/2007 2:15 PM, Alan Brown wrote: > > On Tue, 20 Mar 2007, Kern Sibbald wrote: > > > >> What I don't understand is why you don't build your own current (non-static) > >> version of Bacula on your older systems. > > > > Because

Re: [Bacula-users] "Block checksum mismatch" on restore

2007-03-20 Thread Kern Sibbald
On Tuesday 20 March 2007 14:39, Ekkehard Burkon wrote: > Hi, > > I'm trying to get a backup server up and running with debian sarge as > base system and approx 2TB of disk storage on a raid 5 array on a > 3ware 9000 controller. > > The backups seem to be OK. But each restore fails with something

[Bacula-users] Backup is "not descending" into most important directories...Misconfiguration?

2007-03-20 Thread Evan Kaufman
I'm trying to backup a redhat8 box, but i get the following errors every time: rhbox: Filesystem change prohibited. Will not descend into /boot rhbox: Filesystem change prohibited. Will not descend into /proc rhbox: Filesystem change prohibited. Will not descend into /home rhbox:

Re: [Bacula-users] Any experience with Quantum DLT-S4 ?

2007-03-20 Thread Michael Proto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mehmet Soysal wrote: > Hi, > is somebody using a Quantum DLT-S4 drive with Bacula ? > I'm looking for a tape drive with a huge uncompressed capacity on a > single tape and > the DLT-S4 drive seems to have the most capacity. > > But i'm not sure if it

Re: [Bacula-users] Bacula 2.0.3-1 released for SuSE 10.1 and 10.2 (x86_64)

2007-03-20 Thread Arno Lehmann
Hi, On 3/20/2007 2:15 PM, Alan Brown wrote: > On Tue, 20 Mar 2007, Kern Sibbald wrote: > >> What I don't understand is why you don't build your own current (non-static) >> version of Bacula on your older systems. > > Because in several cases they won't compile - lack of libraries, etc. > > Thes

[Bacula-users] "Block checksum mismatch" on restore

2007-03-20 Thread Ekkehard Burkon
Hi, I'm trying to get a backup server up and running with debian sarge as base system and approx 2TB of disk storage on a raid 5 array on a 3ware 9000 controller. The backups seem to be OK. But each restore fails with something like: 20-Mär 15:08 backup-sd: RestoreFiles.2007-03-20_15.04.19 Erro

Re: [Bacula-users] Bacula 2.0.3-1 released for SuSE 10.1 and 10.2 (x86_64)

2007-03-20 Thread Alan Brown
On Tue, 20 Mar 2007, Kern Sibbald wrote: > What I don't understand is why you don't build your own current (non-static) > version of Bacula on your older systems. Because in several cases they won't compile - lack of libraries, etc. These are old boxes and they're "frozen" - no updates of core s

[Bacula-users] Question about concurrent jobs

2007-03-20 Thread Ruben Lopez
Hello, I'm trying to run concurrent jobs on different storage resources. For example, there is no problem in doing a tape backup at the same time as a disk backup and a DVD backup, but I don't really want two concurrent backups to tape. So my configuration looks like this: Director { Maximum

Re: [Bacula-users] disk volume issues: seek - too large volumes - truncate - fragmentation

2007-03-20 Thread Kern Sibbald
On Tuesday 20 March 2007 13:02, HM wrote: > Hello, folks! > > Sorry for this ugly $subject. > > I've been playing with bacula and noticed a strange behaviour. I have > configured a Pool with disk volumes of size 100MB each. On one run I > wrote three tapes. Then I've deleted the catalog and recre

Re: [Bacula-users] Storage Daemon building

2007-03-20 Thread Jorj Bauer
> Can you explain what you mean by "one of the lite mechanisms"? SQLite or SQLite3. I don't believe they have any remote access directly. > I see no need to have each Storage daemon have its own database. The only reason I mention it is because of the non-remote-access database methods. -- Jorj

Re: [Bacula-users] Bacula 2.0.3-1 released for SuSE 10.1 and 10.2 (x86_64)

2007-03-20 Thread Kern Sibbald
On Tuesday 20 March 2007 11:12, Alan Brown wrote: > On Tue, 20 Mar 2007, Arno Lehmann wrote: > > > Ok, I have an FD for SuSE 9.2 which should also work on SLES9. > > Statically linking was not possible, after some playing around, I always > > ended up with: > > > I can not find static .a librarie

Re: [Bacula-users] Storage Daemon building

2007-03-20 Thread Kern Sibbald
On Tuesday 20 March 2007 12:51, Jorj Bauer wrote: > > > Out of curiosity, what -- down the line -- would the -sd require a > > > database for? Config info? > > > > Config info in the database -- never. Only people who have never done a bare > > metal recovery would think of such an implementati

Re: [Bacula-users] disk volume issues: seek - too large volumes - truncate - fragmentation

2007-03-20 Thread Marc Schiffbauer
* HM schrieb am 20.03.07 um 13:02 Uhr: > Hello, folks! > > Sorry for this ugly $subject. > > I've been playing with bacula and noticed a strange behaviour. I have > configured a Pool with disk volumes of size 100MB each. On one run I > wrote three tapes. Then I've deleted the catalog and recreate

[Bacula-users] disk volume issues: seek - too large volumes - truncate - fragmentation

2007-03-20 Thread HM
Hello, folks! Sorry for this ugly $subject. I've been playing with bacula and noticed a strange behaviour. I have configured a Pool with disk volumes of size 100MB each. On one run I wrote three tapes. Then I've deleted the catalog and recreated it with the scripts shipped with bacula. On the nex

Re: [Bacula-users] Feature request: dynamic configuration files

2007-03-20 Thread Jorj Bauer
> >> For example, starting the director like this: > >> > >># bacula-dir -c '|/usr/local/sbin/generate-dir-config' > > > > Maybe I am missing some important point, but by now I can't see any mayor > > benefits of your solution compared with: > > > > # /usr/local/sbin/generate-dir-config > /e

Re: [Bacula-users] Storage Daemon building

2007-03-20 Thread Jorj Bauer
> > Out of curiosity, what -- down the line -- would the -sd require a > > database for? Config info? > > Config info in the database -- never. Only people who have never done a bare > metal recovery would think of such an implementation :-). > > bscan built into the SD. However, I *might* do

Re: [Bacula-users] Bacula 2.0.3-1 released for SuSE 10.1 and 10.2 (x86_64)

2007-03-20 Thread Alan Brown
On Tue, 20 Mar 2007, Arno Lehmann wrote: > Ok, I have an FD for SuSE 9.2 which should also work on SLES9. > Statically linking was not possible, after some playing around, I always > ended up with: > I can not find static .a libraries for linux-gate (whatever that is) and > libattr, so I assume t

[Bacula-users] copy data between volumes

2007-03-20 Thread Santa Claus
Hi, there How to copy very important data (period of storage of 5 years) from one Volume to another. Example, copy data from file Volume to tape Volume (like Migration) ? Thanks. - Take Surveys. Earn Cash. Influence the Futu

[Bacula-users] Duration of bscan (LTO3)

2007-03-20 Thread Adam Cécile
Hi, Could you tell me approximately the duration of bscan -m on a nearly full LTO3 tape ? Thanks in advance. -- Adam CECILELinbox / Free&ALter Soft 152 rue de Grigy tél: +33 3 87 50 87 95 Technopôle Metz 2000 fax: +33 3 87 75 19 26 57070 ME