[Bacula-users] Volumes used by CopyJobs

2011-05-19 Thread Rodrigo Renie Braga
Hello everyone I'd like to create a SQL Query to determine which Volumes (Tapes) were used by my CopyJobs. I thought that it would be as simple as determining the Volumes used by a Full Backup Job (for example), but apparently the JobID of a CopyJob, shown in a "list jobs" command, isn't related t

Re: [Bacula-users] howto to recover postgres catalog after delete from file

2011-05-19 Thread Rodrigo Renie Braga
> it is not so important if i cant restore a single file from an old backup, > but i want to make a new full-backup, with correct catalog update. > i do not understand where the batch relation come from and why there is an > sql-Error when the file, filename and path table are empty? Well, from w

Re: [Bacula-users] howto to recover postgres catalog after delete from file

2011-05-19 Thread Thomas Stegbauer
- Ursprüngliche Mail - Von: "Phil Stracchino" An: bacula-users@lists.sourceforge.net Gesendet: Donnerstag, 19. Mai 2011 22:06:43 Betreff: Re: [Bacula-users] howto to recover postgres catalog after delete from file On 05/19/11 12:54, Thomas Stegbauer wrote: > hi all, > > i am running b

Re: [Bacula-users] howto to recover postgres catalog after delete from file

2011-05-19 Thread Phil Stracchino
On 05/19/11 12:54, Thomas Stegbauer wrote: > hi all, > > i am running bacula 5.0.1 with postgresql catalog on Ubuntu. > As there was an error in the file relation. it was an blockerror. > i was unable to do a select on the file table, nor a pg_dump of the > catalog. > > so i deleted everything fr

Re: [Bacula-users] OneFS = no doesn't work

2011-05-19 Thread Roy Sigurd Karlsbakk
> Swap the two Options clauses -- the default options must be in the > last clause > (see the documentation). Thanks :) Vennlige hilsener / Best regards roy -- Roy Sigurd Karlsbakk (+47) 97542685 r...@karlsbakk.net http://blogg.karlsbakk.net/ -- I all pedagogikk er det essensielt at pensum prese

Re: [Bacula-users] 5.0.3 Win 32 - Bacula/bacula-fd.conf

2011-05-19 Thread Konstantin Khomoutov
On Thu, May 19, 2011 at 04:25:26PM +, marc+bac...@milestonerdl.com wrote: > In trying to get Windows XP 32 bit running with the 5.0.3 client at the > command line it reported: > > 19-May 01:14 bacula-fd: ERROR TERMINATION at > /home/kern/bacula/k/bacula/src/lib/ > parse_conf.c:898 > Config

Re: [Bacula-users] Data Spooling and Drive HW Compression

2011-05-19 Thread John Drescher
> I'm a long time bacula adherent, and for the first time find myself stumped > with a data storage problem, I hope someone on the list can help. > I'm running a fairly small site, HP 8x1 LTO3 supporting 12 clients for full > disaster recovery. > One of my heaviest use clients  just moved to a new

[Bacula-users] Time definition challenge

2011-05-19 Thread Ignacio Geli
Hi. My problem is: I have 2 pools let's say A and B. One week I need to write jobs from monday to friday in pool A The next week I need to write jobs from monday to friday in pool B The next week I need to write jobs from monday to friday in pool A And so on... So the question is. How cay i set

Re: [Bacula-users] 5.0.3 Win 32 - Bacula/bacula-fd.conf

2011-05-19 Thread John Drescher
On Thu, May 19, 2011 at 12:25 PM, wrote: > In trying to get Windows XP 32 bit running with the 5.0.3 client at the > command line it reported: > > 19-May 01:14 bacula-fd: ERROR TERMINATION at > /home/kern/bacula/k/bacula/src/lib/ > parse_conf.c:898 > Config error: Cannot open config file "C:\Doc

[Bacula-users] Data Spooling and Drive HW Compression

2011-05-19 Thread Bill Nolan
Hi All, I'm a long time bacula adherent, and for the first time find myself stumped with a data storage problem, I hope someone on the list can help. I'm running a fairly small site, HP 8x1 LTO3 supporting 12 clients for full disaster recovery. One of my heaviest use clients just moved to a new ne

[Bacula-users] howto to recover postgres catalog after delete from file

2011-05-19 Thread Thomas Stegbauer
hi all, i am running bacula 5.0.1 with postgresql catalog on Ubuntu. As there was an error in the file relation. it was an blockerror. i was unable to do a select on the file table, nor a pg_dump of the catalog. so i deleted everything from file filepath path - table, but left the table th

[Bacula-users] 5.0.3 Win 32 - Bacula/bacula-fd.conf

2011-05-19 Thread marc+bacula
In trying to get Windows XP 32 bit running with the 5.0.3 client at the command line it reported: 19-May 01:14 bacula-fd: ERROR TERMINATION at /home/kern/bacula/k/bacula/src/lib/ parse_conf.c:898 Config error: Cannot open config file "C:\Documents and Settings\All Users\Appli cation Data\Bacula/

Re: [Bacula-users] Backup NAS Storage

2011-05-19 Thread John Drescher
> > We have Terra NAS Storage boxes using the Windows Configuration on the NAS. > Can't you install a bacula-fd on the NAS or at least use a linux box to connect to the NAS via nfs and backup that? > The NAS shared folders are connected to a Windows Server 2003 server. > > > > I created a fileset

[Bacula-users] Backup NAS Storage

2011-05-19 Thread Robert Kromoser
Hi everyone. We have Terra NAS Storage boxes using the Windows Configuration on the NAS. The NAS shared folders are connected to a Windows Server 2003 server. I created a fileset for Windows with the associate drive letters but the backup don't begins run. No files will be backed up. I

[Bacula-users] Tape Volume used after Migration Jobs

2011-05-19 Thread Robert Kromoser
Hi everybody. Is it possible that a tape volume used in a migration job can inherit the parameter Use Volume Once = yes which is set in the disk Pool but not in the tape Pool? Why I do ask that? First I run some different backups (Full, Diff, Incr) and a little time later I run some

Re: [Bacula-users] Postgres Error

2011-05-19 Thread Martin Simmons
Oh, I see now -- CREATE TABLE JobHisto (LIKE Job) doesn't create a sequence (and it isn't wanted). __Martin > On Wed, 18 May 2011 12:05:18 -0700, Mike Seda said: > > All, > OK. It looks like this issue has shown up before and is not critical: > http://old.nabble.com/regression-tests%3A-jobh

Re: [Bacula-users] OneFS = no doesn't work

2011-05-19 Thread Martin Simmons
> On Wed, 18 May 2011 16:31:15 +0200 (CEST), Roy Sigurd Karlsbakk said: > > Hi all > > Working on setting up Bacula backup of a fileserver, I can't make OneFS = no > work. The server is running OpenIndiana and has a few terabytes of > storage. The home directories under /tos-data/home/${usern