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
> WildFil
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
-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, an
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/*.*"
> 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;
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: Bacul
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
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 be
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-e
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
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 p
> 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 = "43e24b9d73f76b6a6
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
>
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 <[EMA
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
:
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.
> ;)
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
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 ---
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,
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
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
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?
/\/\/\/\/
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
> brin
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
pe
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:
>
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
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-
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
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"
PidDi
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 t
> > 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 di
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
-
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 s
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
> 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 = "Cv70F6pf1t6pBopT4vQ
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
Configur
-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 ser
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 {
...
}
A
-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
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 PROT
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
-
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:
>
>
-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, i
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
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
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 ca
> 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
---
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 an
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 t
> 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-sql
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 bacul
>-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-wi
> 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/crea
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 ev
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 fi
> 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 wh
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
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 Webe
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 diff
59 matches
Mail list logo