Re: [Bacula-users] Is VSS working?

2008-01-07 Thread John Drescher
On Jan 7, 2008 9:20 PM, Mingus Dew <[EMAIL PROTECTED]> wrote:
> I've enabled VSS in bacula-dir.conf inside a FileSet definition like so:
>
> FileSet {
>   Name = "Windows_FileSystems"
>   Enable VSS = yes
>   Include {
> Options {
>   signature = MD5
>   IgnoreCase = yes
>   WildFile = "c:/winnt/system32/perflib_perfdata_*.dat"
>   WildFile = "c:/temp/*.*"
>   Exclude = yes
> }
> File = "c:/"
>   }
>   Exclude {
> File = "c:/winnt/security/edb.log"
>   }
> }
>
> Yet, in status emails I see this:
>
>  VSS:no
>
> Does this mean VSS is in fact not enabled?
>
What windows OS are you using?

John

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Missing tape turns up in another pool

2008-01-07 Thread John Drescher
Not sure how it got there. But I can help with one of your questions.

> (and, since it is
> a purged tape, how might I move it back)?
>
Use the
update volume
command from the console.

John

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Missing tape turns up in another pool

2008-01-07 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hey folks,

I "lost" a tape earlier, (I have three tapes in a full pool) and for the
life of me couldn't figure out what could have happened. As it turns
out, it turned up in a different pool (Default). I have no
specifications to move tapes around, and I did not issue a relabel. Do I
have any hope of figuring why that might have happened (and, since it is
a purged tape, how might I move it back)?

The only thing of interest I did that happened in between the last time
the tape was where it was and where it is going is I almost installed
2.2.7. I went to remove the BlastWave 2.2.5 package and then realized
that 2.2.7 needs MySQL5. I then re-installed the BlastWave 2.2.5 package
(this is a Solaris repository, for those not in the know). Can't see how
that would have touched my catalog, though.

- --
  _  _ _  _ ___  _  _  _
 |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer II
 |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
 \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHgvxtmb+gadEcsb4RAusLAJ4+5uyQp9mVminN070wvJ2Ixab5qwCdFtKd
fRaOTRc6njhVM7HR1wWW7M4=
=4Gfw
-END PGP SIGNATURE-
begin:vcard
fn:Ryan Novosielski
n:Novosielski;Ryan
org:UMDNJ;IST/AST
adr;dom:MSB C630;;185 South Orange Avenue;Newark;NJ;07103
email;internet:[EMAIL PROTECTED]
title:Systems Programmer III
tel;work:(973) 972-0922
tel;fax:(973) 972-7412
tel;pager:(866) 20-UMDNJ
x-mozilla-html:FALSE
version:2.1
end:vcard

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Is VSS working?

2008-01-07 Thread Mingus Dew
I've enabled VSS in bacula-dir.conf inside a FileSet definition like so:

FileSet {
  Name = "Windows_FileSystems"
  Enable VSS = yes
  Include {
Options {
  signature = MD5
  IgnoreCase = yes
  WildFile = "c:/winnt/system32/perflib_perfdata_*.dat"
  WildFile = "c:/temp/*.*"
  Exclude = yes
}
File = "c:/"
  }
  Exclude {
File = "c:/winnt/security/edb.log"
  }
}

Yet, in status emails I see this:

 VSS:no

Does this mean VSS is in fact not enabled?

Thank you
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Why this ...

2008-01-07 Thread Reynier Perez Mira
> make sure mysql is running and you can connect via command line.

I solve the MySQL problem but Bacula problem persist. Now I can connect to 
MySQL using "bacula" user. I made the changes to bacula-dir.conf file and now 
have this:

Catalog {
  Name = MyCatalog
  dbname = bacula;
  user = bacula;  
  password = "baculadmin"
}

But when I run 
 bacula-dir -t -c bacula-dir.conf 
I get the same error again:

/etc/bacula# bacula-dir -t -c bacula-dir.conf
07-ene 18:16 bacula-dir:  Fatal error: Could not open Catalog "MyCatalog", 
database "bacula".
07-ene 18:16 bacula-dir:  Fatal error: mysql.c:188 Unable to connect to MySQL 
server.
Database=bacula User=bacula
It is probably not running or your password is incorrect.
07-ene 18:16 bacula-dir ERROR TERMINATION
Please correct configuration file: bacula-dir.conf
Why? What I'm doing wrong?
Cheers
Ing. Reynier Pérez Mira  

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Why this ...

2008-01-07 Thread Reynier Perez Mira
Well MySQL is running because I can connect as root but I can't connect as 
bacula and I don't know why

Ing. Reynier Pérez Mira  

> -Mensaje original-
> De: Michael Galloway [mailto:[EMAIL PROTECTED] 
> Enviado el: lunes, 07 de enero de 2008 11:46 pm
> Para: Reynier Perez Mira
> CC: Bacula Users
> Asunto: Re: [Bacula-users] Why this ...
> 
> On Mon, Jan 07, 2008 at 05:41:48PM -0500, Reynier Perez Mira wrote:
> > Catalog {
> >   Name = MyCatalog
> >   dbname = bacula;
> >   user = bacula;  
> >   password = "X"
> > }
> > 
> > Wich is correct because DB, user and password are Ok but 
> when I test the config file I get this error again and again:
> > 
> > bacula-dir -t -c bacula-dir.conf
> > 07-ene 17:44 bacula-dir:  Fatal error: Could not open 
> Catalog "MyCatalog", database "bacula".
> > 07-ene 17:44 bacula-dir:  Fatal error: mysql.c:188 Unable 
> to connect to MySQL server.
> > Database=bacula User=bacula
> > It is probably not running or your password is incorrect.
> > 07-ene 17:44 bacula-dir ERROR TERMINATION Please correct 
> configuration 
> > file: bacula-dir.conf
> > 
> > Looks like a MySQL problem but I don't know why. Can any help me
> >
> 
> make sure mysql is running and you can connect via command line.
> 
> -- michael 
> 

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Why this ...

2008-01-07 Thread Michael Galloway
On Mon, Jan 07, 2008 at 05:41:48PM -0500, Reynier Perez Mira wrote:
> Catalog {
>   Name = MyCatalog
>   dbname = bacula;
>   user = bacula;  
>   password = "X"
> }
> 
> Wich is correct because DB, user and password are Ok but when I test the 
> config file I get this error again and again:
> 
> bacula-dir -t -c bacula-dir.conf
> 07-ene 17:44 bacula-dir:  Fatal error: Could not open Catalog "MyCatalog", 
> database "bacula".
> 07-ene 17:44 bacula-dir:  Fatal error: mysql.c:188 Unable to connect to MySQL 
> server.
> Database=bacula User=bacula
> It is probably not running or your password is incorrect.
> 07-ene 17:44 bacula-dir ERROR TERMINATION
> Please correct configuration file: bacula-dir.conf
> 
> Looks like a MySQL problem but I don't know why. Can any help me
>

make sure mysql is running and you can connect via command line.

-- michael 

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Why this ...

2008-01-07 Thread Reynier Perez Mira
Hi Michael:

> Catalog {
>   Name = MyCatalog
>   dbname = bacula; user = bacula; password = ""

Reading the documentation I found the correct syntax. Now I fix this as follow:

Catalog {
  Name = MyCatalog
  dbname = bacula;
  user = bacula;  
  password = "X"
}

Wich is correct because DB, user and password are Ok but when I test the config 
file I get this error again and again:

bacula-dir -t -c bacula-dir.conf
07-ene 17:44 bacula-dir:  Fatal error: Could not open Catalog "MyCatalog", 
database "bacula".
07-ene 17:44 bacula-dir:  Fatal error: mysql.c:188 Unable to connect to MySQL 
server.
Database=bacula User=bacula
It is probably not running or your password is incorrect.
07-ene 17:44 bacula-dir ERROR TERMINATION
Please correct configuration file: bacula-dir.conf

Looks like a MySQL problem but I don't know why. Can any help me

Ing. Reynier Pérez Mira  

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Why this ...

2008-01-07 Thread Michael Galloway
On Mon, Jan 07, 2008 at 05:30:20PM -0500, Reynier Perez Mira wrote:
> Dan, soury for not reply before but I solve this problem. The problem now is 
> other. See the details:
> 
> bacula-dir -t -c bacula-dir.conf
> 07-ene 17:34 bacula-dir:  Fatal error: A user name for MySQL must be supplied.
> 07-ene 17:34 bacula-dir:  Fatal error: Could not open Catalog "MyCatalog", 
> database "bacula".
> 07-ene 17:34 bacula-dir ERROR TERMINATION
> Please correct configuration file: bacula-dir.conf
> 
> I see inside bacula-dir.conf file and setup the parameters as follow:
> 
> Catalog {
>   Name = MyCatalog
>   dbname = bacula; 
>   password = "baculapool"
> }
> 
> What's missing here?
> Cheers
> Ing. Reynier Pérez Mira  
>

should look more like this:

Catalog {
  Name = MyCatalog
  dbname = bacula; user = bacula; password = ""

 

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Why this ...

2008-01-07 Thread Reynier Perez Mira
Dan, soury for not reply before but I solve this problem. The problem now is 
other. See the details:

bacula-dir -t -c bacula-dir.conf
07-ene 17:34 bacula-dir:  Fatal error: A user name for MySQL must be supplied.
07-ene 17:34 bacula-dir:  Fatal error: Could not open Catalog "MyCatalog", 
database "bacula".
07-ene 17:34 bacula-dir ERROR TERMINATION
Please correct configuration file: bacula-dir.conf

I see inside bacula-dir.conf file and setup the parameters as follow:

Catalog {
  Name = MyCatalog
  dbname = bacula; 
  password = "baculapool"
}

What's missing here?
Cheers
Ing. Reynier Pérez Mira  

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Why this ...

2008-01-07 Thread Dan Langille
I am pasting the original error msg back it. It has gone missing.

> On Mon, Jan 07, 2008 at 04:28:18PM -0500, Reynier Perez Mira wrote:
>> > To test my configuration file. Running this test I get this:
>> > 
>> > bacula-dir -t -c bacula-dir.conf
>> > 07-ene 16:31 bacula-dir: ERROR TERMINATION at parse_conf.c:847
>> > Config error: expected resource name, got: ocess
>> > : line 9, col 5 of file bacula-dir.conf
>> > ocess, otherwise it will be left blank and you must manually supply it. 
>> > The password is plain text. It is not generated through any special 
>> > process but as noted above, it is better to use random text for security 
>> > reasons.
>> > 
>> > What's wrong here?

Reynier Perez Mira wrote:
 >> Please include the text around line 9 of that file.
 >
 > 5 ###   DEFINE DIRECTOR 
#
 > 6 Director {
 > 7   Name = gsdserver-dir
 > 8   Description = "Bacula Director IP Testing Server"
 > 9   Password = "43e24b9d73f76b6a67a3d267872e85fe"# Console 
password
 > 10  Messages = Daemon
 > 11  WorkingDirectory = "/var/lib/bacula"
 > 12  PidDirectory = "/var/run/bacula"
 > 13  QueryFile = "/etc/bacula/scripts/query.sql"
 > 14  Maximum Concurrent Jobs = 2
 > 15  FDConnectTimeout = 5min
 > 16  SDConnectTimeout = 5min
 > 17  DirAddress = 127.0.0.1
 > 18  DirPort = 9101   # where 
 > we listen for UA 
connections
 > 19 }


I see no mention of the text from the error message ("ocess").

This pasted file and the error message do not match up.

-- 
Dan Langille - http://www.langille.org/
BSDCan - The Technical BSD Conference: http://www.bsdcan.org/
PGCon  - The PostgreSQL Conference:http://www.pgcon.org/

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Why this ...

2008-01-07 Thread Reynier Perez Mira
> Please include the text around line 9 of that file.

5 ###   DEFINE DIRECTOR 
#
6 Director {
7   Name = gsdserver-dir
8   Description = "Bacula Director IP Testing Server"
9   Password = "43e24b9d73f76b6a67a3d267872e85fe"   # Console 
password
10  Messages = Daemon
11  WorkingDirectory = "/var/lib/bacula"
12  PidDirectory = "/var/run/bacula"
13  QueryFile = "/etc/bacula/scripts/query.sql"
14  Maximum Concurrent Jobs = 2
15  FDConnectTimeout = 5min
16  SDConnectTimeout = 5min
17  DirAddress = 127.0.0.1  
18  DirPort = 9101  # where 
we listen for UA connections
19 }

Ing. Reynier Pérez Mira  

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Why this ...

2008-01-07 Thread Jason Martin
On Mon, Jan 07, 2008 at 04:28:18PM -0500, Reynier Perez Mira wrote:
> To test my configuration file. Running this test I get this:
> 
> bacula-dir -t -c bacula-dir.conf
> 07-ene 16:31 bacula-dir: ERROR TERMINATION at parse_conf.c:847
> Config error: expected resource name, got: ocess
> : line 9, col 5 of file bacula-dir.conf
> ocess, otherwise it will be left blank and you must manually supply it. The 
> password is plain text. It is not generated through any special process but 
> as noted above, it is better to use random text for security reasons.
> 
> What's wrong here?

Please include the text around line 9 of that file. It looks
like a comment-character got removed and it is treating inline
documentation as configuration perhaps?

-Jason Martin

-- 
The only thing shorter than a weekend is a vacation.
This message is PGP/MIME signed.


pgp2tSJf84SAj.pgp
Description: PGP signature
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] need to restore folder...

2008-01-07 Thread Dan Langille
David Gardner wrote:

>  
> /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
> David Gardner
> email: djgardner(at)yahoo.com
> Yahoo! IM: djgardner
> AIM: dgardner09
>  
> "Everything is a learning experience, even a mistake."
> 
> 
> - Original Message 
> From: Dan Langille <[EMAIL PROTECTED]>
> To: David Gardner <[EMAIL PROTECTED]>
> Cc: Bacula users list 
> Sent: Monday, January 7, 2008 12:16:53 PM
> Subject: Re: [Bacula-users] need to restore folder...
> 
> David Gardner wrote:
> 
>  > - Original Message 
>  > From: Dan Langille <[EMAIL PROTECTED] >
>  > To: David Gardner <[EMAIL PROTECTED] >
>  > Cc: Bacula users list  >
>  > Sent: Monday, January 7, 2008 12:06:03 PM
>  > Subject: Re: [Bacula-users] need to restore folder...
>  >
>  > David Gardner wrote:
>  >  > Hey folks,
>  >  >
>  >  > Our software developers found a reason for me to run a restore.
>  >  >
>  >  > I need to restore an entire folder to its original location. If I read
>  >  > the documentation correctly, I need to set the CLIENT Field to the
>  >  > original server and the WHERE files to the root of the CLIENT...right?
>  >
>  > All things being equal, yes.
> 
>  > How do I define the WHERE if the files are going back to the remote
>  > server; SERVERNAME:/Path/to/folder? Yes, I am restoring a Linux
>  > folder.
> 
> During the restore process, you'll get to a yes/no/mod prompt (or
> something close to that).  Select mod.  This is how you can change the
> Client and/or Where.
> 
> If you set Where to /, files will go back to where they were originally.
> 
> For example, if you are restoring /etc/foo, a / will put it back to
> /etc/foo.  /home/dan will put it to /home/dan/etc/foo
> 

 > eh. The "restore" creates a couple of directories but is otherwise
 > denied from restoring files. The Bacula client on the remote server is
 > running as the root user and should have full access to the folder.

An aside: top posting removes context from the issue at hand.  But then, 
the email client is not quoting properly either.  Worry about these 
things after you get your restore going.

David: the main issue at hand is: what is the error messages you are seeing.

-- 
Dan Langille

BSDCan - The Technical BSD Conference : http://www.bsdcan.org/
PGCon  - The PostgreSQL Conference: http://www.pgcon.org/

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Why this ...

2008-01-07 Thread Reynier Perez Mira
Hi:
Reading Bacula docs I see this command:
 bacula-dir -t -c bacula-dir.conf
To test my configuration file. Running this test I get this:

bacula-dir -t -c bacula-dir.conf
07-ene 16:31 bacula-dir: ERROR TERMINATION at parse_conf.c:847
Config error: expected resource name, got: ocess
: line 9, col 5 of file bacula-dir.conf
ocess, otherwise it will be left blank and you must manually supply it. The 
password is plain text. It is not generated through any special process but as 
noted above, it is better to use random text for security reasons.

What's wrong here?
Cheers
Ing. Reynier Pérez Mira 

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] waiting to reserve a device]

2008-01-07 Thread Arno Lehmann
Hi,

07.01.2008 17:17, Marco Gaiarin wrote:
> Sorry, i repost this because i've switched off mail delivery for
> christmas holiday, but sf web archive are stop by 17/12.

Try gmane, that's more reliable in my experience.

> Sorry if someone have just replyed, i insist if no one have done yet.
> ;)

I can't recall an answer, so...

> - Forwarded message from Marco Gaiarin <[EMAIL PROTECTED]> -
> From: Marco Gaiarin <[EMAIL PROTECTED]>
> Date: Tue, 18 Dec 2007 11:29:50 +0100
> To: bacula-users@lists.sourceforge.net
> Subject: Re: [Bacula-users] waiting to reserve a device
> Organization: La Nostra Famiglia - Polo FVG
> X-Spam-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,GREYLIST_ISWHITE
>   autolearn=ham version=3.2.3
> 
> Mandi! Arno Lehmann
>   In chel di` si favelave...
> 
>>> ...i'm using 'file' storage, so... i can simply ignore 'mount' type
>>> messages?
>> I wouldn't do this, because you might miss messages when a pool is 
>> full and you need to create new volumes.
> 
> I've just hit one of them, and i've seen that i received two messages,
> one say me to create a new pool (the mount one), and some minute later
> one that say me that backup failed.
> 
> In this box there's no critical data, i can safely miss the backup of a
> day, and in the 'backup failed' message the reason are clear: no volume
> available.
> I use for this backup autoprune and autorecycle, i keep for every box 4
> volumes that cycles in weeks for a month.
> 
> 
> Apart mount request (that i can accept to ignore...), there's something
> other messages that i can lost ignoring 'mount'?

I don't think so, but I'd have to look into the code, and I will not 
do that now... but I don't think so. I ever only saw mount requests 
and these waiting messages in case things were stuck. And failures, of 
course, but that's another logging category.

Arno

-- 
Arno Lehmann
IT-Service Lehmann
www.its-lehmann.de

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] need to restore folder...

2008-01-07 Thread David Gardner
eh. The "restore" creates a couple of directories but is otherwise denied from 
restoring files. The Bacula client on the remote server is running as the root 
user and should have full access to the folder.
 
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
David Gardner
email: djgardner(at)yahoo.com
Yahoo! IM: djgardner
AIM: dgardner09 
"Everything is a learning experience, even a mistake."

- Original Message 
From: Dan Langille <[EMAIL PROTECTED]>
To: David Gardner <[EMAIL PROTECTED]>
Cc: Bacula users list 
Sent: Monday, January 7, 2008 12:16:53 PM
Subject: Re: [Bacula-users] need to restore folder...


David Gardner wrote:

> - Original Message 
> From: Dan Langille <[EMAIL PROTECTED]>
> To: David Gardner <[EMAIL PROTECTED]>
> Cc: Bacula users list 
> Sent: Monday, January 7, 2008 12:06:03 PM
> Subject: Re: [Bacula-users] need to restore folder...
> 
> David Gardner wrote:
>  > Hey folks,
>  >
>  > Our software developers found a reason for me to run a restore.
>  >
>  > I need to restore an entire folder to its original location. If I
 read
>  > the documentation correctly, I need to set the CLIENT Field to the
>  > original server and the WHERE files to the root of the
 CLIENT...right?
> 
> All things being equal, yes.

 > How do I define the WHERE if the files are going back to the remote
 > server; SERVERNAME:/Path/to/folder? Yes, I am restoring a Linux
 > folder.

During the restore process, you'll get to a yes/no/mod prompt (or 
something close to that).  Select mod.  This is how you can change the 
Client and/or Where.

If you set Where to /, files will go back to where they were
 originally.

For example, if you are restoring /etc/foo, a / will put it back to 
/etc/foo.  /home/dan will put it to /home/dan/etc/foo

-- 
Dan Langille

BSDCan - The Technical BSD Conference : http://www.bsdcan.org/
PGCon  - The PostgreSQL Conference: http://www.pgcon.org/







  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] need to restore folder...

2008-01-07 Thread David Gardner
And when the job configuration comes back, the WHERE field will be blank?
 
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
David Gardner
email: djgardner(at)yahoo.com
Yahoo! IM: djgardner
AIM: dgardner09 
"Everything is a learning experience, even a mistake."

- Original Message 
From: Dan Langille <[EMAIL PROTECTED]>
To: David Gardner <[EMAIL PROTECTED]>
Cc: Bacula users list 
Sent: Monday, January 7, 2008 12:16:53 PM
Subject: Re: [Bacula-users] need to restore folder...


David Gardner wrote:

> - Original Message 
> From: Dan Langille <[EMAIL PROTECTED]>
> To: David Gardner <[EMAIL PROTECTED]>
> Cc: Bacula users list 
> Sent: Monday, January 7, 2008 12:06:03 PM
> Subject: Re: [Bacula-users] need to restore folder...
> 
> David Gardner wrote:
>  > Hey folks,
>  >
>  > Our software developers found a reason for me to run a restore.
>  >
>  > I need to restore an entire folder to its original location. If I
 read
>  > the documentation correctly, I need to set the CLIENT Field to the
>  > original server and the WHERE files to the root of the
 CLIENT...right?
> 
> All things being equal, yes.

 > How do I define the WHERE if the files are going back to the remote
 > server; SERVERNAME:/Path/to/folder? Yes, I am restoring a Linux
 > folder.

During the restore process, you'll get to a yes/no/mod prompt (or 
something close to that).  Select mod.  This is how you can change the 
Client and/or Where.

If you set Where to /, files will go back to where they were
 originally.

For example, if you are restoring /etc/foo, a / will put it back to 
/etc/foo.  /home/dan will put it to /home/dan/etc/foo

-- 
Dan Langille

BSDCan - The Technical BSD Conference : http://www.bsdcan.org/
PGCon  - The PostgreSQL Conference: http://www.pgcon.org/







  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] need to restore folder...

2008-01-07 Thread Dan Langille
David Gardner wrote:

> - Original Message 
> From: Dan Langille <[EMAIL PROTECTED]>
> To: David Gardner <[EMAIL PROTECTED]>
> Cc: Bacula users list 
> Sent: Monday, January 7, 2008 12:06:03 PM
> Subject: Re: [Bacula-users] need to restore folder...
> 
> David Gardner wrote:
>  > Hey folks,
>  >
>  > Our software developers found a reason for me to run a restore.
>  >
>  > I need to restore an entire folder to its original location. If I read
>  > the documentation correctly, I need to set the CLIENT Field to the
>  > original server and the WHERE files to the root of the CLIENT...right?
> 
> All things being equal, yes.

 > How do I define the WHERE if the files are going back to the remote
 > server; SERVERNAME:/Path/to/folder? Yes, I am restoring a Linux
 > folder.

During the restore process, you'll get to a yes/no/mod prompt (or 
something close to that).  Select mod.  This is how you can change the 
Client and/or Where.

If you set Where to /, files will go back to where they were originally.

For example, if you are restoring /etc/foo, a / will put it back to 
/etc/foo.  /home/dan will put it to /home/dan/etc/foo

-- 
Dan Langille

BSDCan - The Technical BSD Conference : http://www.bsdcan.org/
PGCon  - The PostgreSQL Conference: http://www.pgcon.org/

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] need to restore folder...

2008-01-07 Thread David Gardner
How do I define the WHERE if the files are going back to the remote server; 
SERVERNAME:/Path/to/folder? Yes, I am restoring a Linux folder.
 
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
David Gardner
email: djgardner(at)yahoo.com
Yahoo! IM: djgardner
AIM: dgardner09 
"Everything is a learning experience, even a mistake."

- Original Message 
From: Dan Langille <[EMAIL PROTECTED]>
To: David Gardner <[EMAIL PROTECTED]>
Cc: Bacula users list 
Sent: Monday, January 7, 2008 12:06:03 PM
Subject: Re: [Bacula-users] need to restore folder...


David Gardner wrote:
> Hey folks,
> 
> Our software developers found a reason for me to run a restore.
> 
> I need to restore an entire folder to its original location. If I
 read 
> the documentation correctly, I need to set the CLIENT Field to the 
> original server and the WHERE files to the root of the
 CLIENT...right?

All things being equal, yes.

-- 
Dan Langille

BSDCan - The Technical BSD Conference : http://www.bsdcan.org/
PGCon  - The PostgreSQL Conference: http://www.pgcon.org/







  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] need to restore folder...

2008-01-07 Thread Dan Langille
David Gardner wrote:
> Hey folks,
> 
> Our software developers found a reason for me to run a restore.
> 
> I need to restore an entire folder to its original location. If I read 
> the documentation correctly, I need to set the CLIENT Field to the 
> original server and the WHERE files to the root of the CLIENT...right?

All things being equal, yes.

-- 
Dan Langille

BSDCan - The Technical BSD Conference : http://www.bsdcan.org/
PGCon  - The PostgreSQL Conference: http://www.pgcon.org/

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] need to restore folder...

2008-01-07 Thread David Gardner
Hey folks,

Our software developers found a reason for me to run a restore.

I need to restore an entire folder to its original location. If I read the 
documentation correctly, I need to set the CLIENT Field to the original server 
and the WHERE files to the root of the CLIENT...right?
 
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
David Gardner
email: djgardner(at)yahoo.com
Yahoo! IM: djgardner
AIM: dgardner09 
"Everything is a learning experience, even a mistake."





  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] method of backup?

2008-01-07 Thread John Drescher
On Jan 7, 2008 12:55 PM, Scott Ehrlich <[EMAIL PROTECTED]> wrote:
> Say I have a server (RHEL5 64-bit) that somehow fails, down to a simple
> init 1 state, and I need to restore the data.  If I had performed a simple
> dump/restore, then I could likely take the tapes from my LTO3 library and
> bring them (or the tape library itself) to someone else's Linux box and
> perform a restore there.
>
> What flexibility do I have with bacula?  If my server were to crash for
> some unknown reason, to the point where I'd need to rebuild from scratch,
> would I still be able to recover the data, or would a simple dump/restore
> have saved the day?
>
You should be able to fully recover. If this is the director, the
machine with the catalog or the storage you will have to do some more
steps.

See:
http://www.bacula.org/manuals/en/concepts/concepts/Disast_Recove_Using_Bacula.html

John
http://www.bacula.org/manuals/en/concepts/concepts/Disast_Recove_Using_Bacula.html

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] method of backup?

2008-01-07 Thread Scott Ehrlich
Say I have a server (RHEL5 64-bit) that somehow fails, down to a simple 
init 1 state, and I need to restore the data.  If I had performed a simple 
dump/restore, then I could likely take the tapes from my LTO3 library and 
bring them (or the tape library itself) to someone else's Linux box and 
perform a restore there.

What flexibility do I have with bacula?  If my server were to crash for 
some unknown reason, to the point where I'd need to rebuild from scratch, 
would I still be able to recover the data, or would a simple dump/restore 
have saved the day?

Thanks.

Scott

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Fwd: Some bacula-dir.conf doubts

2008-01-07 Thread John Drescher
On Jan 7, 2008 12:35 PM, Reynier Perez Mira <[EMAIL PROTECTED]> wrote:
> Ok, let me doing another question: where can I find a manual in wich I see 
> every Bacula parameters means? Right now I see a lot things but really it can 
> help me a lot. For example in Clients configuration I have this:
>
> Client {
>   Name = ReynierPC-fd   # accountant-fd
>   Address = 10.128.50.5 # 
> accountant.mydomain.local
>   FDPort = 9102
>   Catalog = GiantCatalog
>   Password = "l2G*MbJsmIEg_BS"  # "strong_password"
>   File Retention = 6 days
>   Job Retention = 6 days
>   AutoPrune = yes
>   Maximum Concurrent Jobs = 2
> }
>
> But wich means every parameter in there? Name, Address, FDPort? Understand?
>
Although it is highly encouraged to read the whole manual the
following link would be the part that describes this:

http://www.bacula.org/rel-manual/Getting_Started_with_Bacula.html#SECTION00933000

John

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Fwd: Some bacula-dir.conf doubts

2008-01-07 Thread Dan Langille
Reynier Perez Mira wrote:
> Ok, let me doing another question: where can I find a manual in wich I see 
> every Bacula parameters means? Right now I see a lot things but really it can 
> help me a lot. For example in Clients configuration I have this:
> 
> Client {
>   Name = ReynierPC-fd # accountant-fd
>   Address = 10.128.50.5   # 
> accountant.mydomain.local
>   FDPort = 9102
>   Catalog = GiantCatalog
>   Password = "l2G*MbJsmIEg_BS"# 
> "strong_password"
>   File Retention = 6 days
>   Job Retention = 6 days
>   AutoPrune = yes
>   Maximum Concurrent Jobs = 2
> }
> 
> But wich means every parameter in there? Name, Address, FDPort? Understand?


http://www.bacula.org/?page=documentation

-- 
Dan Langille

BSDCan - The Technical BSD Conference : http://www.bsdcan.org/
PGCon  - The PostgreSQL Conference: http://www.pgcon.org/

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Fwd: Some bacula-dir.conf doubts

2008-01-07 Thread Reynier Perez Mira
Ok, let me doing another question: where can I find a manual in wich I see 
every Bacula parameters means? Right now I see a lot things but really it can 
help me a lot. For example in Clients configuration I have this:

Client {
  Name = ReynierPC-fd   # accountant-fd
  Address = 10.128.50.5 # 
accountant.mydomain.local
  FDPort = 9102
  Catalog = GiantCatalog
  Password = "l2G*MbJsmIEg_BS"  # "strong_password"
  File Retention = 6 days
  Job Retention = 6 days
  AutoPrune = yes
  Maximum Concurrent Jobs = 2
}

But wich means every parameter in there? Name, Address, FDPort? Understand?

Ing. Reynier Pérez Mira  

> -Mensaje original-
> De: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] En nombre 
> de John Drescher
> Enviado el: lunes, 07 de enero de 2008 06:32 pm
> Para: Bacula Users
> Asunto: [Bacula-users] Fwd: Some bacula-dir.conf doubts
> 
> On Jan 7, 2008 12:29 PM, Reynier Perez Mira <[EMAIL PROTECTED]> wrote:
> > This is my bacula-dir.conf file:
> >
> > Director {
> >   Name = gsdserver-dir
> >   Description = "Bacula Director IP Testing Server"
> >   DIRport = 9101
> >   QueryFile = "/etc/bacula/scripts/query.sql"
> >   WorkingDirectory = "/var/lib/bacula"
> >   PidDirectory = "/var/run/bacula"
> >   Maximum Concurrent Jobs = 2
> >   FDConnectTimeout = 1min
> >   SDConnectTimeout = 1min
> >   Password = "l2G*MbJsmIEg_BS"
> >   Messages = Daemon
> >   DirAddress = 127.0.0.1
> > }
> >
> > Client {
> >   Name = ReynierPC-fd
> >   Address = 10.128.50.5
> >   FDPort = 9102
> >   Catalog = GiantCatalog
> >   Password = "l2G*MbJsmIEg_BS"
> >   File Retention = 6 days
> >   Job Retention = 6 days
> >   AutoPrune = yes
> >   Maximum Concurrent Jobs = 2
> > }
> >
> > And this other is my bacula-fd.conf file:
> >
> > # List Directors who are permitted to contact this File daemon 
> > Director {
> >   Name = gsdserver-dir
> >   Password = "l2G*MbJsmIEg_BS"
> > }
> >
> > # Restricted Director, used by tray-monitor to get the 
> status of the 
> > file daemon Director {
> >   Name = gsdserver-mon
> >   Password = "l2G*MbJsmIEg_BS"
> >   Monitor = yes
> > }
> >
> > It's correct now?
> >
> Looks ok to me.
> 
> John
> 
> 
> 
> --
> John M. Drescher
> 
> --
> ---
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for just about 
> anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.n
et/marketplace
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Fwd: Some bacula-dir.conf doubts

2008-01-07 Thread John Drescher
On Jan 7, 2008 12:29 PM, Reynier Perez Mira <[EMAIL PROTECTED]> wrote:
> This is my bacula-dir.conf file:
>
> Director {
>   Name = gsdserver-dir
>   Description = "Bacula Director IP Testing Server"
>   DIRport = 9101
>   QueryFile = "/etc/bacula/scripts/query.sql"
>   WorkingDirectory = "/var/lib/bacula"
>   PidDirectory = "/var/run/bacula"
>   Maximum Concurrent Jobs = 2
>   FDConnectTimeout = 1min
>   SDConnectTimeout = 1min
>   Password = "l2G*MbJsmIEg_BS"
>   Messages = Daemon
>   DirAddress = 127.0.0.1
> }
>
> Client {
>   Name = ReynierPC-fd
>   Address = 10.128.50.5
>   FDPort = 9102
>   Catalog = GiantCatalog
>   Password = "l2G*MbJsmIEg_BS"
>   File Retention = 6 days
>   Job Retention = 6 days
>   AutoPrune = yes
>   Maximum Concurrent Jobs = 2
> }
>
> And this other is my bacula-fd.conf file:
>
> # List Directors who are permitted to contact this File daemon
> Director {
>   Name = gsdserver-dir
>   Password = "l2G*MbJsmIEg_BS"
> }
>
> # Restricted Director, used by tray-monitor to get the status of the file 
> daemon
> Director {
>   Name = gsdserver-mon
>   Password = "l2G*MbJsmIEg_BS"
>   Monitor = yes
> }
>
> It's correct now?
>
Looks ok to me.

John



-- 
John M. Drescher

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Some bacula-dir.conf doubts

2008-01-07 Thread Reynier Perez Mira
This is my bacula-dir.conf file:

Director {
  Name = gsdserver-dir
  Description = "Bacula Director IP Testing Server"
  DIRport = 9101  
  QueryFile = "/etc/bacula/scripts/query.sql"
  WorkingDirectory = "/var/lib/bacula"
  PidDirectory = "/var/run/bacula"
  Maximum Concurrent Jobs = 2
  FDConnectTimeout = 1min
  SDConnectTimeout = 1min
  Password = "l2G*MbJsmIEg_BS"  
  Messages = Daemon
  DirAddress = 127.0.0.1
}

Client {
  Name = ReynierPC-fd   
  Address = 10.128.50.5 
  FDPort = 9102
  Catalog = GiantCatalog
  Password = "l2G*MbJsmIEg_BS"  
  File Retention = 6 days
  Job Retention = 6 days
  AutoPrune = yes
  Maximum Concurrent Jobs = 2
}

And this other is my bacula-fd.conf file:

# List Directors who are permitted to contact this File daemon
Director {
  Name = gsdserver-dir
  Password = "l2G*MbJsmIEg_BS"
}

# Restricted Director, used by tray-monitor to get the status of the file daemon
Director {
  Name = gsdserver-mon
  Password = "l2G*MbJsmIEg_BS"
  Monitor = yes
}

It's correct now?
Cheers
Ing. Reynier Pérez Mira  

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Some bacula-dir.conf doubts

2008-01-07 Thread Dan Langille
John Drescher wrote:
>>> It does not matter as long as they match.
>> They match? I see a "T3Cg" characters at the end of Password in the -fd file:
>> Password = "Cv70F6pf1t6pBopT4vQOnigDrR0v3L" != Password = 
>> "Cv70F6pf1t6pBopT4vQOnigDrR0v3LT3Cg"
>> So ...
>>
> I mean use a text editor to make them the same. It makes no difference
> which one you choose. Or you can generate your own random password if
> you want.

I want to explicitly mention that Bacula passwords, all Bacula passwords 
are text.  They are not generated by any special mechanism.

-- 
Dan Langille

BSDCan - The Technical BSD Conference : http://www.bsdcan.org/
PGCon  - The PostgreSQL Conference: http://www.pgcon.org/

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Some bacula-dir.conf doubts

2008-01-07 Thread John Drescher
> > It does not matter as long as they match.
> They match? I see a "T3Cg" characters at the end of Password in the -fd file:
> Password = "Cv70F6pf1t6pBopT4vQOnigDrR0v3L" != Password = 
> "Cv70F6pf1t6pBopT4vQOnigDrR0v3LT3Cg"
> So ...
>
I mean use a text editor to make them the same. It makes no difference
which one you choose. Or you can generate your own random password if
you want.

John

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Some bacula-dir.conf doubts

2008-01-07 Thread Reynier Perez Mira
John:
> It does not matter as long as they match.
They match? I see a "T3Cg" characters at the end of Password in the -fd file:
Password = "Cv70F6pf1t6pBopT4vQOnigDrR0v3L" != Password = 
"Cv70F6pf1t6pBopT4vQOnigDrR0v3LT3Cg"
So ...
Ing. Reynier Pérez Mira  

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] port 9101 not closed after bacula-director stop

2008-01-07 Thread Frank Sweetser
le dahut wrote:
> Has I said (not directly I assume), it is not corrupted and indeed, many 
> random processes take successively port 9101 and when I finally restart 
> all the incriminated services, it ends on a bacula-dir process that 
> seems not to have been properly killed/closed by the init script.
> 
> So why do I get this very strange behavior ?

Either a) every one of those programs has been configured to use 9101, which I
highly doubt, or b) when each one of those programs goes to look up its
default port, it is always getting 9101.  Unless you have NIS configured on
your system, the canonical source for service name to port number mappings in
/etc/services file.

If you like, you could post your /etc/services file on a web site or
pastebin.ca somewhere, and others could then take a look to see what hidden
faults there might be.

-- 
Frank Sweetser fs at wpi.edu  |  For every problem, there is a solution that
WPI Senior Network Engineer   |  is simple, elegant, and wrong. - HL Mencken
GPG fingerprint = 6174 1257 129E 0D21 D8D4  E8A3 8E39 29E3 E2E8 8CEC

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Some bacula-dir.conf doubts

2008-01-07 Thread John Drescher
On Jan 7, 2008 11:54 AM, Reynier Perez Mira <[EMAIL PROTECTED]> wrote:
> > If the Director{} portion is in the -fd config file and the
> > Client{} part is in the -dir config file then, yes, you are correct.
>
> Well the Director{} portion is in both files: bacula-fd.conf and 
> bacula-dir.conf but have different values. In bacula-dir.conf is:
>  Password = "Cv70F6pf1t6pBopT4vQOnigDrR0v3L"
> And in bacula-fd.conf file appear twice and have the same values:
>  Password = "Cv70F6pf1t6pBopT4vQOnigDrR0v3LT3Cg"
>
> Then, wich of them I need to use? I have something wrong? Maybe I lost a step 
> and do something wrong.
> Cheers
>
It does not matter as long as they match.

John

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Some bacula-dir.conf doubts

2008-01-07 Thread Reynier Perez Mira
> If the Director{} portion is in the -fd config file and the 
> Client{} part is in the -dir config file then, yes, you are correct.

Well the Director{} portion is in both files: bacula-fd.conf and 
bacula-dir.conf but have different values. In bacula-dir.conf is:
 Password = "Cv70F6pf1t6pBopT4vQOnigDrR0v3L" 
And in bacula-fd.conf file appear twice and have the same values:
 Password = "Cv70F6pf1t6pBopT4vQOnigDrR0v3LT3Cg"

Then, wich of them I need to use? I have something wrong? Maybe I lost a step 
and do something wrong.
Cheers

Ing. Reynier Pérez Mira  

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Help with bacula install

2008-01-07 Thread Scott Ehrlich
I have a RHEL5 64-bit server, full install from original media, no 
updates, I'm trying to install bacula onto.

I successfully compiled and installed bacula-2.2.7 with mysql, but for the 
GUI...

I just tried to install the bacula GUI:

./configure --with-bacula=/root/bacula/bacula-2.2.7

Configure seems happy, then try make, and get:

make: Nothing to be done for "first_rule".


What am I missing?

Thanks.

Scott

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Some bacula-dir.conf doubts

2008-01-07 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Reynier Perez Mira wrote:
| Hi Ryan:
|> Yes, automatically. The client and server have to have the
|> same password filled in in the Password line.
|
| I not understand wich Password I need to select. Wich means "server"
and wich means "client"? By server you means this section:
|
| Director {
|   ...
| }
|
| And by Client you means this other:
| Client {
|   ...
| }
|
| Then if I'm right the things would be as follow:
|
| Director {
|   Password = "some_password_here" # Console password
| }
|
| Client {
|   Password = "some_password_here" # Console password
| }
|
| I'm right or wrong?
| Cheers and thanks
| Ing. Reynier Pérez Mira
|

If the Director{} portion is in the -fd config file and the Client{}
part is in the -dir config file then, yes, you are correct.

- --
~  _  _ _  _ ___  _  _  _
~ |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer II
~ |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
~ \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHglZOmb+gadEcsb4RApTWAKCjdoMlHAsLhGcq7+1XLaF/nY3eTACfZmdV
HuywiwjiSq9aj4hUBF4lwXk=
=2bs4
-END PGP SIGNATURE-


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Some bacula-dir.conf doubts

2008-01-07 Thread Reynier Perez Mira
Hi Ryan:
> Yes, automatically. The client and server have to have the 
> same password filled in in the Password line.

I not understand wich Password I need to select. Wich means "server" and wich 
means "client"? By server you means this section:

Director {
  ...
}

And by Client you means this other:
Client {
  ...
}

Then if I'm right the things would be as follow:

Director {
  Password = "some_password_here" # Console password
}

Client {
  Password = "some_password_here" # Console password
}

I'm right or wrong?
Cheers and thanks
Ing. Reynier Pérez Mira  


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Some bacula-dir.conf doubts

2008-01-07 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Reynier Perez Mira wrote:
| Hi every:
| After install Bacula I need to configure bacula-dir to test if it
works or not. Reading the manual left by Mathieu [1] I have a lot of
questions. In the section: " Server (Director) Configuration
(bacula-dir.conf)" I see:
|
| ###   DEFINE DIRECTOR   #
| Director
| {
|  Name = backup-dir   #or whatever name you
want
|  Description = "Bacula Director - $MY_LOCATION"  # "Bacula Director -
Main Office"
|  DIRport = 9101
|  QueryFile = "/etc/bacula/query.sql"
|  WorkingDirectory = "/var/bacula"
|  PidDirectory = "/var/run"
|  Maximum Concurrent Jobs = 2
|  FDConnectTimeout = 1min
|  SDConnectTimeout = 1min
|  Password = "$CONSOLE_PASSWORD"  # "gsdfgfdsg44"
|  Messages = Daemon
| }
|
| The Password parameter is generated automatically? Because I have a
large and strong password here that I never wrote before I think.

Yes, automatically. The client and server have to have the same password
filled in in the Password line.

| Now in this other section:
|
| ###   DEFINE CLIENTS   ##
|
| Client {
|   Name = $SOME_IMPORTANT_CLIENT-fd  # accountant-fd
|   Address = $FQDN_OR_IP #
accountant.mydomain.local
|   FDPort = 9102
|   Catalog = GiantCatalog
|   Password = "$CLIENT_ACCESS_PASSWORD"  # "strong_password"
|   File Retention = 6 days
|   Job Retention = 6 days
|   AutoPrune = yes
|   Maximum Concurrent Jobs = 2
| }
|
| I have only two doubts: In Address parameter I can write the IP
address and not the DNS name? The Password Parameter is the
administrator account in the workstation in wich I have Bacula Client
installed, no?

As you can see, FQDN or IP. If you don't know what FQDN stands for, it
is fully qualified domain name.

The password, as I said earlier, is NOT the administrator password, it
is the same password as the other end -- you can make it whatever you
like; I generally accept the password created by the client install.

| This are for now
| Cheers, thanks in advance and waiting for answers
|
| [1]
http://gentoo-wiki.com/HOWTO_Encrypted_Backup_System_Using_Bacula_and_GnuPG
|
| Ing. Reynier Pérez Mira
|
| -
| This SF.net email is sponsored by: Microsoft
| Defy all challenges. Microsoft(R) Visual Studio 2005.
| http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
| ___
| Bacula-users mailing list
| Bacula-users@lists.sourceforge.net
| https://lists.sourceforge.net/lists/listinfo/bacula-users

- --
~  _  _ _  _ ___  _  _  _
~ |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer II
~ |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
~ \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHglHKmb+gadEcsb4RAv2tAKCmn6VDFvFowBJNuE0O/Zi9tsLWqQCePyBf
O1XMx0HirVWETclye1hiSog=
=jj0A
-END PGP SIGNATURE-


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] [EMAIL PROTECTED]: Re: waiting to reserve a device]

2008-01-07 Thread Marco Gaiarin

Sorry, i repost this because i've switched off mail delivery for
christmas holiday, but sf web archive are stop by 17/12.

Sorry if someone have just replyed, i insist if no one have done yet.
;)

- Forwarded message from Marco Gaiarin <[EMAIL PROTECTED]> -
From: Marco Gaiarin <[EMAIL PROTECTED]>
Date: Tue, 18 Dec 2007 11:29:50 +0100
To: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] waiting to reserve a device
Organization: La Nostra Famiglia - Polo FVG
X-Spam-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,GREYLIST_ISWHITE
autolearn=ham version=3.2.3

Mandi! Arno Lehmann
  In chel di` si favelave...

> > ...i'm using 'file' storage, so... i can simply ignore 'mount' type
> > messages?
> I wouldn't do this, because you might miss messages when a pool is 
> full and you need to create new volumes.

I've just hit one of them, and i've seen that i received two messages,
one say me to create a new pool (the mount one), and some minute later
one that say me that backup failed.

In this box there's no critical data, i can safely miss the backup of a
day, and in the 'backup failed' message the reason are clear: no volume
available.
I use for this backup autoprune and autorecycle, i keep for every box 4
volumes that cycles in weeks for a month.


Apart mount request (that i can accept to ignore...), there's something
other messages that i can lost ignoring 'mount'?

-- 
dott. Marco Gaiarin GNUPG Key ID: 240A3D66
  Associazione ``La Nostra Famiglia''http://www.sv.lnf.it/
  Polo FVG  -  Via della Bontà, 7 - 33078  -  San Vito al Tagliamento (PN)
  marco.gaiarin(at)sv.lnf.it  tel +39-0434-842711  fax +39-0434-842797

-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

- End forwarded message -

-- 
dott. Marco Gaiarin GNUPG Key ID: 240A3D66
  Associazione ``La Nostra Famiglia''http://www.sv.lnf.it/
  Polo FVG  -  Via della Bontà, 7 - 33078  -  San Vito al Tagliamento (PN)
  marco.gaiarin(at)sv.lnf.it  tel +39-0434-842711  fax +39-0434-842797

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Some bacula-dir.conf doubts

2008-01-07 Thread Reynier Perez Mira
Hi Rich:

> hmm. no, it is the same as defined in bacula fd configuration 
> file for that machine

Can you send a little example? I read the bacula-fd.conf file and known't where 
write this or wich parameter I need.
Cheers again
Ing. Reynier Pérez Mira  

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Some bacula-dir.conf doubts

2008-01-07 Thread Rich
On 2008.01.07. 17:55, Reynier Perez Mira wrote:
> Hi every:
> After install Bacula I need to configure bacula-dir to test if it works or 
> not. Reading the manual left by Mathieu [1] I have a lot of questions. In the 
> section: " Server (Director) Configuration (bacula-dir.conf)" I see:
> 
> ###   DEFINE DIRECTOR   #
> Director 
> { 
>  Name = backup-dir   #or whatever name you want
>  Description = "Bacula Director - $MY_LOCATION"  # "Bacula Director - Main 
> Office"
>  DIRport = 9101   
>  QueryFile = "/etc/bacula/query.sql"
>  WorkingDirectory = "/var/bacula"
>  PidDirectory = "/var/run"
>  Maximum Concurrent Jobs = 2
>  FDConnectTimeout = 1min
>  SDConnectTimeout = 1min
>  Password = "$CONSOLE_PASSWORD"  # "gsdfgfdsg44"
>  Messages = Daemon
> }
> 
> The Password parameter is generated automatically? Because I have a large and 
> strong password here that I never wrote before I think.

yes

> Now in this other section:
> 
> ###   DEFINE CLIENTS   ##
> 
> Client {
>   Name = $SOME_IMPORTANT_CLIENT-fd  # accountant-fd
>   Address = $FQDN_OR_IP # accountant.mydomain.local
>   FDPort = 9102
>   Catalog = GiantCatalog
>   Password = "$CLIENT_ACCESS_PASSWORD"  # "strong_password"
>   File Retention = 6 days
>   Job Retention = 6 days
>   AutoPrune = yes
>   Maximum Concurrent Jobs = 2
> }
> 
> I have only two doubts: In Address parameter I can write the IP address and 
> not the DNS name?

of course :)
it even says ..._OR_IP ;)

> The Password Parameter is the administrator account in the workstation in 
> wich I have Bacula Client installed, no?

hmm. no, it is the same as defined in bacula fd configuration file for
that machine

> This are for now
> Cheers, thanks in advance and waiting for answers
> 
> [1] 
> http://gentoo-wiki.com/HOWTO_Encrypted_Backup_System_Using_Bacula_and_GnuPG
> 
> Ing. Reynier Pérez Mira 
> 
> -
> This SF.net email is sponsored by: Microsoft

yay =)
-- 
  Rich

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] port 9101 not closed after bacula-director stop

2008-01-07 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I suspect that it IS corrupt and you are incorrect.

le dahut wrote:
| Has I said (not directly I assume), it is not corrupted and indeed, many
| random processes take successively port 9101 and when I finally restart
| all the incriminated services, it ends on a bacula-dir process that
| seems not to have been properly killed/closed by the init script.
|
| So why do I get this very strange behavior ?
|
|
| Frank Sweetser a écrit :
|> le dahut wrote:
|>> No it is not the problem, when I restart ldap, it is Mysql that listens
|>> on 9101, when I restart Mysql, Sympa listens on 9101, when I restart
|>> Sympa, etc... finally I get to the process bacula-dir, and when I kill
|>> its PID, nothing listens on port 9101 any more and THEN I can restart
|>> bacula-dir and find a well working bacula-director.
|>>
|>> This appears on many servers.
|>>
|>> What's happening with port 9101 ?
|> As someone else said, you should definitely check the contents of
|> /etc/services to see if the file has been corrupted.
|>
|
| -
| This SF.net email is sponsored by: Microsoft
| Defy all challenges. Microsoft(R) Visual Studio 2005.
| http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
| ___
| Bacula-users mailing list
| Bacula-users@lists.sourceforge.net
| https://lists.sourceforge.net/lists/listinfo/bacula-users

- --
~  _  _ _  _ ___  _  _  _
~ |Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Systems Programmer II
~ |$&| |__| |  | |__/ | \| _| |[EMAIL PROTECTED] - 973/972.0922 (2-0922)
~ \__/ Univ. of Med. and Dent.|IST/AST - NJMS Medical Science Bldg - C630
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHgk3imb+gadEcsb4RArYTAKDUwK7Y4wSModzW6RvKc74SNaUDHwCgwyDq
TPMFxi5JyjUVipRpwMWvFfE=
=0b5U
-END PGP SIGNATURE-


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] port 9101 not closed after bacula-director stop

2008-01-07 Thread le dahut
Has I said (not directly I assume), it is not corrupted and indeed, many 
random processes take successively port 9101 and when I finally restart 
all the incriminated services, it ends on a bacula-dir process that 
seems not to have been properly killed/closed by the init script.

So why do I get this very strange behavior ?


Frank Sweetser a écrit :
> le dahut wrote:
>> No it is not the problem, when I restart ldap, it is Mysql that listens 
>> on 9101, when I restart Mysql, Sympa listens on 9101, when I restart 
>> Sympa, etc... finally I get to the process bacula-dir, and when I kill 
>> its PID, nothing listens on port 9101 any more and THEN I can restart 
>> bacula-dir and find a well working bacula-director.
>>
>> This appears on many servers.
>>
>> What's happening with port 9101 ?
> 
> As someone else said, you should definitely check the contents of
> /etc/services to see if the file has been corrupted.
> 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Some bacula-dir.conf doubts

2008-01-07 Thread Reynier Perez Mira
Hi every:
After install Bacula I need to configure bacula-dir to test if it works or not. 
Reading the manual left by Mathieu [1] I have a lot of questions. In the 
section: " Server (Director) Configuration (bacula-dir.conf)" I see:

###   DEFINE DIRECTOR   #
Director 
{ 
 Name = backup-dir   #or whatever name you want
 Description = "Bacula Director - $MY_LOCATION"  # "Bacula Director - Main 
Office"
 DIRport = 9101   
 QueryFile = "/etc/bacula/query.sql"
 WorkingDirectory = "/var/bacula"
 PidDirectory = "/var/run"
 Maximum Concurrent Jobs = 2
 FDConnectTimeout = 1min
 SDConnectTimeout = 1min
 Password = "$CONSOLE_PASSWORD"  # "gsdfgfdsg44"
 Messages = Daemon
}

The Password parameter is generated automatically? Because I have a large and 
strong password here that I never wrote before I think.

Now in this other section:

###   DEFINE CLIENTS   ##

Client {
  Name = $SOME_IMPORTANT_CLIENT-fd  # accountant-fd
  Address = $FQDN_OR_IP # accountant.mydomain.local
  FDPort = 9102
  Catalog = GiantCatalog
  Password = "$CLIENT_ACCESS_PASSWORD"  # "strong_password"
  File Retention = 6 days
  Job Retention = 6 days
  AutoPrune = yes
  Maximum Concurrent Jobs = 2
}

I have only two doubts: In Address parameter I can write the IP address and not 
the DNS name? The Password Parameter is the administrator account in the 
workstation in wich I have Bacula Client installed, no?

This are for now
Cheers, thanks in advance and waiting for answers

[1] http://gentoo-wiki.com/HOWTO_Encrypted_Backup_System_Using_Bacula_and_GnuPG

Ing. Reynier Pérez Mira 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] port 9101 not closed after bacula-director stop

2008-01-07 Thread Frank Sweetser
le dahut wrote:
> No it is not the problem, when I restart ldap, it is Mysql that listens 
> on 9101, when I restart Mysql, Sympa listens on 9101, when I restart 
> Sympa, etc... finally I get to the process bacula-dir, and when I kill 
> its PID, nothing listens on port 9101 any more and THEN I can restart 
> bacula-dir and find a well working bacula-director.
> 
> This appears on many servers.
> 
> What's happening with port 9101 ?

As someone else said, you should definitely check the contents of
/etc/services to see if the file has been corrupted.

-- 
Frank Sweetser fs at wpi.edu  |  For every problem, there is a solution that
WPI Senior Network Engineer   |  is simple, elegant, and wrong. - HL Mencken
GPG fingerprint = 6174 1257 129E 0D21 D8D4  E8A3 8E39 29E3 E2E8 8CEC

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] First time with Bacula

2008-01-07 Thread Reynier Perez Mira
> I think that you better compile from source as it is a newer version

Hi Eitan:
Well finally I get Bacula with MySQL working and now I'm configuring every to 
test. If this not work then I uninstall every and compile last (2.2.7)

Cheers

Ing. Reynier Pérez Mira  

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] port 9101 not closed after bacula-director stop

2008-01-07 Thread le dahut
No it is not the problem, when I restart ldap, it is Mysql that listens 
on 9101, when I restart Mysql, Sympa listens on 9101, when I restart 
Sympa, etc... finally I get to the process bacula-dir, and when I kill 
its PID, nothing listens on port 9101 any more and THEN I can restart 
bacula-dir and find a well working bacula-director.

This appears on many servers.

What's happening with port 9101 ?


Martin Simmons a écrit :
>> On Wed, 02 Jan 2008 15:23:09 +0100, le dahut said:
>> Hello,
>>
>> I wrote a few weeks ago about the error "Cannot bind port 9101".
>>
>> Here is an output from once I have stopped bacula-director using the 
>> standard inti scripts :
>>
>> And from :
>> [EMAIL PROTECTED]:~# netstat -anpee|grep 91
>> tcp0  0 0.0.0.0:91010.0.0.0:* LISTEN 0   
>>10165548   20136/slapd
> 
> That is bizare, slapd (presumably) is actually listening on that port.  Maybe
> your /etc/services is corrupted so all names map to 9101?  Or you get the
> services db from NIS etc and that is corrupt (check the "services" line in
> /etc/nsswitch.conf)?
> 
> __Martin
> 
> 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] First time with Bacula

2008-01-07 Thread Arjen
Reynier Perez Mira wrote:

>> issue
>>
>>
>> apt-cache pkgnames | grep bacula
>> 
>
> Hi Arjen, this is the result:
>   
I think you should first learn how to use Ubuntu (Debian) and apt and
know how to read it's output (or any command line util output). The
*mysql* packages for bacula are in the list. Your questions have nothing
to do with Bacula but with Ubuntu / Debian packaging.

>   -
>
> So, what I'm doing wrong?
Just install the bacula mysql packages instead of the sqllite packages.


> It's better compile from .tar.gz file or install from repository?
>   

I don't know if it is better, but if you have more experience in that
than you could consider doing just that.


Regards,
Arjen.




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] First time with Bacula

2008-01-07 Thread Reynier Perez Mira
> issue
> 
> 
> apt-cache pkgnames | grep bacula

Hi Arjen, this is the result:

apt-cache pkgnames | grep bacula
bacula-console-wx
bacula-director-sqlite
bacula-server
bacula-director-sqlite3
bacula-sd-pgsql
bacula-director-pgsql
bacula-sd-mysql
bacula-sd-sqlite
bacula-director-mysql
bacula-sd-sqlite3
bacula
bacula-wxconsole
bacula-client
bacula-console
bacula-fd
bacula-doc
bacula-sd
bacula-director-common
bacula-director
bacula-traymonitor
bacula-common
bacula-sd-tools

Is the *-mysql* files in there? Also I do this:

aptitude search bacula

And see the result:

i   bacula - Network backup, 
recovery and verification (Meta-package)
i A bacula-client  - Network backup, 
recovery and verification (Client meta-package)
i A bacula-common  - Network backup, 
recovery and verification (Common Support files)
i A bacula-console - Network backup, 
recovery and verification (Mgmt. Console)
p   bacula-console-wx  - Network backup, 
recovery and verification (Console, Gnome versio
v   bacula-director-
i A bacula-director-common - Network backup, 
recovery and verification (Director common files
p   bacula-director-mysql  - Network backup, 
recovery and verification (Director daemon)
p   bacula-director-pgsql  - Network backup, 
recovery and verification (Director daemon)
p   bacula-director-sqlite - Network backup, 
recovery and verification (Director daemon)
i A bacula-director-sqlite3- Network backup, 
recovery and verification (Director daemon)
i   bacula-doc - Documentation for 
Bacula
i A bacula-fd  - Network backup, 
recovery and verification (Filer daemon)
i A bacula-sd  - Network backup, 
recovery and verification (Storage daemon)
p   bacula-sd-mysql- Network backup, 
recovery and verification (SD tools-MySQL)
p   bacula-sd-pgsql- Network backup, 
recovery and verification (SD tools-PostgreSQL)
p   bacula-sd-sqlite   - Network backup, 
recovery and verification (SD tools-SQLite)
i A bacula-sd-sqlite3  - Network backup, 
recovery and verification (SD tools-SQLite3)
v   bacula-sd-tools-
i A bacula-server  - Network backup, 
recovery and verification (Server meta-package)
i   bacula-traymonitor - Network backup, 
recovery and verification (Tray monitor)
v   bacula-wxconsole   -

So, what I'm doing wrong? It's better compile from .tar.gz file or install from 
repository?

Ing. Reynier Pérez Mira  

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] First time with Bacula

2008-01-07 Thread Arjen

Hi Reynier,


issue


apt-cache pkgnames | grep bacula


I assume you would want to install the *-mysql* packages, I *guess*
these would contain the script files you need.


HTH


Arjen.




Reynier Perez Mira wrote:

>
>  I install Bacula as follow:
>   
>  apt-get install bacula bacula-doc bacula-traymonitor
>  The following packages will be installed on your system:
>   bacula bacula-client bacula-common bacula-console bacula-director-common 
> bacula-director-sqlite3 bacula-doc bacula-fd
>   bacula-sd bacula-sd-sqlite3 bacula-server bacula-traymonitor mtx sqlite3
>   

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] First time with Bacula

2008-01-07 Thread Chris Lee
>-Original Message-
>From: [EMAIL PROTECTED] 
>[mailto:[EMAIL PROTECTED] On Behalf 
>Of Reynier Perez Mira
>Sent: Monday, 07 January, 2008 08:22
>To: Vladimir Doisan
>Cc: bacula-users@lists.sourceforge.net
>Subject: Re: [Bacula-users] First time with Bacula
>
>> Try this
>> http://gentoo-wiki.com/HOWTO_Encrypted_Backup_System_Using_Bac
>ula_and_GnuPG
>
>Hi Vladimir:
>Before all thanks for your reply, this is amazing but I found 
>my first problem. In the step 6 the manual said:
>
>6 Setup Database (assuming you have MySQL installed and working)
> /etc/bacula/create_mysql_database
> /etc/bacula/make_mysql_tables
> /etc/bacula/grant_mysql_privileges
>
>I have MySQL and also PostgreSQL running but when I go to 
>/etc/bacula I only see this files:
>
> /scripts (empty dir)
> bacula-dir.conf
> bacula-fd.conf 
> bacula-sd.conf
> bconsole.conf

I don’t know about Debian, but at least on Gentoo this has changed since
that HOWTO was written.

For Gentoo, the database setup scripts are now in /usr/libexec/bacula
instead of /etc/bacula.  On Debian it may be /var/lib/bacula but again I
don't know this for certain.

>
>So I can't run the create,make and grant scripts because they 
>don't exists. Any explanation for that? I install Bacula as follow:
>  
> apt-get install bacula bacula-doc bacula-traymonitor
> The following packages will be installed on your system:
>  bacula bacula-client bacula-common bacula-console 
>bacula-director-common bacula-director-sqlite3 bacula-doc bacula-fd
>  bacula-sd bacula-sd-sqlite3 bacula-server bacula-traymonitor 
>mtx sqlite3
>
>Cheers
>Ing. Reynier Pérez Mira  
>
>---
>--
>This SF.net email is sponsored by: Microsoft
>Defy all challenges. Microsoft(R) Visual Studio 2005.
>http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
>___
>Bacula-users mailing list
>Bacula-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/bacula-users


Thank you,
Chris Lee 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] First time with Bacula

2008-01-07 Thread Reynier Perez Mira
> Try this
> http://gentoo-wiki.com/HOWTO_Encrypted_Backup_System_Using_Bac
ula_and_GnuPG

Hi Vladimir:
Before all thanks for your reply, this is amazing but I found my first problem. 
In the step 6 the manual said:

6 Setup Database (assuming you have MySQL installed and working)
 /etc/bacula/create_mysql_database
 /etc/bacula/make_mysql_tables
 /etc/bacula/grant_mysql_privileges

I have MySQL and also PostgreSQL running but when I go to /etc/bacula I only 
see this files:

 /scripts (empty dir)
 bacula-dir.conf
 bacula-fd.conf 
 bacula-sd.conf
 bconsole.conf

So I can't run the create,make and grant scripts because they don't exists. Any 
explanation for that? I install Bacula as follow:
  
 apt-get install bacula bacula-doc bacula-traymonitor
 The following packages will be installed on your system:
  bacula bacula-client bacula-common bacula-console bacula-director-common 
bacula-director-sqlite3 bacula-doc bacula-fd
  bacula-sd bacula-sd-sqlite3 bacula-server bacula-traymonitor mtx sqlite3

Cheers
Ing. Reynier Pérez Mira  

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] First time with Bacula

2008-01-07 Thread Vladimir Doisan
Try this
http://gentoo-wiki.com/HOWTO_Encrypted_Backup_System_Using_Bacula_and_GnuPG
You do not have to configure the GPG encryption as it is depreciated in 
favor of the "native" encryption methods in Bacula. The server/client 
setup is still the same.
Good luck.

Reynier Perez Mira wrote:
> Hi every:
> Doing a intensive research about Automatic Backup Programs for Linux I found 
> Bacula. After establishing some comparisons I decide to use this over others 
> as Sbackup, Backup Manager, BackupPC. I have a Ubuntu 7.10 Server installed 
> and perform a Bacula install via apt. So I do this at first: 
> 
>  apt-get install bacula 
> 
> And I get all installed but I think that not configured yet. So I'm asking 
> what is the next step. I read the manual but I think that this is for expert 
> or medium user not for begginers. Can any help me?
> 
> Cheers and thanks in advance
> Ing. Reynier Pérez Mira 
> 
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
> 


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] First time with Bacula

2008-01-07 Thread Reynier Perez Mira
Hi every:
Doing a intensive research about Automatic Backup Programs for Linux I found 
Bacula. After establishing some comparisons I decide to use this over others as 
Sbackup, Backup Manager, BackupPC. I have a Ubuntu 7.10 Server installed and 
perform a Bacula install via apt. So I do this at first: 

 apt-get install bacula 

And I get all installed but I think that not configured yet. So I'm asking what 
is the next step. I read the manual but I think that this is for expert or 
medium user not for begginers. Can any help me?

Cheers and thanks in advance
Ing. Reynier Pérez Mira 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] IPv6 issues

2008-01-07 Thread Martin Simmons
> On Sat, 05 Jan 2008 14:12:33 -0500, Minkus  said:
> 
> >> One last item ... Has anybody successfully gotten the Win32 FD to
> >> use IPv6?  I used the precompiled version and it gave me an error
> >> similar to:
> >>
> >> got token 'ipv6' expecting [ip|ipv4]
> >>
> >> I received this error when I tried to force it to listen on IPv6 by
> >> putting the following in the FD config:
> >>
> >> FDAddresses {
> >>ipv6 = { addr = ; port=9102; }
> >> }
> >>
> >> I then though that maybe ipv6 was not built into the precompiled
> >> version, so I compiled it myself and I received the same error.  I
> >> read in the archives a response from Kern stating that IPv6 should
> >> be supported in Win32 but according to the error that I am getting
> >> it doesn't even look like ipv6 is valid for win32.
> >
> > The error means that IPV6 was not detected at compile-time.  You'll need to
> > check the config.log to find out why.
> >
> > __Martin
> 
> 
> 
> I get this error only with the WIN32 versions.  The version that I
> compiled myself and the precompiled version both give the same
> error.  I know that IPv6 is detected at compile time because I can
> use the same source tree to compile a GNU/Linux version that works
> with IPv6.  My query here is does the Win32 version support IPv6 at all.

Ah, I see now.  I think the Win32 build uses a fixed configuration
(e.g. mingwconfig.h), not configure.  That configuration does not include
HAVE_IPV6, probably because that option was added later.

__Martin

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] New Infrastructure Implementation

2008-01-07 Thread Alan Brown
On Fri, 4 Jan 2008, Dan Langille wrote:

> I propose this new paragaraph at the top of the page:
>
> ###
> Yes, Bacula supports your tape drive.  Bacula does not directly access
> hardware.  If the tape drive is accessible from your operating system,
> then it should just work with Bacula.  If you can access your tape drive
> from the command line, then so can Bacula.
> ###

With caveats regarding USB and IDE tape drives, given past problems that 
have cropped up with these under high load.

ie: Test it first.

Has anyone tested Bacula against wierd stuff like Colorado drives?


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Spooling vs Migration

2008-01-07 Thread Weber, Philip
Smaller jobs might help, but I would like to keep the simplicity of just
being able to throw a new client at Bacula and know that it is getting
backed up, without having to delve too deep (initially) into what
filesystems are on that client.

Thanks all for the feedback.

regards, Phil 


Phil Weber MBCS 
Storage Technical Services - Senior UNIX Technologist
Business Technology

Phone: 01384 26 4136
Mobile: 07748 333503
Jabber: [EMAIL PROTECTED]

Egg Banking plc

-Original Message-


One thing that came to mind: smaller jobs

Just in case it helps.

-- 
Dan Langille

BSDCan - The Technical BSD Conference : http://www.bsdcan.org/
PGCon  - The PostgreSQL Conference: http://www.pgcon.org/


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users
-
Egg is a trading name of the Egg group of companies which includes:
Egg Financial Intermediation Ltd (reg no 3828289) and Egg Banking
plc (reg no 2999842). Egg Banking plc and Egg Financial
Intermediation Ltd are authorised and regulated by the Financial
Services Authority (FSA) and are entered in the FSA register under
numbers 205621 and 309551 respectively. These members of the Egg
group are registered in England and Wales. Registered office:
Citigroup Centre, Canada Square, London E14 5LB.

This e-mail is confidential and for use by the addressee only. If
you are not the intended recipient of this e-mail and have received
it in error, please return the message to the sender by replying to
it and then delete it from your mailbox. Internet e-mails are not
necessarily secure. The Egg group of companies do not accept
responsibility for changes made to this message after it was sent.

Whilst all reasonable care has been taken to avoid the transmission
of viruses, it is the responsibility of the recipient to ensure
that the onward transmission, opening or use of this message and
any attachments will not adversely affect its systems or data. No
responsibility is accepted by the Egg group of companies in this
regard and the recipient should carry out such virus and other
checks as it considers appropriate. 

This communication does not create or modify any contract.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] How does bacula calculate the backup rate value?

2008-01-07 Thread Ralf Gross
Hi,

debian etch, amd64, postgres 8.1, bacula 2.2.7

I'm a bit confused by rate numbers I get for some backup jobs. In the example
below, I get ~24 MB/s if I calculate the backup rate by myself (10h 57m + 943
GB). The rate in bacula's jobs output is just 894 KB/s.

Is this rate value something different than I think? I couldn't find anything
about the job output in the manual (in general it's obvious what the values are
about).

06-Jan 23:34 VU0EM005-sd JobId 1116: Despooling elapsed time = 02:20:26, 
Transfer rate = 53.52 M bytes/second
[...]
07-Jan 04:49 VU0EM005-sd JobId 1116: Despooling elapsed time = 02:16:26, 
Transfer rate = 55.09 M bytes/second
[...]
07-Jan 05:15 VU0EM005-sd JobId 1116: Job write elapsed time = 10:30:53, 
Transfer rate = 24.92 M bytes/second

  Build OS:   x86_64-unknown-linux-gnu debian 4.0
  [...]
  Pool:   "Full" (From Job resource)
  Storage:"NEC-T40A" (From Job resource)
  Scheduled time: 06-Jan-2008 16:18:45
  Start time: 06-Jan-2008 18:40:15
  End time:   07-Jan-2008 05:38:04
  Elapsed time:   10 hours 57 mins 49 secs
  Priority:   10
  FD Files Written:   1,948,915
  SD Files Written:   1,948,915
  FD Bytes Written:   943,074,689,719 (943.0 GB)
  SD Bytes Written:   943,505,030,952 (943.5 GB)
  Rate:   894.1 KB/s
  Software Compression:   None
  VSS:no
  Encryption: no
  Volume name(s): 06D145L3|06D144L3|06D146L3
  Volume Session Id:  20
  Volume Session Time:1199362053
  Last Volume Bytes:  302,780,749,824 (302.7 GB)
  Non-fatal FD errors:0
  SD Errors:  0
  FD termination status:  OK
  SD termination status:  OK
  Termination:Backup OK



Ralf

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users