Re: [Bacula-users] Include Dir Containing?

2011-02-22 Thread Marc Schiffbauer
* Christian Manal schrieb am 22.02.11 um 12:43 Uhr: > Am 22.02.2011 12:26, schrieb Phil Stracchino: > > On 02/22/11 06:07, Christian Manal wrote: > >> That's right, but not what I need. I want to include the directory > >> containing the specific file, not the file itself like it is shown in > >> t

Re: [Bacula-users] Bacula pruning too much?

2011-02-02 Thread Marc Schiffbauer
* John Drescher schrieb am 02.02.11 um 02:43 Uhr: > What about the media retention? The media retention periods have > highest priority and can be pruned regardless of the what the file or > job retention periods are. Also remember with media the settings in > the bacula-dir.conf files only apply t

[Bacula-users] Bacula pruning too much?

2011-02-01 Thread Marc Schiffbauer
Hi all, Bacula 5.0.3. I have a client for which I do not run a backup job on a scheduled basis but only when I start it manually. Today I wanted to restore a file from the last backup. But there is no backup left in the catalog! How can that happen? I know that there are different retention pe

Re: [Bacula-users] Bacula 5.0.2 "Truncate" feature not working

2010-06-21 Thread Marc Schiffbauer
* Mingus Dew schrieb am 21.06.10 um 19:43 Uhr: > I am running 5.0.2 on Solaris 10 x86 edition. I upgraded to 5.0.2 > specifically to use the Truncate volumes on purge feature. > I have setup Pool and updated volumes and followed the manual, but still my > volumes do not seem to be truncating. > >

[Bacula-users] ActionOnPurge=Truncate does not work automatically

2010-06-08 Thread Marc Schiffbauer
Hi all, maybe I have just some problems understanding the ActionOnPurge feature. In one of my file pools (VestaFtp) I have set Action On Purge = Truncate I have updated existing volumes, so "actiononpurge" is set to 1 for all volumes in the pool. What is NOT working: * volumes are never t

Re: [Bacula-users] Is it possible to run bconsole without libtermcap?

2010-03-08 Thread Marc Schiffbauer
* Steen Meyer schrieb am 09.03.10 um 00:44 Uhr: > Termcap is not in Archlinux anymore, nor is termcat-compat, is it possible to > compile it in a way that it can run without it? Yes. A little hacky, but worked for me on gentoo: Replace every -ltermcap by -lncurses in the configure script, then

Re: [Bacula-users] Shell script question.

2010-03-04 Thread Marc Schiffbauer
* Martin Simmons schrieb am 04.03.10 um 11:40 Uhr: > >>>>> On Thu, 4 Mar 2010 03:41:36 +0100, Marc Schiffbauer said: > > > > * Phil Stracchino schrieb am 03.03.10 um 20:18 Uhr: > > > On 03/03/10 14:05, Brian Debelius wrote: > > > > Hi, >

Re: [Bacula-users] bacula and curlftpfs 0.9.2 does not work (anymore)

2010-03-04 Thread Marc Schiffbauer
* Dennis Petschull schrieb am 04.03.10 um 08:04 Uhr: > Hey Marc, Hi Dennis, > > Yes, using curlftpfs 0.9.1 would be an option, but when I tried it, I ran > into > this bug, http://bugs.gentoo.org/223239, which prohibits me to upload large > files to the FTP storage. > So this makes this vers

Re: [Bacula-users] Shell script question.

2010-03-03 Thread Marc Schiffbauer
* Phil Stracchino schrieb am 03.03.10 um 20:18 Uhr: > On 03/03/10 14:05, Brian Debelius wrote: > > Hi, > > > >Looking at Bacula scripts and other scripts, I see a test for an > > empty string performed by adding an 'x' before the variable, and then > > comparing this to another string that i

Re: [Bacula-users] bacula and curlftpfs 0.9.2 does not work (anymore)

2010-03-03 Thread Marc Schiffbauer
* Dennis Petschull schrieb am 03.03.10 um 20:54 Uhr: > Hi, > > I am still very interested in this topic. > Is anyone using Bacula with FTP as storage backend? How do you handle this > situation? > > Thanks for your help! Why not use 0.9.1 then instead? I do so and it works. -Marc -- +--

Re: [Bacula-users] bacula 5.0.1 installation errors

2010-03-02 Thread Marc Schiffbauer
Hi Jerry, this is a known issue on F12 because they use the beta of openssl 1.0 which had some incompatible API-changes. AFAIK there is work going on to fix this. Until a fix is released you might want to disable SSL or use some 0.9.x version of SSL or use another distro(-version) which has vers

Re: [Bacula-users] Bacula and deduplication

2010-03-02 Thread Marc Schiffbauer
* Carlo Filippetto schrieb am 02.03.10 um 16:44 Uhr: > very verbose > :) > > This feature is available only with the last version? > > I have the 2.4 and 3.0.3 As mentioned in other posts: Its only in Bacula 5. And its not (yet?) hash based, which would be very good indeed. -Marc -- 8AAC 5F46

Re: [Bacula-users] Bacula and deduplication

2010-03-02 Thread Marc Schiffbauer
* Carlo Filippetto schrieb am 02.03.10 um 14:27 Uhr: > Hi, > bacula have a feature for the deduplication? yes. -- 8AAC 5F46 83B4 DB70 8317 3723 296C 6CCA 35A6 4134 -- Download Intel® Parallel Studio Eval Try the new s

[Bacula-users] Understanding "Action On Purge = Truncate"

2010-03-01 Thread Marc Schiffbauer
Hi all, I am using bacula 5.0.1 and I am trying to use the new "Action On Purge = Truncate" feature - without success so far :-/ Like I understood it: If i run a "purge volume=Ftp-0033" and Action On Purge = Truncate is set for that pool, the SD should set the file to 0 bytes on disk, right? Thi

Re: [Bacula-users] What diffing algorithm does Bacula use for incremental backups?

2010-03-01 Thread Marc Schiffbauer
* Richard Hartmann schrieb am 01.03.10 um 18:08 Uhr: > Hi all, > > I have been wondering what algorithm is used to detect changed files for > incremental backups. The answer will be in between atime & full copy and > binary diffs, but I'd like to be sure :) This is configurable and well documente

Re: [Bacula-users] Getting size information for files in an incremental backup?

2010-03-01 Thread Marc Schiffbauer
* Richard Hartmann schrieb am 01.03.10 um 18:10 Uhr: > Hi all, > > the other question which has been haunting me is if there is any way to > determine which files within a given incremental backup are the heavy > hitters. I have several incremental backups which are way too large imo > and would w

Re: [Bacula-users] How to make "setip" console command work?

2010-02-23 Thread Marc Schiffbauer
Is "setip" working for anybody in bacula 5.0.0 ? TIA -Marc -- 8AAC 5F46 83B4 DB70 8317 3723 296C 6CCA 35A6 4134 -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bu

Re: [Bacula-users] How to make "setip" console command work?

2010-02-22 Thread Marc Schiffbauer
* Craig White schrieb am 22.02.10 um 02:11 Uhr: Hi Craig, > shouldn't this... > > and with this in bconsole.conf on the client: > > > > Console { > > Director = lisa-dir > > Name = bart-fd > > Password = "password2" > > } > > be > Console { > Director = bart-dir > Name = bart-dir >

[Bacula-users] How to make "setip" console command work?

2010-02-21 Thread Marc Schiffbauer
Hi all, does anybody have an idea of what I must do to be able to use the "setip" command from within a client's console? I can access the director through a console on the client: # On Director (bacula-dir.conf): Director { Name = lisa-dir [...] Password = "password1" } #

Re: [Bacula-users] [Bacula-devel] Feature / Project request - support for file-system / volume / san dedup for file devices

2010-02-10 Thread Marc Schiffbauer
* Kern Sibbald schrieb am 10.02.10 um 08:56 Uhr: > Hello, > Hi Kern, very interesting to hear that more dedup features are in the queue! Great news! [...] > With all the above, I do not think that it is yet time to discuss changing > the > Bacula Volume format (though a new (second) Volume f

Re: [Bacula-users] Bat 5.0.0 not showing Console

2010-01-26 Thread Marc Schiffbauer
* Richard Scobie schrieb am 26.01.10 um 03:54 Uhr: > Have just updated all components to 5.0.0 and a remote bat connection > does not display the console window - it just stays on the last selected > page. > > When starting bat, it just goes up with a blank page, but all other > pages display c

Re: [Bacula-users] Cannot restore VMmware/ZFS

2009-12-28 Thread Marc Schiffbauer
* Paul Greidanus schrieb am 28.12.09 um 23:44 Uhr: > I'm trying to restore files I have backed up on the NFS server that I'm using > to back VMware, but I'm getting similar errors to this every time I try to > restore: > > 28-Dec 12:10 krikkit-dir JobId 1433: Start Restore Job > Restore.2009-12

Re: [Bacula-users] specifying non-existant files or directories?

2009-08-05 Thread Marc Schiffbauer
* Toni Mueller schrieb am 05.08.09 um 11:15 Uhr: > > > Hi, > > my backups appear to basically work now (no frills, though), but I've > got some questions left. > > I'd like to simplify my configuration by merging some FileSet > resources. This would requrire me to specify non-existant directori

Re: [Bacula-users] disk full, need to reset and upgrade

2009-08-04 Thread Marc Schiffbauer
Hi Thomas, there is an exclude feature in previous bacula versions as well. And if you are talking about the new "Exclude Dir Containing" feature: You can achieve the same behavior in 2.x versions of bacula with an Exclude setting like this: FileSet { Name = "MyFileSet" Include { Optio

Re: [Bacula-users] exim4 and bsmtp on same machine

2009-07-07 Thread Marc Schiffbauer
* John Kennedy schrieb am 07.07.09 um 10:27 Uhr: > Will there be any conflict if I install/configure exim4 on a machine > running bacula 2.2.6 which uses bsmtp to send Bacula status emails? > Thanks, > John No. -Marc -- +--+ |

Re: [Bacula-users] Firewall woes

2009-06-12 Thread Marc Schiffbauer
* Ken Barclay schrieb am 12.06.09 um 11:56 Uhr: > Don't you just love firewalls! > > > > Today received this error on a newly installed client - > > > > 12-Jun 16:27 KenTest-dir JobId 8309: Fatal error: Unable to authenticate > with File daemon at "192.168.2.130:9102". Possible causes:blah,

[Bacula-users] Verify job after Filesystem Errors

2009-06-10 Thread Marc Schiffbauer
Hi all, I have had some bad filesystem errors detected after a fsck of a servers /home partition and I think some files might be gone. I have a recent backup of everything important on that partition. Now I want to know if important files have vanished. I do not have a Verify job created yet an

Re: [Bacula-users] BAT for windows ?

2009-06-05 Thread Marc Schiffbauer
* Robert LeBlanc schrieb am 05.06.09 um 18:05 Uhr: > I believe bat has a too big dependency on qt and qt is not easily ported to > Windows yet. You may still have to wait a while for a Windows port. ??? qt runs fine on windows since many years. -Marc -- BUGS My programs never have bugs. They

Re: [Bacula-users] What flags a file to be backed up ?

2009-05-04 Thread Marc Schiffbauer
* Jacques Botha schrieb am 04.05.09 um 11:23 Uhr: > Hi All > > If I have a file, the file size, content, and checksum does not change > from yesterday to today, _but_ the file system permissions change, does > it get flagged to be backed up ? To do this you must tell bacula to look for ctime chan

Re: [Bacula-users] Deduplication feature

2009-04-08 Thread Marc Schiffbauer
* Corneliu P schrieb am 08.04.09 um 15:08 Uhr: > Hi all, > > Does Bacula support deduplication feature? > > That is, for the backup software to detect duplicate files and not > actually backup duplicates, but store a pointer to original backed up > file, and make all this transparent on restore o

Re: [Bacula-users] [Bacula-devel] Bat help files

2009-03-23 Thread Marc Schiffbauer
* Kevin Keane schrieb am 23.03.09 um 20:36 Uhr: > > > >> I think I misunderstood you sorry. I read "bacula help files" not > >> bat help files ;) > >> > >> It seems like bat only looks for an index.html in the current > >> working directory which is not good ;) > >> > >> I would say /usr/share/d

Re: [Bacula-users] [Bacula-devel] Bat help files

2009-03-23 Thread Marc Schiffbauer
* Kern Sibbald schrieb am 23.03.09 um 16:42 Uhr: > Hello, > > It appears that the bat help files are not getting properly installed -- at > least in version 2.5 (I never really thought about it in 2.4.x). Can anyone > tell me what is the default location that applications such as Bacula are >

Re: [Bacula-users] [Bacula-devel] Bat help files

2009-03-23 Thread Marc Schiffbauer
I think I misunderstood you sorry. I read "bacula help files" not bat help files ;) It seems like bat only looks for an index.html in the current working directory which is not good ;) I would say /usr/share/doc/bat/ -Marc * Kern Sibbald schrieb am 23.03.09 um 16:42 Uhr: > Hello, > > It appe

Re: [Bacula-users] Remote storage

2008-12-17 Thread Marc Schiffbauer
* Sergio Belkin schrieb am 17.12.08 um 13:53 Uhr: > How Can I define a remote storage in bacula-sd.conf ? namely a tape > device that is in another host that bacula director. I think you ned to run the bacula-sd on that remote host, not on the host that runs bacula-dir. -Marc -- 8AAC 5F46 83B4

Re: [Bacula-users] [Bacula-devel] Copy jobs in Bacula version 3.0.0

2008-12-15 Thread Marc Schiffbauer
* Kern Sibbald schrieb am 15.12.08 um 21:52 Uhr: > Hello, Hi Kern, > I've been discussing with Eric how we might handle Copy jobs in our > development version. [...] > A few things seem obvious: > > 1. Any restore where Bacula automatically selects the jobs to be restored > (e.g. a restore to

Re: [Bacula-users] [Bacula-devel] Bacula Status

2008-10-07 Thread Marc Schiffbauer
* Martin Simmons schrieb am 07.10.08 um 13:23 Uhr: > > On Tue, 7 Oct 2008 07:37:36 +0200, Kern Sibbald said: > > > > > > I personally don't find it that confusing, but am willing to admit that > > some > > would. So, what is the solution? > > > > Drop the feature? > > > > Change the f

Re: [Bacula-users] [Bacula-devel] Bacula Status

2008-10-07 Thread Marc Schiffbauer
* Martin Simmons schrieb am 07.10.08 um 13:00 Uhr: > > > > I voted for putting it into the Exclude section because this > > directive is about *excluding* directories from the backup. > > True, but... > > > So if > > someone uses this d

Re: [Bacula-users] [Bacula-devel] Bacula Status

2008-10-06 Thread Marc Schiffbauer
* Martin Simmons schrieb am 06.10.08 um 22:04 Uhr: > > If it hasn't been done already, it could be useful to consider how this > affects the mental model that users have of the include/exclude algorithm > (which is already a source of some difficulty). This applies to the fstypes > and drivetypes

Re: [Bacula-users] [Bacula-devel] Improving job scheduling flexibility

2008-02-23 Thread Marc Schiffbauer
* Marc Schiffbauer schrieb am 23.02.08 um 19:14 Uhr: > Job/JobDef or Schedule { > > Duplicate Jobs { > AllowLevel = "equal|higher|lower" or just "=|>|<" > > Cancel Job = Running | New Waiting | Ne

Re: [Bacula-users] Improving job scheduling flexibility

2008-02-23 Thread Marc Schiffbauer
* Kern Sibbald schrieb am 23.02.08 um 12:40 Uhr: > Hello, Hi Kern, > > As you know, current job scheduling has a few deficiencies, particular if for > some reason your backups get blocked (a bad tape driver or operator > intervention required), which can lead to a big pile of duplicate jobs be

Re: [Bacula-users] Fwd: no fsf on restore?

2008-02-09 Thread Marc Schiffbauer
* Peter Much schrieb am 09.02.08 um 15:54 Uhr: > > Hello Dan! > > |Now I know what you meant by "directly". > > Good. :) > Now how do You call this kind of "asychronus-disk-Pool-buffered" > strategy? So that we know what we are talking about? I know this as B2D2T (Backup -> to Disk -> to Ta

Re: [Bacula-users] Fwd: no fsf on restore?

2008-02-08 Thread Marc Schiffbauer
* Peter Much schrieb am 08.02.08 um 02:58 Uhr: > <[EMAIL PROTECTED]> aka John Drescher schrieb > mit Datum Thu, 7 Feb 2008 20:10:41 -0500 in m2n.bacula.users: > > |> Fast Forward Space File = no > | > |Here is the problem. Set this to yes (provided your system supports > |this) and it will skip

[Bacula-users] Debian and Ubuntu Packages updated

2008-01-31 Thread Marc Schiffbauer
Hi all, I just uploaded updated bacula packages to the packman package repository (Version 2.2.8) These will be available in about 4-5 hours from now on. There are now packages for: - Debian * sarge -> i386 * * etch -> i386, x86_64 (amd64) - Ubuntu * edgy (6.10) -> i386, x

Re: [Bacula-users] php guru

2008-01-28 Thread Marc Schiffbauer
Hi Kern, first of all sorry for the TOFU ;-) I'd suggest something like that: Using mod_rewrite you can redirect a user at the first stage by the language the browser sends. Something like that in the VirtualHost config or the .htaccess file should do the job: RewriteEngine On # german

Re: [Bacula-users] incremental backup of hard links

2008-01-16 Thread Marc Schiffbauer
* Ingo Jochim schrieb am 16.01.08 um 17:39 Uhr: [...] > > Good idea. > So what is important for the backup? ctime or mtime? Both. But you can configure bacula to ignore the ctime. -Marc > I't not able to reset the ctime. > How can I have ls give me the time format I will need for touch to res

Re: [Bacula-users] Problem with "Automatic Mount = yes"

2007-09-30 Thread Marc Schiffbauer
* Paul Johnson schrieb am 30.09.07 um 20:18 Uhr: > Marc Schiffbauer wrote: > >If a disk volume is full (if "Maximum Volume Bytes" is reached) it > >asks for the next volume to be mounted instead of doing it > >automatically like before: > > > I used to ha

[Bacula-users] Problem with "Automatic Mount = yes"

2007-09-30 Thread Marc Schiffbauer
Hi all, I am using bacula 2.2.4. I have a SD that stores backups to a disk that will be mounted at backup time (FTP storage mounted with curlftpfs). In previous versions of bacula there was no way to make the SD unmount that "disk" after finishing a job. This has been fixed in the current relea

Re: [Bacula-users] [Bacula-devel] Bacula performance with a 64512 block size

2007-09-18 Thread Marc Schiffbauer
* Chris Howells schrieb am 18.09.07 um 16:14 Uhr: > Hi, > > Marc Schiffbauer wrote: > > Finally got around to messing around with bacula again... > > > The manual says that nnn being the same number for both settings > > means "fixed" blocksize. >

Re: [Bacula-users] bacula-sd always crashing on job start

2007-09-15 Thread Marc Schiffbauer
* Dan Langille schrieb am 15.09.07 um 05:04 Uhr: > On 15 Sep 2007 at 4:59, Marc Schiffbauer wrote: Ooops. forgot the backtrace, here it is. -Marc -- 8AAC 5F46 83B4 DB70 8317 3723 296C 6CCA 35A6 4134 >From [EMAIL PROTECTED] Sat Sep 15 14:29:39 2007 Return-path: <[EMAIL PROTECTED]> D

Re: [Bacula-users] bacula-sd always crashing on job start

2007-09-15 Thread Marc Schiffbauer
* Dan Langille schrieb am 15.09.07 um 05:04 Uhr: > On 15 Sep 2007 at 4:59, Marc Schiffbauer wrote: Hi Dan, > > > Hi, > > > > I have a problem with one of my SD's. > > > > Since upgrade from 2.0.3 to 2.2.3 it is always segfaulting when a > > jo

[Bacula-users] bacula-sd always crashing on job start

2007-09-14 Thread Marc Schiffbauer
Hi, I have a problem with one of my SD's. Since upgrade from 2.0.3 to 2.2.3 it is always segfaulting when a job starts to use it. -> SD startup -> job starts -> Tape is being requestet -> mount -> SD positions tape -> kaboom Device status: Device "DLT8000" (/dev/nst0) is not open. Device i

Re: [Bacula-users] [Bacula-devel] Debian and Ubuntu Packages available

2007-09-14 Thread Marc Schiffbauer
* Kern Sibbald schrieb am 14.09.07 um 10:00 Uhr: > On Friday 14 September 2007 01:51, Marc Schiffbauer wrote: > > Hi all, > > > > this is to let you know that I have finished packaging Bacula 2.2.3 > > for the following distros: > > > > * Debian sarge (

[Bacula-users] Debian and Ubuntu Packages available

2007-09-13 Thread Marc Schiffbauer
Hi all, this is to let you know that I have finished packaging Bacula 2.2.3 for the following distros: * Debian sarge (i386) * Debian etch (i386 and amd64) * Ubuntu edgy (i386 and amd64) * Ubuntu feisty (i386 and amd64) The packages are based on the debian unstable packages by John Goerzen (than

Re: [Bacula-users] Howto download RedHat RPMS?

2007-09-10 Thread Marc Schiffbauer
* Adam Cécile schrieb am 10.09.07 um 18:19 Uhr: > Marc Schiffbauer a écrit : > > * Adam Cécile schrieb am 10.09.07 um 17:36 Uhr: > > > >> Hi, > >> > >> I don't understand at all where I can grab bacula rpms. > >> I saw fschwarz announce bu

Re: [Bacula-users] Critical Bacula Bug

2007-09-10 Thread Marc Schiffbauer
* Kern Sibbald schrieb am 10.09.07 um 18:49 Uhr: > On Monday 10 September 2007 16:39, Ryan Novosielski wrote: > > Kern Sibbald wrote: > > > On Monday 10 September 2007 04:27, Ryan Novosielski wrote: > > >> Kern Sibbald wrote: > > >>> At this time, I do not have a patch for 2.0.x versions, and unles

Re: [Bacula-users] Howto download RedHat RPMS?

2007-09-10 Thread Marc Schiffbauer
* Adam Cécile schrieb am 10.09.07 um 17:36 Uhr: > Hi, > > I don't understand at all where I can grab bacula rpms. > I saw fschwarz announce but can't find any RPM anywhere... > > Help would be appreciated. You should wait until bacula 2.2.3 is realeased which fixes a serious restore bug. Kern ha

Re: [Bacula-users] Bacula performance with a 64512 block size

2007-09-10 Thread Marc Schiffbauer
* Chris Howells schrieb am 10.09.07 um 16:47 Uhr: > Arno Lehmann wrote: > > Thanks for your reply. > > > I'd suggest to do some tests with Bacula, and after you found your > > best settings, clearly mark all tapes with their respective block sizes. > > Will do. > > Are you basically suggesting

Re: [Bacula-users] Verify reports always OK

2007-09-05 Thread Marc Schiffbauer
* Thomas Glatthor schrieb am 05.09.07 um 18:42 Uhr: > is no one using verify jobs with bacula? > can no one confirm that verify is working as expected in 2.2.0 and it must be > my problem instead of a serious bug? You might open a bug report if noone can verify here. -Marc -- *

Re: [Bacula-users] Maximum concurrent jobs

2007-08-29 Thread Marc Schiffbauer
* James Harper schrieb am 26.08.07 um 14:56 Uhr: > I had the following configuration: > > " > Director > Max Concurrent Jobs = 1 > > Job1 > Client = Client1 > Storage = Storage1 > > Job2 > Client = Client2 > Storage = Storage2 > " > > Then it occurred to me that it would be perfectly reaso

Re: [Bacula-users] 2.2.0 packages for Debian

2007-08-24 Thread Marc Schiffbauer
* James Harper schrieb am 24.08.07 um 11:50 Uhr: > Has anyone packaged 2.2.0 for Debian yet? I am currently building them again for sarge and etch. I think they will be finished next week as I am on vacation this weekend. -Marc -- +-O . . . o . . . O . . . o . . . O . . . ___ . . . O . . . o

Re: [Bacula-users] Problems building BAT

2007-08-13 Thread Marc Schiffbauer
* Florian Schürfeld schrieb am 13.08.07 um 15:29 Uhr: > Hi there, > > i got some problems while building BAT from source. > During make i encounter the following errors: > > [...] > Makefile:1340: Warnung: Die Befehle für das Ziel »moc/moc_help.cpp« > werden überschrieben > Makefile:1268: Warnung

[Bacula-users] Concurrency not working properly?

2007-08-09 Thread Marc Schiffbauer
Hi all, my director (2.0.3) does not run two "independent" jobs simultaneously. I have set "Maximum Concurrent Jobs = 10" in the Director{} ressource, but this seems to have no effect. The strange thing is that I only try to run two different jobs which write to two different storages at the sam

Re: [Bacula-users] bacula on ubuntu (why so much software to install?)

2007-07-05 Thread Marc Schiffbauer
* Juan Miscaro schrieb am 05.07.07 um 13:58 Uhr: > Hi gang, > > I would like to try out Bacula and I intend to run it on Ubuntu Linux > (7.04). > > I notice that when I go to install the Ubuntu metapackage 'bacula' it > wants to install hundreds of MBs of software. > > This is what I see when I

Re: [Bacula-users] spooling attributes to the director too slow

2007-05-22 Thread Marc Schiffbauer
* Manuel Wolff schrieb am 22.05.07 um 22:20 Uhr: > Hi List > > One of our servers with about 3.5 millions of files produces a > spool file for the attributes of about 1GB. > > "status storage" at 20:30 > Attr spooling: 1 active jobs, 523,898,883 bytes; 10 total jobs, > 1,078,726,662 max bytes. >

Re: [Bacula-users] Dead server and restore not going so well

2007-05-18 Thread Marc Schiffbauer
* Paul Waldo schrieb am 18.05.07 um 18:00 Uhr: [...] > > A fun added wrinkle is that the ubuntu dapper bacula packages don't > contain bscan :-O Sure? Is bacula-sd-pgsql or bacula-sd-mysql installed? -Marc -- +--+ |

Re: [Bacula-users] Press Questions about Bacula

2007-04-26 Thread Marc Schiffbauer
* Dan Langille schrieb am 26.04.07 um 14:02 Uhr: Content-Description: Mail message body > Folks, > > I need help please. I'm rather busy for the next few weeks and > cannot answer these questions. They are from a journalist writing > about Bacula. > > If you could fill in what you know, and so

Re: [Bacula-users] Wilddir

2007-04-26 Thread Marc Schiffbauer
* Xeos Laenor schrieb am 26.04.07 um 10:42 Uhr: > Hum, I've understood my problem > I must obligatority define "File = /" in include :-\ > it's a really problem for me because that forces me to exclude explicitly > all wrong directories and i don't know what i must exclude before. I suggest you fi

Re: [Bacula-users] Wilddir

2007-04-25 Thread Marc Schiffbauer
* Xeos Laenor schrieb am 25.04.07 um 23:46 Uhr: > I have some problem to make Wilddir work > i don't really understand the part of doc about it > Does anyone can give me an example of FileSet for that : > I want to save all directories that start with "/script*" Hi Xeos, what in the docs you did

Re: [Bacula-users] Howto make bacula unmount a disk after backup?

2007-04-23 Thread Marc Schiffbauer
* Ryan Novosielski schrieb am 23.04.07 um 22:58 Uhr: Hi Ryan, thanks for your answer. [...] > > > > So on a second run, although the SD has been "released" and > > "unounted" the SD does not try to mount the disk again until it is > > restarted. > > I think you're confusing mount in the opera

Re: [Bacula-users] Howto make bacula unmount a disk after backup?

2007-04-23 Thread Marc Schiffbauer
* Arno Lehmann schrieb am 23.04.07 um 14:34 Uhr: > Hi, Hi Arno, > > On 4/23/2007 1:34 PM, Marc Schiffbauer wrote: > > * Arno Lehmann schrieb am 23.04.07 um 00:59 Uhr: > [...] > > > >> Try to add 'echo "umount sd=..."|bconsole -c ...' to yo

[Bacula-users] Bacula-Packages for Debian and Ubuntu available at packman

2007-04-23 Thread Marc Schiffbauer
Hi all, I have built a couple of bacula deb-packages based on the debian SID packages. Thanks to John Goerzen for that great work! My packages are backports of these packages and are available through our PackMan repository which has mirrors all over world. I want to keep building these package

Re: [Bacula-users] Howto make bacula unmount a disk after backup?

2007-04-23 Thread Marc Schiffbauer
* Arno Lehmann schrieb am 23.04.07 um 00:59 Uhr: > Hi, > > On 4/23/2007 12:06 AM, Marc Schiffbauer wrote: > > * Christopher Rasch-Olsen Raa schrieb am 22.04.07 um 23:25 Uhr: > >> On Sunday 22 April 2007 19:17:52 Marc Schiffbauer wrote: > >>> Hi all, > >&

Re: [Bacula-users] Howto make bacula unmount a disk after backup?

2007-04-22 Thread Marc Schiffbauer
* Christopher Rasch-Olsen Raa schrieb am 22.04.07 um 23:25 Uhr: > On Sunday 22 April 2007 19:17:52 Marc Schiffbauer wrote: > > Hi all, > > > > one of my SD's stores backups to a disk. > > This "disk" is an FTP Storage mounted via fuse (curlftpfs). &

[Bacula-users] Howto make bacula unmount a disk after backup?

2007-04-22 Thread Marc Schiffbauer
Hi all, one of my SD's stores backups to a disk. This "disk" is an FTP Storage mounted via fuse (curlftpfs). Making bacula mount the "disk" when opening the device works fine. (using Requires Mount / Mount Command) Doing backups and restores works fine too. But: Is there any way to make bacula u

[Bacula-users] relabel command not working with "Offline On Unmount = Yes" set

2007-04-15 Thread Marc Schiffbauer
Hi all, I am trying a second approach to understand how relabeling a tape using the "relable" command from the console is supposed to work. * I have a single tape drive setup, no autochanger. * I am using bacula 2.0.3 * labeling tapes works fine * backups work fine * restores work fine But

[Bacula-users] Feature request: make changing "spooldata=yes|no" possible for manual/interactive jobs

2007-04-12 Thread Marc Schiffbauer
Item n: make changing "spooldata=yes|no" possible for manual/interactive jobs Origin: Marc Schiffbauer <[EMAIL PROTECTED]> Date: 12 April 2007) Status: NEW What: Make it possible to modify the spooldata option for a job when being run from wi

[Bacula-users] bogus/confusing warning? : Filesystem change prohibited. Will not descend into ...

2007-04-12 Thread Marc Schiffbauer
Hi all, I have a backup which finished with the following warning: --- bart-fd: Filesystem change prohibited. Will not descend into /home/mschiff --- "Filesystem change prohibited" is correct as I use default values here. But "Will not descend into /home/mschiff" is wrong because both "/home" an

Re: [Bacula-users] forcing "spooldata=yes" with run command?

2007-04-12 Thread Marc Schiffbauer
* Kern Sibbald schrieb am 12.04.07 um 18:22 Uhr: > > Well, perhaps it is not terribly high priority, but it seems to me that it > would be worth a Feature Request as it is something that Bacula should > permit. > OK, i will write one then. -Marc -- BUGS My programs never have bugs. They

Re: [Bacula-users] forcing "spooldata=yes" with run command?

2007-04-12 Thread Marc Schiffbauer
* Michael Proto schrieb am 12.04.07 um 17:33 Uhr: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > What about setting "Spool Data = yes" in your job definitions, then when > you list your scheduled backups just set Spool Data to no, like this: > > Schedule { > Name "WeeklyCycle" > Run =

[Bacula-users] forcing "spooldata=yes" with run command?

2007-04-12 Thread Marc Schiffbauer
Hi! Does anybody know if there is a way to set spooldata=yes for interactive backups run from bconsole? TIA -Marc -- * (morganj): 0 is false and 1 is true, correct? * * (alec_eso): 1, morganj * * (morganj): basta

Re: [Bacula-users] Error relabeling a tape

2007-04-02 Thread Marc Schiffbauer
* Kern Sibbald schrieb am 28.03.07 um 12:11 Uhr: > > > > OK, that of course works. > > > > So I can consider the relable feature of bacula broken? > > This doesn't look at all like a bug, so don't bother to report it at least > not > with the current information as I will simply close the bug

Re: [Bacula-users] Incremental is really a full on FC6

2007-03-31 Thread Marc Schiffbauer
* Ridley schrieb am 30.03.07 um 22:52 Uhr: > What you've said makes sense to me too, but when I check the logs, it > shows that the files that were saved were compressed. Here's the full > log for the incremental: [...] > JobId: 4 > Job:gandalf.2007-03-29_

Re: [Bacula-users] Incremental is really a full on FC6

2007-03-30 Thread Marc Schiffbauer
* Ridley schrieb am 30.03.07 um 13:31 Uhr: > I have Bacula backing up only /home on a Linux workstation running FC6. > This is the Fileset: > > FileSet { > Name = "Home Set" > Include { > Options { > signature = MD5 > compression = GZIP > Exclude = yes > WildFile =

[Bacula-users] make bacula-dir not exit on "reload" when there are config errors?

2007-03-28 Thread Marc Schiffbauer
Hi all, is it possible to make the bacula-dir not exit when it detects a configuration error on "reload" in bconsole? I would like that because there could always be the case where I have to extend a fileset or whatever and that something is misspelled or I forgot a brace... now it is very dange

Re: [Bacula-users] "SpoolData = yes" only for effektive Inc/Diff backup?

2007-03-28 Thread Marc Schiffbauer
* Marc Schiffbauer schrieb am 28.03.07 um 13:39 Uhr: > Hi bacula users, sorry, wrong subject: Only for effective Inc/Diff Backup! - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techs

[Bacula-users] "SpoolData = yes" only for effektive Full backup?

2007-03-28 Thread Marc Schiffbauer
Hi bacula users, is there a way to use Data Spooling dependent on the selected backup level? I want bacula to only use Data Spooling if it is running no Full Backup. I guess I could create two different jobs.. but that would not help if bacula upgraded an Inc Backup to Full... any hints? thsnk

Re: [Bacula-users] Error relabeling a tape

2007-03-28 Thread Marc Schiffbauer
* Kern Sibbald schrieb am 28.03.07 um 12:11 Uhr: > > > > So I can consider the relable feature of bacula broken? > > This doesn't look at all like a bug, so don't bother to report it at least > not > with the current information as I will simply close the bug immediately. Sorry, I already subm

Re: [Bacula-users] [Bacula-devel] bat terminology

2007-03-28 Thread Marc Schiffbauer
* Kern Sibbald schrieb am 28.03.07 um 11:36 Uhr: > Hello, > > Dirk and I are reviewing some bat terminology to try to maintain a bit of > consistency, and we are faced with the issue of how to refer to windows that > can be detached from the main bat window and "float" or exist in an > independ

Re: [Bacula-users] Error relabeling a tape

2007-03-28 Thread Marc Schiffbauer
* Arno Lehmann schrieb am 28.03.07 um 10:31 Uhr: > Hi, > > On 3/28/2007 3:40 AM, Marc Schiffbauer wrote: > > Hi *, > > > > I cannot relabel a Tape in my DLT-Drive... [...] > > > > 3912 Failed to label Volume: ERR=dev.c:425 Unable to open device >

[Bacula-users] Error relabeling a tape

2007-03-27 Thread Marc Schiffbauer
Hi *, I cannot relabel a Tape in my DLT-Drive... I wanted to relabel it from "TestTape" to "Tape_21" Any hints someone what be wrong? *mount Automatically selected Storage: lisa-sd 3001 Mounted Volume: TestTape 3001 Device "DLT8000" (/dev/nst0) is already mounted with Volume "TestTape" *relabe

[Bacula-users] FileSet: better solution to exclude dirs containing a special file?

2007-03-27 Thread Marc Schiffbauer
Hi all, In a FileSet I want bacula to exclude all directories containing file named ".bacula_no_backup". I managed this by defining this fileset: FileSet { Name = "lisa FileSet" Include { Options { signature = MD5 noatime = yes aclsupport = yes } File = /srv

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] 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

Re: [Bacula-users] Omitting directories from backup

2007-03-13 Thread Marc Schiffbauer
* Jeff T schrieb am 13.03.07 um 15:35 Uhr: > Hi, guys. > > I'm doing a fairly standard backup of home directories on a linux > system. My users store their email in Maildirs (one directory per > folder) and each has a Spam folder which holds the spam delivered by the > mail server. I'm using a lot

Re: [Bacula-users] FOSDEM interview error

2007-02-06 Thread Marc Schiffbauer
* Kel Raywood schrieb am 07.02.07 um 00:52 Uhr: > I just read the Kern's FOSDEM interview at > http://fosdem.org/2007/interview/kern+sibbald > > Question 6: What kind of "enterprise" features does Bacula _lack_ > today, compared to commercial offerings? > > Kern's answer is obviously (to bacula

Re: [Bacula-users] duplicate emails?

2007-01-23 Thread Marc Schiffbauer
* James Harper schrieb am 23.01.07 um 03:17 Uhr: > Is it just me, or did the list just duplicate about 20 emails from a few > days ago? I saw this here too. I think these were moderated mails that were now accepted. I guess that theses were all mails that have been sent to users and devel, and one

Re: [Bacula-users] GUI interface

2007-01-22 Thread Marc Schiffbauer
* Kern Sibbald schrieb am 16.01.07 um 17:10 Uhr: > Hello, Hi Kern, > > Quite awhile ago, I wrote the email that is copied at the end of this email. > Since then, my plans have not changed a lot, but have evolved a bit. > I am now ready to begin the GUI project. > > One of the first and most

Re: [Bacula-users] Bacula trying to write to device rather than mount point when using USB removable storage device

2007-01-19 Thread Marc Schiffbauer
* Arno Lehmann schrieb am 19.01.07 um 01:27 Uhr: > Hello, > Hi Arno, [...] > > ... because "Requires Mount = Yes|No > You must set this directive to yes for DVD-writers, and to no for > all other devices (tapes/files). This directive indicates if the device > requires to be mounted to b

Re: [Bacula-users] [Bacula-devel] generic 'bare metal' restore CD

2006-12-27 Thread Marc Schiffbauer
* Kern Sibbald schrieb am 26.12.06 um 15:03 Uhr: Hi Kern, [ progress on rescue cd ] > > If anyone has some better ideas, I would appreciate it to hear them ... Do you know mondo? It is a disaster recovery system that supports many distros and optionally can use the distros kernel to build the

Re: [Bacula-users] Encryption?

2006-04-20 Thread Marc Schiffbauer
* Michel Meyers schrieb am 15.04.06 um 19:44 Uhr: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Francisco Reyes wrote: > >Reading Bacula's current state I see under heading: > > > >Current Implementation Restrictions > >+ Data encryption of the Volume contents. > > > >What does that mean?

  1   2   >