[Bacula-users] Bacula and OpenBSD's pf Firewall

2007-04-02 Thread Drew Tomlinson
I run Bacula v1.38 on my home network. Both the director and the client with which I am having trouble are running FreeBSD 6.1. Things worked flawlessly until I changed my firewall from ipfw2 to pf, backups fail intermittently on my router due to "broken network pipes" usually after somewhere

Re: [Bacula-users] Bacula and OpenBSD's pf Firewall

2007-04-03 Thread Drew Tomlinson
On 4/3/2007 1:35 PM Kern Sibbald wrote: > On Monday 02 April 2007 23:47, Drew Tomlinson wrote: > >> I run Bacula v1.38 on my home network. Both the director and the client >> with which I am having trouble are running FreeBSD 6.1. Things worked >> flawlessly until I

Re: [Bacula-users] Bacula and OpenBSD's pf Firewall

2007-04-03 Thread Drew Tomlinson
On 4/3/2007 2:42 PM Michael Proto wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Drew Tomlinson wrote: > >> I run Bacula v1.38 on my home network. Both the director and the client >> with which I am having trouble are running FreeBSD 6.1. Things wo

Re: [Bacula-users] Bacula and OpenBSD's pf Firewall -- SOLVED (kind of)

2007-04-06 Thread Drew Tomlinson
On 4/3/2007 2:58 PM Drew Tomlinson said the following: >On 4/3/2007 1:35 PM Kern Sibbald wrote: > > >>On Monday 02 April 2007 23:47, Drew Tomlinson wrote: >> >> >> >>>I run Bacula v1.38 on my home network. Both the director and the client >

[Bacula-users] Can Bacula Read Tapes Created With BackupExec?

2005-10-06 Thread Drew Tomlinson
I suspect the answer to my questions is "no" but wanted to ask before I give up on a batch of tapes created by BackupExec 8.x. Apparently, BackupExec is so "stupid" that if it encounters an error on any tape of a multiple tape volume set, it can't restore anything past the error. For example

Re: [Bacula-users] Can Bacula Read Tapes Created With BackupExec?

2005-10-06 Thread Drew Tomlinson
On 10/6/2005 3:21 PM Joshua Kugler wrote: On Thursday 06 October 2005 12:30, Drew Tomlinson wrote: I suspect the answer to my questions is "no" but wanted to ask before I give up on a batch of tapes created by BackupExec 8.x. Apparently, BackupExec is so "stupid" that

Re: [Bacula-users] is pthreads fixed on 5.3?

2005-10-09 Thread Drew Tomlinson
On 10/7/2005 9:38 AM Dan Langille wrote: On 7 Oct 2005 at 12:11, Mason Fischer wrote: I keep getting tape errors from bacula. 19-Aug 15:04 vni-sd: backup.gaoler.2005-08-19_14.55.50 Error: Unable to position to end of data on device "/dev/nsa0.0". ERR=dev.c:920 ioctl MTFSF error on /dev/nsa

[Bacula-users] Help Understanding Auto Pruning?

2005-10-10 Thread Drew Tomlinson
I would like to prune based on the volume retention I set in pool resources, not based upon client. In reading the docs, I found that auto pruning can occur based on statements in both the client and pool resources. Thus I set all of my client resources file and job retention times to 100 yea

[Bacula-users] Is There A Way To Restore Only Missing Files?

2005-10-10 Thread Drew Tomlinson
Is there a way to build a restore job that compares the all the files associated with a particular job with the ones currently on a disk and then only restore those that are missing? I was unable to turn anything up with Google. So if this is possible, any nudges toward documentation would b

Re: [Bacula-users] Is There A Way To Restore Only Missing Files?

2005-10-10 Thread Drew Tomlinson
the tapes that are needed? Still new to bacula but beginning to learn enough to become dangerous. :) Thanks, Drew Drew Tomlinson a écrit : Is there a way to build a restore job that compares the all the files associated with a particular job with the ones currently on a disk and then onl

Re: [Bacula-users] Help Understanding Auto Pruning?

2005-10-10 Thread Drew Tomlinson
re-read the job resource section and am unable to find any references to job retention times. Did you find something there? I'm still lost. Help!!! :) Thanks, Drew Drew Tomlinson wrote: I would like to prune based on the volume retention I set in pool resources, not based upon client.

Re: [Bacula-users] Help Understanding Auto Pruning?

2005-10-11 Thread Drew Tomlinson
s and SIGHUPed the bacula-dir process. Next I ran bscan to rebuilt the job and file records. But every night the associated job and file records still get pruned. Thanks for your help! Drew Drew Tomlinson wrote: Maria Mckinley wrote: From the manual under pool resource: The Volume Retent

Re: [Bacula-users] Media without catalog several doubts several questions

2005-10-15 Thread Drew Tomlinson
On 10/15/2005 6:52 AM Wanderson Berbert wrote: There is a way to extract files from a media without the catalog and the bootstrap file? Bacula dont delete fisicaly the media when pruning catalog so we have a media in the storage without the catalog and without any reference of its exis

Re: [Bacula-users] Media without catalog several doubts several questions

2005-10-15 Thread Drew Tomlinson
You might want to change your email address to something valid in your mail client: The Postfix program <[EMAIL PROTECTED]>: host relay.frontiernet.net[66.133.129.10] said: 554 <[EMAIL PROTECTED]>: Recipient address rejected: RFC1918 address in MX or NS records (19

[Bacula-users] Restore Doesn't List Any Files?

2005-10-27 Thread Drew Tomlinson
I have many jobs that have backed up zillions of files in my catalog. However when I attempt to restore, no files are inserted into the tree for file selection. I have tried this for many jobs. Here's some example output from bconsole: Expected a positive integer, got: Select item: (1-9):

[Bacula-users] Re: Database Must Be Broken - Was Restore Doesn't List Any Files?

2005-10-27 Thread Drew Tomlinson
On 10/27/2005 8:47 AM Drew Tomlinson wrote: I have many jobs that have backed up zillions of files in my catalog. However when I attempt to restore, no files are inserted into the tree for file selection. I have tried this for many jobs. Here's some example output from bconsole: Exp

[Bacula-users] No Files In Catalog - Where to Start?

2005-11-04 Thread Drew Tomlinson
I have Bacula 1.36.3 running on a FreeBSD 5.4 machine with MySQL 4.14. Scheduled backups run fine and show that bytes are being backed up. However when I try to restore any files from any job, no files are found to put in the directory tree. Here's some example bconsole output: --- BEGIN --

[Bacula-users] Wildcard Workaround for FreeBSD?

2005-11-21 Thread Drew Tomlinson
I'm using Bacula 1.36.3. In trying to exclude some directories from backup, I tried various incantations of the "wild=" and "regex=" as described in the "Configuring the Director" section of the manual. I could get none to work. Then finally while reading through the examples, I found where

Re: [Bacula-users] Wildcard Workaround for FreeBSD?

2005-11-21 Thread Drew Tomlinson
On 11/21/2005 10:28 AM Kern Sibbald wrote: On Monday 21 November 2005 19:13, Drew Tomlinson wrote: I'm using Bacula 1.36.3. In trying to exclude some directories from backup, I tried various incantations of the "wild=" and "regex=" as described in the "Config

[Bacula-users] How To Delete One Job From Catalog?

2005-11-22 Thread Drew Tomlinson
How can I delete just one job from the catalog? I'm using 1.36.3. I have the following entry in my catalog: +---+-+-+--+---+--+--+---+ | JobId | Name| StartTime | Type | Level | JobFiles | Jo

Re: [Bacula-users] How To Delete One Job From Catalog?

2005-11-23 Thread Drew Tomlinson
On 11/22/2005 6:56 PM Ryan Novosielski wrote: You even said it in the subject, Drew. :) 'delete' is the command you're looking for. Thanks. I don't know how I missed it. Drew Drew Tomlinson wrote: How can I delete just one job from the catalog? I'm u

Re: [Bacula-users] Windows Restore.

2005-11-23 Thread Drew Tomlinson
On 11/23/2005 11:57 AM Karl Hungus wrote: Here is my fileset. Does this look incorrect? FileSet { Name = "Matt Windows Set" Include { Options { signature = MD5 } File = C:\CMI_Photos It is incorrect as you have a backslash just as Arno suspected. Replace with "C:/CMI_Ph

Re: [Bacula-users] Device BLOCKED changing tapes

2005-12-09 Thread Drew Tomlinson
On 12/8/2005 5:18 PM David Raine wrote: I know this has been mentioned in the past, but I can't find anything other than Kern indicating that one should run through the tutorial (which I've done). Bacula 1.38.2 on debian sarge, LTO-1 tape drive When tape tape-0002 fills, I get a request to m

Re: [Bacula-users] exclude don't work

2005-12-28 Thread Drew Tomlinson
On 12/28/2005 8:29 AM Martin Simmons wrote: On Tue, 27 Dec 2005 11:10:16 +0100, Julien Cigar <[EMAIL PROTECTED]> said: Julien> Hello, Julien> I have some problems to exclude some files. Julien> My fileset looks like this : Julien> FileSet { Julien> Name = canis-fs

[Bacula-users] Re: Viewing MySQL Output (Was: Large Bacula databases and bacula's dbcheck)

2006-01-28 Thread Drew Tomlinson
On 1/28/2006 6:27 AM Deann Corum wrote: Thanks Jeffrey and Attiila. I'll look at the dbcheck script and see what I can figure out. And the mysqladmin processlist command is very helpful. It's also good to know others out there have large Bacula databases. I still wonder what the largest known

Re: [Bacula-users] Re: Viewing MySQL Output (Was: Large Bacula databases and bacula's dbcheck)

2006-01-28 Thread Drew Tomlinson
On 1/28/2006 9:59 AM Sebastian Stark wrote: Am 28.01.2006 um 17:58 schrieb Drew Tomlinson: I tried 'less' but it didn't work for me as it still wrapped. Is there something else? Type "-S" within less. Or do export LESS=-S (or setenv LESS -S for tcsh) i

Re: [Bacula-users] Large Bacula databases and bacula's dbcheck

2006-01-28 Thread Drew Tomlinson
On 1/28/2006 7:48 AM Jeffrey L. Taylor wrote: I added 4 indexes: File.PathId, File.FilenameId, Job.FileSetId, and Job.ClientId. dbcheck now takes 1 minute. Without the indexes, I killed the orphaned path check after 2 days. This made an amazing difference for me as well. I know basically

[Bacula-users] Help With Bare Metal Recover on FreeBSD 6.0?

2006-02-24 Thread Drew Tomlinson
I'm trying to do the FreeBSD Bare Metal Recover as described in the Bacula manual. I'm having problems with step 3, starting an emergency console. I follow the steps and get a message stating that an "Emergency Holographic console" has been started on vt4. OK, I use alt-F4 and get a black sc

Re: [Bacula-users] Help With Bare Metal Recover on FreeBSD 6.0?

2006-02-25 Thread Drew Tomlinson
On 2/25/2006 4:45 AM Dan Langille said the following: On 24 Feb 2006 at 23:05, Drew Tomlinson wrote: I'm trying to do the FreeBSD Bare Metal Recover as described in the Bacula manual. I'm having problems with step 3, starting an emergency console. I follow the steps and get

[Bacula-users] Build Statically Linked Client on FreeBSD? (Was Re: [Bacula-users] Help With Bare Metal Recover on FreeBSD 6.0?)

2006-02-26 Thread Drew Tomlinson
On 2/25/2006 7:47 AM Dan Langille said the following: On 25 Feb 2006 at 7:17, Drew Tomlinson wrote: On 2/25/2006 4:45 AM Dan Langille said the following: On 24 Feb 2006 at 23:05, Drew Tomlinson wrote: I'm trying to do the FreeBSD Bare Metal Recover as described i

[Bacula-users] Using Tape for Full but File for Other Levels

2006-03-09 Thread Drew Tomlinson
I have some large backup sets that are fairly static. Thus, I'd like to have full backups go to tape but use a disk drive to store diffs. The full jobs will be run manually but I'd like the diffs to run on a weekly schedule. Is this possible? I tried creating a separate job for the diffs bu

[Bacula-users] bextract - How To Eject and Load Next Volume?

2005-09-29 Thread Drew Tomlinson
I'm running FreeBSD 5.4 and using bextract 1.36.3 to restore multiple tape volumes to a drive I lost. It's giving me the following message: 29-Sep 10:39 bextract: End of Volume at file 16 on device /dev/nsa0, Volume "TAPE-0003|TAPE-0004|TAPE-0005|TAPE-0006|TAPE-0010|TAPE-0011|TAPE-0012" 29-Se

Re: [Bacula-users] bextract - How To Eject and Load Next Volume?

2005-10-02 Thread Drew Tomlinson
to add so bextract will eject the tape at the end of each volume? I'd really appreciate any thoughts, suggestions, or RTFM pointers as I lost a couple drives and just want to put all the data stored on these tapes back on my system. Unfortunately the catalog was lost as well. Thanks

Re: [Bacula-users] bextract - How To Eject and Load Next Volume?

2005-10-03 Thread Drew Tomlinson
27;t answer the rest of your question, though. -m Arno Lehmann wrote: Hello, On 02.10.2005 17:50, Drew Tomlinson wrote: I'm still stuck on this. Any attempts to eject the tape with 'mt' or 'camcontrol' result in 'device busy' errors. Thus I assume that bext

Re: [Bacula-users] bextract - How To Eject and Load Next Volume?

2005-10-04 Thread Drew Tomlinson
On 10/3/2005 4:42 PM Drew Tomlinson wrote: On 10/3/2005 12:27 PM Arno Lehmann wrote: Hello, On 03.10.2005 21:00, Dean Waldow wrote: I also have have learned I have to stop bacula (likely the bacula-sd daemon) to use either 'mt -t /dev/st0 COMMAND' or 'btape ... ' for

Re: [Bacula-users] How to force Bacula to use this or that FULL Backup?

2005-10-04 Thread Drew Tomlinson
On 10/4/2005 5:57 AM Luis Marcelo Achite wrote: Hi, Do you know how can I force bacula to select one specific Full backup before a differential backup? Here is my scenario: I made a complete full backup yesterday, then accidently another full backup began through schedule. I cancelled this s

[Bacula-users] One Backup OK - Others Hang

2010-02-02 Thread Drew Tomlinson
I'm using bacula 3.0.3 that was compiled on a Gentoo distribution using its portage system. The director, storage, and file daemons are all running on this same system. Bacula works fine for one backup. However any subsequent backup "hangs". Stopping and restarting both the director and stor

Re: [Bacula-users] One Backup OK - Others Hang

2010-02-02 Thread Drew Tomlinson
John Drescher wrote: > On Tue, Feb 2, 2010 at 11:47 AM, Drew Tomlinson > wrote: > >> I'm using bacula 3.0.3 that was compiled on a Gentoo distribution using >> its portage system. The director, storage, and file daemons are all >> running on this same system.

Re: [Bacula-users] One Backup OK - Others Hang

2010-02-02 Thread Drew Tomlinson
John Drescher wrote: >> The particular instance has been running for 105 minutes. However I've let >> jobs run for over 8 hours and they still never finished. >> >> The fileset for this test backup is just /etc/bacula which totals about 18K. >> When I run the first backup that completes, it only

Re: [Bacula-users] One Backup OK - Others Hang

2010-02-02 Thread Drew Tomlinson
John Drescher wrote: > On Tue, Feb 2, 2010 at 1:08 PM, Drew Tomlinson > wrote: > >> John Drescher wrote: >> >>>> The particular instance has been running for 105 minutes. However I've >>>> let >>>> jobs run for over 8 hours

Re: [Bacula-users] One Backup OK - Others Hang

2010-02-02 Thread Drew Tomlinson
John Drescher wrote: >>> Wait a minute. Are you sending emails after each job? >>> >>> John >>> >>> >> Ahhh... Maybe. It's the default dir.conf that I only modified a little for >> testing. However this is in the dir.conf: >> >> >> > Recently I have seen users on this list having pro