Re: [Bacula-users] Problem starting bconsole

2010-08-03 Thread Doug Forster
Also if you are using tcp wrappers check your host.allow file to ensure you are allowed to connect. This error also comes up when that is wrong. On Tue, 2010-08-03 at 18:14 +0200, Ali Reza Sajedi wrote: > If you are not using TLS then simply check bconsole.conf to see if you > have set the right

Re: [Bacula-users] Bacula Tape replacement

2010-08-02 Thread Doug Forster
You need to use the erase command to remove the data off of the tape. example: load the tape mtx -f /dev/sg3 load slotnum [drive number] tell the drive to erase the tape mt -f /dev/nst0 erase Make sure you are using the right devices by running the mtx inquiry. [r...@baculaserver ~]# mtx -f /dev

Re: [Bacula-users] Backup to remote location

2010-06-25 Thread Doug Forster
he Weekly-incremental is completed and the weekly-full starts. This data will be lost if you try to restore after the Weekly-full is purged. This will be a big problem if the data is never touched and picked up with the next incremental. Hope this helps. Doug Forster On 06/25/2010 03:39 PM,

Re: [Bacula-users] Problems restoring data

2010-06-04 Thread Doug Forster
Jerry, I would check your backup server to ensure the correct time is listed there. There is usually an error from the bacula client if time is off with Linux hosts. I do not know if the same is true for windows systems. That is the only thing that I would think that would give you this discr

Re: [Bacula-users] Beginner Question

2010-03-01 Thread Doug Forster
Director -> Bacula Data Base Backup Server Director -> Client File Daemon 9102 Clients File Daemon -> Backup Storage 9103 Backup Server Bconsole/BAT -> Backup Director 9101 Doug Forster On Mon, 2010-03-01 at 13:29 -0800, Roderick A. Anderson wrote: > Well actually I haven't even inst

Re: [Bacula-users] Auto restore job

2009-10-13 Thread Doug Forster
I solved this issue by doing a cronjob to restore things. Here is the script that I wrote to help it out. #!/bin/sh function runtest() { for i in `ls /etc/bacula/clients | awk -F. '{ print $1 }'`; do case $i in # Servers that don't work with the script server-exclude1) ;; server-e

Re: [Bacula-users] filesets and symbolic links

2009-06-29 Thread Doug Forster
I don't remember but I think bacula will traverse mount points so . . . "mount --bind olddir newdir" Would likely work. I do know though that there at least was an issue with differing file system types ie nfs/gfs mounts ect. Dirk Bartley wrote: > Filesets can have exclude and include lists that

Re: [Bacula-users] CentOS 5.3 FD ubuntu DIR/SD

2009-05-12 Thread Doug Forster
Pay closer attention to the /etc/hosts.allow it needs to have the fd in there. example if my server was monkeyman monkeyman-fd: ALL The tcp wrappers portion of the file daemon requires the name of the daemon not the name of the service as in /etc/services. You can find more info in the manual

Re: [Bacula-users] Restore - There were no files inserted into the tree, so file selection, is not possible

2009-04-07 Thread Doug Forster
-Original Message- From: John Drescher [mailto:dresche...@gmail.com] Sent: Tuesday, April 07, 2009 10:33 AM To: James; bacula-users Subject: Re: [Bacula-users] Restore - There were no files inserted into the tree, so file selection, is not possible On Tue, Apr 7, 2009 at 11:49 AM, James

Re: [Bacula-users] Issue with Restoring a Full which Spanned Tapes.

2009-03-20 Thread Doug Forster
tgres that point to it. -Original Message- From: John Drescher [mailto:dresche...@gmail.com] Sent: Thursday, March 19, 2009 7:20 PM To: Doug Forster; bacula-users Subject: Re: [Bacula-users] Issue with Restoring a Full which Spanned Tapes. On Thu, Mar 19, 2009 at 9:03 PM, Doug Forster wrote

Re: [Bacula-users] Issue with Restoring a Full which Spanned Tapes.

2009-03-19 Thread Doug Forster
mode where you add (mark) and remove (unmark) files to be restored. No files are initially added, unless you used the "all" keyword on the command line. Enter "done" to leave this mode. cwd is: / $ -Original Message- From: Doug Forster [mailto:dfors...@part.net] Sen

Re: [Bacula-users] Issue with Restoring a Full which Spanned Tapes.

2009-03-19 Thread Doug Forster
e this mode. cwd is: / $ -Original Message- From: Doug Forster [mailto:dfors...@part.net] Sent: Thursday, March 19, 2009 4:56 PM To: 'John Drescher' Cc: 'bacula-users' Subject: Re: [Bacula-users] Issue with Restoring a Full which Spanned Tapes. The Retention is set for the Job not on

Re: [Bacula-users] Issue with Restoring a Full which Spanned Tapes.

2009-03-19 Thread Doug Forster
scan: bscan.c:1130 Updated Job termination record for JobId=15572 Level=Full TermStat=T bscan: bscan.c:1219 Created JobMedia record JobId 15572, MediaId 37 19-Mar 16:32 bscan JobId 0: End of file 195 on device "Drive-1" (/dev/nst0), Volume "000101L2" -Original Message

Re: [Bacula-users] Issue with Restoring a Full which Spanned Tapes.

2009-03-18 Thread Doug Forster
Volretention on all tapes in the pool is 2,419,200 28 days for the Job def -Original Message- From: John Drescher [mailto:dresche...@gmail.com] Sent: Wednesday, March 18, 2009 4:46 PM To: Doug Forster; bacula-users Subject: Re: [Bacula-users] Issue with Restoring a Full which Spanned

Re: [Bacula-users] Issue with Restoring a Full which Spanned Tapes.

2009-03-18 Thread Doug Forster
Mar 16 01:05 journal.876.gz -r--r--r-- 1 perforce perforce324433 Mar 17 01:01 journal.877.gz -r--r--r-- 1 perforce perforce328008 Mar 18 01:05 journal.878.gz [r...@client ~]# -Original Message- From: John Drescher [mailto:dresche...@gmail.com] Sent: Wednesday, March 18, 2009 3:16

[Bacula-users] Issue with Restoring a Full which Spanned Tapes.

2009-03-18 Thread Doug Forster
Dear List, I am having issue with restoring a backup which was done over the weekend and I can't find any of the files that I need in the database. I have checked on some of the files that I do have and it looks as though only files done on the incremental since the full are available to select