Hi,
I've tried bacula and it works quite well at the moment. Now, thinking of
making it working in a production environment, I'm not sure I'm doing it
right.
My goal is to backup about 30 virtual servers, some of them running several
(mostly web) services. I'm backing up on disk.
The backup stru
Hi Kern!
On Sun, Apr 15, 2007 at 11:24:58AM +0200, Kern Sibbald wrote:
> This email is a *BIG* urgent warning that unless the Bacula Solaris and
> FreeBSD users pull together and organize regression testing, you may find
> that version 2.2.x will not work on your platform, and it may be difficu
Daniel, here's my bacula-sd.conf file which works fine with my Quantum
Superloader3 with a single LTO-3 drive:
#
# Bacula Storage Daemon Configuration file
#
# For Bacula release 1.38.11 (28 June 2006) -- redhat
#
Storage { # definition of myself
Name = nts-sd
SD
I have a Dell PowerVault 124T (LTO3) autochanger that I'm having trouble
connecting to Bacula. I've worked half-way through the default scripts for
installation, and now I want to do the btape tests, but I'm running into
errors on both the changer and the tape drive itself. I'm running Bacula
2.0.3
Has anyone got any other ideas about this one? I have searched for
the error message returned by the bacula-dir start script, and found
many cases all with different causes. Is there any way to get more
specific error information, making the director start up in debug or
verbose mode? A log file
Oh, wait! after that error, it left me running btape I'm going to
continue with my testing suite.
Thanks for the help!
-dP
_
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Petcher,
Daniel
Sent: Friday, April 27, 2007 4:22 PM
To: John Drescher; bacula-users@lists.so
Petcher, Daniel wrote:
After editing my bacula-*.conf files, I get this same error:
[EMAIL PROTECTED]:~/bacula/bin# ./btape -c bacula-sd.conf /dev/st0
Tape block granularity is 1024 bytes.
btape: butil.c:286 Using device: "/dev/st0" for writing.
27-Apr 16:20 btape: 3301 Issuing autochanger "loa
After editing my bacula-*.conf files, I get this same error:
[EMAIL PROTECTED]:~/bacula/bin# ./btape -c bacula-sd.conf /dev/st0
Tape block granularity is 1024 bytes.
btape: butil.c:286 Using device: "/dev/st0" for writing.
27-Apr 16:20 btape: 3301 Issuing autochanger "loaded? drive 0" command.
27-
This command gives an immediate response
[EMAIL PROTECTED]:~# mt -f /dev/st0 stat
SCSI 2 tape drive:
File number=-1, block number=-1, partition=0.
Tape block size 0 bytes. Density code 0x0 (default).
Soft error count since last status=0
General status bits on (5):
DR_OPEN IM_REP_EN
-dP
> That sounds reasonable. Let me probe around to find which device number the
> tape responds to. It appears on different numbers because I have a huge
> removable SCSI volume that enumerates earlier than the tape drive and
> changer in the /dev/sg(x) list if it happens to be mounted today. If I le
That sounds reasonable. Let me probe around to find which device number the
tape responds to. It appears on different numbers because I have a huge
removable SCSI volume that enumerates earlier than the tape drive and
changer in the /dev/sg(x) list if it happens to be mounted today. If I left
it mo
When you want to access the autochanger, you talk to /dev/sg3. When you
want to talk to the tape drive (as in using btape) you want to pass it
the drive device, ie: /dev/nst0.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
--
I have a Dell PowerVault 124T (LTO3) autochanger that I'm having trouble
connecting to Bacula. I've worked half-way through the default scripts for
installation, and now I want to do the btape tests, but I'm running into
errors on both the changer and the tape drive itself. I'm running Bacula
2.0.3
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sounds right to me... like I said, I did nothing special, but
- --with-client-only (or --enable-client-only, read the configure help as
I don't remember the flag name) is surely what I did since I did not
build a director on that machine.
Should work
Hi.
It would be nice to know the procedures you used to compile HP-UX. I am in
the same situation. I have installed gcc with success. Now, do I get the
src and do a ./configure --with client-only? I am a newbie with bacula and
HP.
TIA
Mike
Ryan Novosielski wrote:
>
> Just built it myself
Luca Ferrari wrote:
> On Tuesday 24 April 2007 Darien Hager's cat, walking on the keyboard, wrote:
>
>> Maximum Volume Jobs = 1
>>
>
>
> Even with a pool for each job and the above directive in the pool I got a
> strange behaviour:
>
> 27-apr 15:22 backup-sd: Volume "DB diff generatio
Jean-François Leroux wrote:
> Hi, I've read in the documentation that you could rename the volumes
> via a
> python script. Anyway, I can't find any example of doing this.
> I know from the docs how to add a prefix, like "Client1-" but how can
> I add
> for example the backup date instead of 000
Hello people,
Somebody knows a tool or solution to provide a bacula front-end, where a
user (not an IT user) can start a job manually. I think the bconsole and
wxconsole will be a little complicated to a final user. This solution
must be running on Windows.
Thanks for any help!
Sandro Mendes
I confirm you just have to do "unmount" in bconsole and exit to do "mt"
commands
But it will be great if we can unlabel & eject directly in bconsole (after
umount command)
Franck
2007/4/27, Arno Lehmann <[EMAIL PROTECTED]>:
> This forces you to use "mt -f
> rewind; mt -f weof" from the cons
On Tuesday 24 April 2007 Darien Hager's cat, walking on the keyboard, wrote:
> Maximum Volume Jobs = 1
Even with a pool for each job and the above directive in the pool I got a
strange behaviour:
27-apr 15:22 backup-sd: Volume "mammuth_uff_b_job-2007-04-26" previously
written, moving to
On Fri, Apr 27, 2007 at 10:03:23AM +0300, Silver Salonen wrote:
> Hi.
>
> Am I wrong if I say that one FD can't communicate with multiple SDs with
> different TLS certificates?
>
> As I've understood, there can be only one TLS-configuration for SD (in the
> Storage{} resource). For communicatin
On Friday 27 April 2007 02:14, Ozgur C. Demir wrote:
> Hello Kern,
>
> First of all, thank you for you developed a great software.
Thanks.
> I wouldn't
> directly send you this email but i couldn't find the answer of
> following question in the FAQ, so please forgive me.
I've copied the list i
Hi, I've read in the documentation that you could rename the volumes via a
python script. Anyway, I can't find any example of doing this.
I know from the docs how to add a prefix, like "Client1-" but how can I add
for example the backup date instead of 1 ?
Thanks for any tip :)
-
Hi,
On 4/27/2007 9:42 AM, Georg Weiß wrote:
> Item: Add a "remove label" (or "initialize tape") command to bacula.
>
> Origin: Georg Weiss -
>
> Date: 27 April 2007
>
> Status: NEW
>
> What: Please consider adding a "remove label" command to bacula. This
> should enable the reuse of
Item: Add a "remove label" (or "initialize tape") command to bacula.
Origin: Georg Weiss -
Date: 27 April 2007
Status: NEW
What: Please consider adding a "remove label" command to bacula. This
should enable the reuse of "bacula" tapes which are not in the
database for som
Hi.
Am I wrong if I say that one FD can't communicate with multiple SDs with
different TLS certificates?
As I've understood, there can be only one TLS-configuration for SD (in the
Storage{} resource). For communicating with SD, FD uses TLS configuration
from its Client{} resource, and there ca
26 matches
Mail list logo