--- [EMAIL PROTECTED] wrote:
> I recently ran a backup job that spanned 4 tapes
> (DLT-IV) and since this is one of the first backups
> on
> this system (x86_64) I renamed the source directory
> and tried to do a complete restore to verify that my
> data is safe. When I ran the restore the job st
Aren't the AutoPrune and VolumeRentention fields written to the volume when
it is labelled? I seem to remember something in the manual about having to
update your volumes if you change certain attributes regarding
Pruning/Recycling/Retention.
Thanks,
Chris
> -Original Message-
> From:
Hi Chris,
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Chris Wright
> Sent: Wednesday, 03 August, 2005 13:33
> To: bacula-users@lists.sourceforge.net;
> [EMAIL PROTECTED]
> Subject: [Bacula-devel] Issue unloading drive in changer
>
> Hopeful
On Wed, 2005-08-03 at 23:11 +0200, Kern Sibbald wrote:
>
> Unless I am missing something, there is no such thing as a nonblocking
> unloading of a drive.
Update slots currently umounts and unloads the drive in order to scan
the barcode. Doing an update slots will not prevent the next backup
fro
On Wednesday 03 August 2005 23:02, Sherwood McGowan wrote:
> no recent changes other than putting doublequotes around the Wilddir
> statement as previously mentioned, still using same bacula version (1.36.3)
>
> Getting the following from my CentOS 4 system (uses latest MySQL release
> 4.12)
> Usin
On Wednesday 03 August 2005 21:55, Jesse Keating wrote:
> On Sat, 2005-07-30 at 09:32 +0200, Kern Sibbald wrote:
> > Try the "release" command. It was designed to release the drive but not
> > to block it as the "unmount" command does. You may need to explicitly do
> > an "unload" of the drive us
On Wed, 2005-08-03 at 13:15 -0700, Jesse Keating wrote:
> Hrm, release doesn't close the /dev/nst0 device either. update slots
> leaves the device as closed or non-existent. Will this pose a problem
> if I unload the tape out from under bacula-sd while the device is open?
> Testing here..
>
Whe
no recent changes
other than putting doublequotes around the Wilddir statement as previously
mentioned, still using same bacula version (1.36.3)
Getting the
following from my CentOS 4 system (uses latest MySQL release
4.12)
Using host libthread_db library
"/lib/libthread_db.so.1".
0x0017
On Wed, 2005-08-03 at 12:55 -0700, Jesse Keating wrote:
>
> So release does not unload the drive, so I would have to pair that with
> an mtx call to unload. This I'd rather not do, but I suppose I should.
Hrm, release doesn't close the /dev/nst0 device either. update slots
leaves the device as
On Sat, 2005-07-30 at 09:32 +0200, Kern Sibbald wrote:
>
> Try the "release" command. It was designed to release the drive but not to
> block it as the "unmount" command does. You may need to explicitly do an
> "unload" of the drive using mtx directly. If that is the case, it might be
> an i
On Wednesday 03 August 2005 21:44, Sherwood McGowan wrote:
> i've tried to build a fileset that excludes directories based on wild card,
> but I don't believe it's working. Tried looking in the manual again, but as
> far as I see it's correct.
>
> Bacula Version: 1.36.3
>
> FileSet setting:
>
> Fil
i've tried to build
a fileset that excludes directories based on wild card, but I don't believe it's
working. Tried looking in the manual again, but as far as I see it's
correct.
Bacula Version:
1.36.3
FileSet
setting:
FileSet
{ Name = "Voicemail Greetings" Include
{ Options {
I do not have a firewall running on either system at this time, and am
able to connect to each system by ssh.
I mentioned before that these were software test boxes before we made
any drastic changes to the production machines. Well one of the tests
we were running, just borked up the RH box. On t
On Wednesday 03 August 2005 01:47 pm, Stack Stack wrote:
> Once I saw that it worked on one system(Debian), I made sure that it
> was implemented on the other (Red Hat).
>
> I am going to attempt a client install on another system. Hopefully
> this will point out which box is having the problem.
>
Once I saw that it worked on one system(Debian), I made sure that it
was implemented on the other (Red Hat).
I am going to attempt a client install on another system. Hopefully
this will point out which box is having the problem.
Thanks for the suggestion,
~Stack~
On 8/3/05, Mike Reinehr <[EMAIL
On Wednesday 03 August 2005 17:03, Phil Stracchino wrote:
> Samuel Olampi wrote:
> > Thanks for your answer, Phil
> >
> > Phil Stracchino wrote:
> >>> 1) can Bacula do one part of the backup on tape (lev.0 + lev.1)
> >>> and the other on disks (lev.2) or do all the jobs need to be run on the
> >>>
On Wednesday 03 August 2005 11:42 am, Stack Stack wrote:
> Thanks, That at least fixed the problem on the Debian box. However,
> still the same error on the Red Hat box. I reinstalled the fd client
> on the Red Hat box. I also went through every bacula file that I could
> find on both boxes, and ve
I would think a pool specified on a Schedule resource's Run line should
override the pool specified in the Job resource. The problem is that
only Pool= can be specified as a Run option. So when a Run line
specifies a pool and the job level is upgraded to full from differential
or incremental, t
Thanks, That at least fixed the problem on the Debian box. However,
still the same error on the Red Hat box. I reinstalled the fd client
on the Red Hat box. I also went through every bacula file that I could
find on both boxes, and verified that the password was set properly.
Still the same error
Samuel Olampi wrote:
> Thanks for your answer, Phil
>
> Phil Stracchino wrote:
>
>>> 1) can Bacula do one part of the backup on tape (lev.0 + lev.1)
>>> and the other on disks (lev.2) or do all the jobs need to be run on the
>>> same storage device ?
>>
>>
>>
>> This is fine.
>
>
> Can you expl
On Wednesday 03 August 2005 00:32, Kern Sibbald wrote:
> On Wednesday 03 August 2005 01:09, George R. Kasica wrote:
> > Well, I've partially solved my own problem but don't know how to get
> > Bacula to do it automatically.
> >
> > The working sequence of load and eject is as follows:
> >
> > mtx -
George R. Kasica wrote:
>>George R. Kasica wrote:
>>Hmmm...OK, I'll pass this on to the list and see what I get. I have
>>seen something on the web about needing to do an mt -f /dev/nst0
>>offline before trying an unload, but since the device is erroring out
>>to mt I'll have to work on that more w
I recently ran a backup job that spanned 4 tapes
(DLT-IV) and since this is one of the first backups on
this system (x86_64) I renamed the source directory
and tried to do a complete restore to verify that my
data is safe. When I ran the restore the job stopped
at the end of the first tape stating
I've been setting up the bacula backup system to back up data within
our office. I have it up and working with two servers and one work
station so far.
For the time being, we are just using file storage on one of the
servers. Not ideal but it will hold us over until we can implement a
tape device.
Kern Sibbald wrote:
> On Wednesday 03 August 2005 14:18, Russell Howe wrote:
>
>>Should it be possible (via 'AutoPrune = no' options in all the right
>>places, together with 'Prune {Job,Volume,File}s = no') to stop "status
>>director" from doing a prune operation when it lists which tapes it
>>thi
On Wednesday 03 August 2005 14:31, [EMAIL PROTECTED] wrote:
> Hi,
>
> I already have bacula installed on a two machine system and am very pleased
> with it's operation and performance - great job!
>
> I'd like to use it in different installation where the director and storage
> daemons reside on di
On Wednesday 03 August 2005 14:18, Russell Howe wrote:
> Should it be possible (via 'AutoPrune = no' options in all the right
> places, together with 'Prune {Job,Volume,File}s = no') to stop "status
> director" from doing a prune operation when it lists which tapes it
> thinks it will need for upco
Hi,
I already have
bacula installed on a two machine system and am very pleased with it's
operation and performance - great job!
I'd like to use it
in different installation where the director and storage daemons
reside on different machines.
I'm using Redhat
Enterpise Linux AS 2.1 and 3 (
Should it be possible (via 'AutoPrune = no' options in all the right
places, together with 'Prune {Job,Volume,File}s = no') to stop "status
director" from doing a prune operation when it lists which tapes it
thinks it will need for upcoming jobs?
I've tried to disable automatic pruning, but it sti
On Wednesday 03 August 2005 11:51, Samuel Olampi wrote:
> I don't know if someone has already posted this but
> I recently found that the mtx-changer script was
> failing on my Solaris 10 machines because of the
> seq command in line 45 not included in the Solaris 10
> base system.
> The workaround
On Monday 01 August 2005 12:30, Alan Brown wrote:
> On Mon, 1 Aug 2005, Georg Lutz wrote:
> > I think for most sites it's a major issue to know in advance what tapes
> > bacula wants to use next in a particular pool.
>
> AMEN!
This is also something I would like to see. Sooo, an RFC sent to the
On Monday 01 August 2005 12:26, Alan Brown wrote:
> On Fri, 29 Jul 2005, Jesse Keating wrote:
> > SO really, all I need to do after marking the tape as full is issue a
> > update slots command. Easy sleasy. Of course if Kern ever changes how
> > this works I may be in trouble as this is not the e
Hi list,
I'm happily using bacula 1.36.2 on a Debian sarge machine.
The backup/restore was running great for weeks on a clone machine. Recently I
changed to a HP server with the same Ultrium streamer.
Again the backup is running great, but when I try to restore it
appears to go okay but there aren
Hello:
I'm still working on getting Bacula running here and have it working
well with 2 of 3 tape drives (A Pair of HP DD3 Autochangers C1553A)
however I'm having something of a problem with the 3rd device, an
Exabyte EZ-17 unit.
I can perform the btape test and auto perfectly, however I get in
t
>On Tue, 02 Aug 2005 13:20:13 -0500, you wrote:
>Hello:
>
>I'm still working on getting Bacula running here and have it working
>well with 2 of 3 tape drives (A Pair of HP DD3 Autochangers C1553A)
>however I'm having something of a problem with the 3rd device, an
>Exabyte EZ-17 unit.
>
>I can perf
On Aug 2, 2005, at 9:00 AM, Stack Stack wrote:
Hello everyone,
I am attempting to build Bacula on a Debian system. I am very much new
at Bacula, I have been reading the tutorials past several days, and
right now I am just doing testing on a secondary box before I mess
with the primary. So if I
On Tue, 2 Aug 2005, Georg Lutz wrote:
1. We life in a part of Germany where there are (fourtunately ? ;-)) a
lot of holidays.
We moved our main backup and tape change days to mid-week to deal with
this problem
AB
---
SF.Net email i
On Tue, 2 Aug 2005, Kern Sibbald wrote:
By the way, you all might be interested to know that Microsoft has filed a
patent application for what are essentially smilies :-) ;-) :-( ... The
patent is on converting them to graphics. If it passes, my program Kmail
would be in violation of their p
On Mon, 1 Aug 2005, Ferdinando Pasqualetti wrote:
I think you should recreate an empty database (using the scripts in
/etc/bacula) and the bscan on all your backups tha should reconstruct your
jobs.
Once the database is reconstructed you should be able to restore the last
database backup
On Mon, 1 Aug 2005, Georg Lutz wrote:
I think for most sites it's a major issue to know in advance what tapes
bacula wants to use next in a particular pool.
AMEN!
I've been trying to build my pools out so there are always enough purged
tapes to just fill the magazines, but it's time consumin
On Fri, 29 Jul 2005, Jesse Keating wrote:
SO really, all I need to do after marking the tape as full is issue a
update slots command. Easy sleasy. Of course if Kern ever changes how
this works I may be in trouble as this is not the expected use of update
slots (:
It pays to issue "mount" com
On Fri, 29 Jul 2005, Jesse Keating wrote:
On Fri, 2005-07-29 at 21:49 +0100, Martin Simmons wrote:
Oh, I thought the blockage and mount command is per storage device,
not per
tape.
It does block the storage device. It prevents the storage device from
automounting the next usable tape. I hav
Hi,
I have installed Bacula 1.36.2 on Debian Sarge dealing with an LTO2 drive.
I have 7 Jobs to run each night and I ant to change the tape after each
full backup that occurs each night.
I use this option in order to mark the tape as "Used" when the backup is
finished :
Maximum Volume Jobs = 7
I don't know if someone has already posted this but
I recently found that the mtx-changer script was
failing on my Solaris 10 machines because of the
seq command in line 45 not included in the Solaris 10
base system.
The workaround is quite easy and goes like this :
wait_for_drive() {
# for i in
On Wednesday 03 August 2005 09:15, Daniel Holtkamp wrote:
> Hi !
>
> Now i`m on the list too, thanks for the nice explanation about the
> atimes & tmpwatch ;)
>
> Kern Sibbald wrote:
> > Yes, Bacula modifies atime for all files that it backs up. However,
> > there is an option "keepatime = yes", w
On Wednesday 03 August 2005 01:09, George R. Kasica wrote:
> >On Tue, 02 Aug 2005 13:20:13 -0500, you wrote:
> >
> >Hello:
> >
> >I'm still working on getting Bacula running here and have it working
> >well with 2 of 3 tape drives (A Pair of HP DD3 Autochangers C1553A)
> >however I'm having somethi
On Wednesday 03 August 2005 00:20, Arno Lehmann wrote:
> Hello,
>
> Kern Sibbald wrote:
> > Hello,
> >
> > From time to time, I've heard some complaints about the way Bacula
> > selects pools, but it has never been specific enough for me to do
> > something. Now, I have an example where I have def
Martin Simmons wrote:
>>On Tue, 2 Aug 2005 13:43:16 +0200, Kern Sibbald <[EMAIL PROTECTED]> said:
>
>
> Kern> On Tuesday 02 August 2005 13:16, Martin Simmons wrote:
> >> > On Tue, 02 Aug 2005 10:37:20 +0200, Rico <[EMAIL PROTECTED]>
> >> > said:
> >>
> Rico> it failed again
Hi list,
I'm happily using bacula 1.36.2 on a Debian sarge machine.
The backup/restore was running great for weeks on a clone machine.
Recently I
changed to a HP server with the same Ultrium streamer.
Again the backup is running great, but when I try to restore it
appears to go okay but there aren
Stack Stack wrote:
Hey Guys,
Well I have Bacula running on my Debian box now. I have been toying
with it for a few hours, and have figured out a lot. I got different
folders, files, and drives being backed up. So I decided to test out
adding another box.
I am attempting to add a Red Hat 9 box.
On Tue, 2005-08-02 at 11:47 +0200, Kern Sibbald wrote:
> Version 1.34.4 is pretty old, and there were some seg faults in btape when
> attempting two volume fill tests in btape. I'd recommend that you move up to
> version 1.36.3 at the least, and since you are just starting to setup Bacula,
> yo
Hi !
Now i`m on the list too, thanks for the nice explanation about the
atimes & tmpwatch ;)
Kern Sibbald wrote:
Yes, Bacula modifies atime for all files that it backs up. However, there is
an option "keepatime = yes", which will cause Bacula to reset the atime on
files that it backs up. H
52 matches
Mail list logo