I change my tape library volumes every friday, so I have an Admin Job that
do an "update slots" every friday night. It is working fine for me.
Regards,
Ana
On Mon, Oct 20, 2014 at 7:14 AM, Martin Simmons
wrote:
> > On Sat, 18 Oct 2014 20:05:34 +0200, Giuseppe Vitillaro said:
> >
> > On Satu
> On Sat, 18 Oct 2014 20:05:34 +0200, Giuseppe Vitillaro said:
>
> On Saturday 18 October 2014 11:01:28 Ana EmÍlia M. Arruda wrote:
> > Just a comment here. Since you have "volume use duration = 7 days" and your
> > volume was used until 12:58 next day, I'm quite sure (don't know how is
> > yo
Hi Giuseppe,
I think there is a misunderstanding here. You are talking about two
different jobs. From your first post, you talked about the
Job=Fs02Home.2014-10-13_21.00.00_33
and this last post you are talking about Job=MccwHome.2014-10-13_21.00.
00_34.
13-Oct 21:00 bl13-dir JobId 1761: Start Ba
On Saturday 18 October 2014 11:01:28 Ana Emília M. Arruda wrote:
> Just a comment here. Since you have "volume use duration = 7 days" and your
> volume was used until 12:58 next day, I'm quite sure (don't know how is
> your schedule configured) that this volume will be available (append) for
> use
Just a comment here. Since you have "volume use duration = 7 days" and your
volume was used until 12:58 next day, I'm quite sure (don't know how is
your schedule configured) that this volume will be available (append) for
use in the next week by your backup jobs. Because of your "volume use
duratio
Yes, the default for "purge oldest volume" is no.
So you have just two volumes in this pool. As Kern said "Yes, there can be
typically a few seconds delay between when a volume is chosen for use and
when it expires." and this could be the issue you are facing.
Maybe another thing additionally Jos
On Friday 17 October 2014 09:11:54 Josh Fisher wrote:
>Generally, schedules are starting jobs at the same time of day. It follows
>that the time period between successive runs will tend to be very nearly an
>integer number of days. If the use duration is also an integer number of days,
>then it
On Friday 17 October 2014 21:41:49 Ana Emília M. Arruda wrote:
> Hi Giuseppe,
>
> Yes, this could happen if bacula couldn't find a reciclable volume and you
> have the "purge oldest volume = yes" directive configured and this is, for
> Bacula, the oldest volume. The purge oldest volume doesn't res
> Consider how Bacula treats the case where "maximum volume jobs = 1". The job
> starts to run and selects a volume marked "append", possibly first recycling
> a volume if no available "append" volumes are empty. It then marks the volume
> as "used" so that no other jobs will try to select it. A
Hi Giuseppe,
Yes, this could happen if bacula couldn't find a reciclable volume and you
have the "purge oldest volume = yes" directive configured and this is, for
Bacula, the oldest volume. The purge oldest volume doesn't respect the
volume retention period.
Best regards,
Ana
On Fri, Oct 17, 201
On 10/17/2014 12:29 PM, Giuseppe
Vitillaro wrote:
On Friday 17 October 2014 12:05:35 Ana Emília
M. Arruda wrote:
> Hi Giuseppe,
>
> I would like to append some comments
here about your "volume use duration"
> co
On Friday 17 October 2014 12:05:35 Ana Emília M. Arruda wrote:
> Hi Giuseppe,
>
> I would like to append some comments here about your "volume use duration"
> configuration. As the directive name says, this is used to leave the volume
> available for Bacula "during" your backup jobs (at least the
Hi Giuseppe,
I would like to append some comments here about your "volume use duration"
configuration. As the directive name says, this is used to leave the volume
available for Bacula "during" your backup jobs (at least the ones you want
the data goes to that volume). Maybe you are having volume
On 10/17/2014 7:05 AM, Kern Sibbald
wrote:
Hello,
I have not seen your original post so I respond only to comments
you mention below without understanding the full issue. Yes,
there can be typically a few seconds delay betwee
All the messages that you show below seem to be very consistent with the
way that Bacula does/did pruning in version 5.2.x. To know exactly why
it chose to recycle a particular volume, you would have to look in
detail at the Volume information just before it was recycled. During
the pruning p
Hello,
I have not seen your original post so I respond only to comments you
mention below without understanding the full issue. Yes, there can be
typically a few seconds delay between when a volume is chosen for use
and when it expires. The use duration is only checked when the volume
is fi
Apologies for appending to my own post, but I found
another occurence of the same pattern, I didn't notice,
in another job of some months ago, again attached to
this message. The same volumes are involved, and these,
for what I can see from my logs, are the only occurences
of the pattern.
It look
Adding the line:
Autochanger = yes
to my storage definition in my bacula-dir.conf file did indeed solve the issue.
Bacula is now considering volumes only from the ones that are listed as
“InChanger”. Thanks for the pointer.
Cheers!
-Joe
On Aug 6, 2014, at 6:52 AM, Martin Simmons wrote:
>>
Hello Martin,
Bacula never checks the Media Type vs what is in the label.
The problem for users who have not understood the importance of making
the Media Types unique will be to modify their catalog database. Before
making this change, I will provide some reasonable solution.
Best regards,
Ker
Kern:
Thanks for the pointers. I absolutely understand why can’t provider support,
and I appreciate any help you can give.
Unfortunately, I’m not sure the MediaType is my answer. I do have two
auto-changers configured. (One’s for local backups, one if for off-site
backups.) Each auto-chan
> On Wed, 6 Aug 2014 06:52:06 +, Gael Guilmin said:
>
> Here is my Storage definition in bacula-dir.conf:
> Storage {
> Name = Autochanger
> Address = 192.168.27.7 # name or IP address of the server that hosts the
> daemon storage
> SDPort = 9103
> Password = ""
> Device = "Autochanger" #
> On Wed, 06 Aug 2014 07:41:59 +0200, Kern Sibbald said:
>
> In the next Bacula version, I will probably modify the SD and
> possibly the Dir to require unique MediaTypes, then this problem
> will be resolved.
I hope that forcing users to change the configured MediaType won't cause a
problem
ot in the autochanger,
beside the fact that there are a lot of usable tapes in it that are in the
Scratch pool…
Thanks for your help,
Gael Guilmin
From: Kern Sibbald [mailto:k...@sibbald.com]
Sent: Wednesday, August 06, 2014 7:42 AM
To: Joe Rhodes; bacula-users@lists.sourceforge.net
Subject
Hello,
Probably 95% of all such problems are due to configurations where
the MediaType is not properly set.
- If you are using any form of autochanger, each autochanger must
have a *unique* MediaType.
- Each Device configuration in the
I’m also running into this issue.
In my case, I’ve setup a disk-based auto-changer (vchanger) with two pools:
Full and Weekly. Each pool has multiple drives with 8 volumes on each drive.
The script that mounts the disk also issues an “update slots” command in
bconsole, and I can verify tha
On 04/28/2014 03:17 PM, hals wrote:
> Hello,
>
> I want to recycling and auto-relabeling a used volume.
> For example :
> - first backup, the volume label is Full_Repository_2014-04-28_11h20m
> - second backup, the same volume is used and the label will be
> Full_Repository_2014-04-29_11h20m
>
> B
> On Mon, 06 Feb 2012 15:13:30 -0300, Diego Rubert said:
>
> Em 06-02-2012 14:12, Martin Simmons escreveu:
> >> On Fri, 03 Feb 2012 18:43:51 -0300, Diego Rubert said:
> >> Hello!
> >>
> >> I've some problems with bacula 5.2.5 (maybe< 5.2.5) Volume
> >> Retention It looks bacula is rec
Em 06-02-2012 14:12, Martin Simmons escreveu:
>> On Fri, 03 Feb 2012 18:43:51 -0300, Diego Rubert said:
>> Hello!
>>
>> I've some problems with bacula 5.2.5 (maybe< 5.2.5) Volume
>> Retention It looks bacula is recycling volumes when no one is left,
>> even before volume retention period e
> On Fri, 03 Feb 2012 18:43:51 -0300, Diego Rubert said:
>
> Hello!
>
> I've some problems with bacula 5.2.5 (maybe < 5.2.5) Volume
> Retention It looks bacula is recycling volumes when no one is left,
> even before volume retention period expires Although bacula purged
> all jobs
Em 03-02-2012 20:35, John Drescher escreveu:
> On Fri, Feb 3, 2012 at 4:43 PM, Diego Rubert wrote:
>> Hello!
>>
>> I've some problems with bacula 5.2.5 (maybe< 5.2.5) Volume
>> Retention It looks bacula is recycling volumes when no one is left,
>> even before volume retention period expires..
On Fri, Feb 3, 2012 at 4:43 PM, Diego Rubert wrote:
> Hello!
>
> I've some problems with bacula 5.2.5 (maybe < 5.2.5) Volume
> Retention It looks bacula is recycling volumes when no one is left,
> even before volume retention period expires Although bacula purged
> all jobs and files from
Hi Bruno.
Nope, i don't use this option. My bacula version is 5.0.3.
Is ActionOnPurge=Truncate the default behavior ? i have no override
on this, so if it's default, it could be that.
I have several tape that are waiting for rotation because of the "bad
label" tape blocking issue, but the o
On 12/06/2011 11:35 AM, David Vandergucht wrote:
> Hi there.
>
> I have a very cool Bacula installation on gentoo, backuping on a dell
> PV 124T with LTO5 tape.
> Everything works ok... almost.
>
> I have no problem backuping and restoring over several volume.
>
> However i get trouble when co
Hello Cleuson.
What exactly is your problem, I mean, why would you need to restore some
Incremental backup but not all? Maybe by understanding your problem we can
help you.
Anyway, you can restore only specific JobID's using restore in bconsole,
maybe you can pass the jobid's of the Incremental B
have you update your volume?
isn't enough to make changes in the config file, use update volume
command from bconsole
ciao
Mauro
--
vRanger cuts backup time in half-while increasing security.
With the market-leading solut
> Good afternoon everyone, I'm new to this list, but I need help.
> if I set a pool in this way the label format will keep the name and recycle
> automatically changing only the date and year, and need not create it again?
> The seventh volume in the incremental backup will be recycled as they are
2010/9/29 Albin Vega :
> Hello
>
> I have now set up my first couple of backup jobs, both local and over
> internet and it seems to bee working fine!! Quite happy about this since its
> my first time using Bacula! However I have a couple of questions about
> version control an recycling of volumes.
On Mon, Aug 2, 2010 at 5:41 PM, John Drescher wrote:
> On Mon, Aug 2, 2010 at 5:33 PM, Jeremiah D. Jester
> wrote:
>> Any idea why mine doesn't return?
>>
>>
>> *query
>> Available queries:
>> Selection list for "" is empty!
>> *query 14
>> Available queries:
>> Selection list for "" is empty!
>>
On Mon, Aug 2, 2010 at 5:33 PM, Jeremiah D. Jester
wrote:
> Any idea why mine doesn't return?
>
>
> *query
> Available queries:
> Selection list for "" is empty!
> *query 14
> Available queries:
> Selection list for "" is empty!
>
You probably have an empty query.sql. I believe in version 5.0.X t
ugust 02, 2010 2:22 PM
To: Jeremiah D. Jester
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] recycling media for failed jobs
On Mon, Aug 2, 2010 at 5:00 PM, Jeremiah D. Jester
wrote:
> I have quite a few jobs that have failed for various reasons. Since these are
> incomplete
On Mon, Aug 2, 2010 at 5:00 PM, Jeremiah D. Jester
wrote:
> I have quite a few jobs that have failed for various reasons. Since these are
> incomplete jobs, I would like to take the media and recycle them back into
> the pool as we are running low on tapes.
>
> I am able to identify the volumes
On Fri, Jan 16, 2009 at 6:58 AM, Thiago Simoes wrote:
> Hi,
>
> I read the documentation but this is still a blurry issue for me.
> I have several servers and one pool for each server making backup to
> file volumes.
> I don't have much disk space so I set the volume retention do 30 days.
> The pr
Arno Lehmann schrieb:
>
> Well, "6.5 days" should work, but "156 hours" would get the same
> result...
>
> Arno
Hi,
thanks for your answer, but next i will use my own brain.. ...was late
yesterday ;)
nice day to all!!
-
Thi
>> another short questiion. what do i need to config then (for 6.5 days). i
>> set it to 6 days for now ;)
>
> Well, "6.5 days" should work, but "156 hours" would get the same result...
>
Remember changing the volume retention period in the bacula-dir.conf
file will not effect labeled volumes. For
Hi,
30.10.2008 01:39, lists wrote:
> Arno Lehmann schrieb:
>> Usually, I'd suggest six
>> and a half days for a weekly rotation.
>>
> another short questiion. what do i need to config then (for 6.5 days). i
> set it to 6 days for now ;)
Well, "6.5 days" should work, but "156 hours" would get
Arno Lehmann schrieb:
> Usually, I'd suggest six
> and a half days for a weekly rotation.
>
another short questiion. what do i need to config then (for 6.5 days). i
set it to 6 days for now ;)
greetings
-
This SF.Net emai
Arno Lehmann schrieb:
> Hi,
>
> 29.10.2008 23:27, lists wrote:
>> Hi,
>>
>> i have tapes i want to use one per day, after one week bacula should
>> recycle the volume and start over again, but if i reach a volume a
>> second time it doesnt get recycled it keeps saying waiting for an
>> appendable v
Hi,
29.10.2008 23:27, lists wrote:
> Hi,
>
> i have tapes i want to use one per day, after one week bacula should
> recycle the volume and start over again, but if i reach a volume a
> second time it doesnt get recycled it keeps saying waiting for an
> appendable volume.
>
> here is one of my po
On Mon, 6 Oct 2008, T. Horsnell wrote:
> Hm. I did just purge one of them at first, but bacula still didnt seem
> to want to use it.
It may not grab the tape straightaway. Bacula has its own algorithms for
tape reusa and a blank tape has higher priority than a purged one, etc.
> BTW, I had a bad
On Thu, 2 Oct 2008, T. Horsnell wrote:
> Hi all,
> A couple of my volumes have accumulated "Error" status, and so are not
> being re-used. I've purged one of them and updated it's status to
> Append, but Bacula then seemed to mark it 'Full' and didnt use it. I
> then tried to re-label it with the
Alan Brown wrote:
> On Thu, 2 Oct 2008, T. Horsnell wrote:
>
>
>>Hi all,
>>A couple of my volumes have accumulated "Error" status, and so are not
>>being re-used. I've purged one of them and updated it's status to
>>Append, but Bacula then seemed to mark it 'Full' and didnt use it. I
>>then tried
On 8/29/06, Marco Strullato <[EMAIL PROTECTED]> wrote:
> VolumeRetention = 7
Volume retention is 7 *what*, when unit is not specified?
Seconds, perhaps?
--
Maxx
-
Using Tomcat but need to do more? Need to support web ser
Le Vendredi 14 Avril 2006 09:12, Kern Sibbald a écrit :
> On Friday 07 April 2006 16:06, pierre dibon wrote:
> > Hello.
> > New bacula user asking one question after reading pages of docs and
> > mailing list archives.
> >
> >
> > Got a question about 1.38.6 recycle algorithm :
> > here is my prob
On Friday 07 April 2006 16:06, pierre dibon wrote:
> Hello.
> New bacula user asking one question after reading pages of docs and mailing
> list archives.
>
>
> Got a question about 1.38.6 recycle algorithm :
> here is my problem:
>
> On the pdf doc of the release 1.38.5 it's said that the recycle
Le Vendredi 7 Avril 2006 22:57, Ludovic Strappazon a écrit :
> Hello,
>
> I'm still running 1.38.5, and I agree with Pierre, I think the use of
> the scratch pool was at the right place in 1.38.5.
> The last mail I read about the place of scratch pool in the recycling
> algorithm was this one :
>
t
Hello,
I'm still running 1.38.5, and I agree with Pierre, I think the use of
the scratch pool was at the right place in 1.38.5.
The last mail I read about the place of scratch pool in the recycling
algorithm was this one :
Ludovic.
Kern Sibbald a écrit :
> >On Monday 28 November 2005 12:26,
Kern Sibbald <[EMAIL PROTECTED]> a écrit :
>
> I think you should discuss this with the users who requested this feature.
It
> was openly discussed on this list some time ago, and had what seemed to me
to
> be rather unanimous agreement.
>thank you, I'll try to find this thread in order to unde
On Friday 07 April 2006 20:37, Dibon Pierre wrote:
> Kern Sibbald <[EMAIL PROTECTED]> a écrit :
> > Hello,
> >
> > There was indeed a change in 1.38.x (perhaps as you say 1.38.6).
>
> However, it
>
> > applies only if the InChanger flag is set in the Media record,
>
> which means
>
> > that in p
Kern Sibbald <[EMAIL PROTECTED]> a écrit :
> Hello,
>
> There was indeed a change in 1.38.x (perhaps as you say 1.38.6). However,
it
> applies only if the InChanger flag is set in the Media record, which
means
> that in principle we are dealing with an Autochanger, and in that case,
I
> believ
Hello,
There was indeed a change in 1.38.x (perhaps as you say 1.38.6). However, it
applies only if the InChanger flag is set in the Media record, which means
that in principle we are dealing with an Autochanger, and in that case, I
believe that the behavior is correct.
There is no way to dis
On Wed, 5 Apr 2006 16:37:30 +0200
"Bart Schelstraete" <[EMAIL PROTECTED]> wrote:
> I have another question.
> I want to use Bacula so that it writes the backup to a file, which isn't a
> problem.
> But the file should have a maximum of 70G, which is also not a problem :)
> But what I want is that B
It doesn't address the issue that Bacula refuses to purge the volume I
requested, and that it does not respond to the request with an
appropriate (or any) error message - causing me to have to exit the
interface so ungracefully - however it's done.
Deann
Mike Reinehr wrote:
On Tuesday 06 De
On Tuesday 06 December 2005 01:14 pm, deann corum wrote:
> I'm trying to recycle some older tapes and having issues with Bacula:
>
> a) Bacula not wanting to purge the old tape volume from the catalog.
> Bconsole just sits there for hours after I type 'purge' and subsequently
> select the volume to
OK, then tell me this: what is the difference between Recycle Oldest
Volume and Recycle Current Volume? Is there any overlap in their
functionality (if the oldest volume is the current volume)? What does
"Current" mean, in this case? Currently in the tape drive? Here is the
text from the manual
On Wednesday 30 November 2005 05:33, Ryan Novosielski wrote:
> Kern,
>
> This is finally the chance for me to ask my question. ;)
>
> I'm staring right at the manual as we speak. I clearly don't want Purge
> Oldest Volume, as this one is dangerous and doesn't respect retention
> periods. However, w
Yup, I feel silly. Forgot to give the mount command. Works fine now.
Thanks,
maria
Ryan Novosielski wrote:
It will not ask to use a tape that is used, so I'm not sure what trouble
you're running into. I'm assuming you are typing 'mount' after loading
the desired tape? I have this happen all
It will not ask to use a tape that is used, so I'm not sure what trouble
you're running into. I'm assuming you are typing 'mount' after loading the
desired tape? I have this happen all the time, and it's never asked me for
a tape that was used.
Incidentally, is Accepy Any Volume enabled?
abriele Bulfon <[EMAIL PROTECTED]>
Cc: bacula-users@lists.sourceforge.net
Data: 13 ottobre 2005 11.24.06 CEST
Oggetto: Re: [Bacula-users] Recycling volumes
Hello,
On 13.10.2005 10:50, Gabriele Bulfon wrote:
>
> Hello,
> I am having a lot of trouble with my bacu
PROTECTED]>A: Gabriele Bulfon <[EMAIL PROTECTED]> Cc: bacula-users@lists.sourceforge.net Data: 13 ottobre 2005 11.24.06 CESTOggetto: Re: [Bacula-users] Recycling volumesHello,
On 13.10.2005 10:50, Gabriele Bulfon wrote:
> > Hello,
> I am having a lot of trouble with my bacula co
Hello,
for a daily rotation I think that you may not lower the volume retention
but limit the "volume use duration" to force bacula to use another tape
every day.
For example on my daily rotation I use : Volume Use Duration = 19 h
And also Recycle Current Volume = yes; so if the volume in the tap
Hello,
On 13.10.2005 10:50, Gabriele Bulfon wrote:
Hello,
I am having a lot of trouble with my bacula configuration.
- I have one LTO device with 1 manual tape.
- I labeled 6 tapes for MON,TUE,WEN,THU,FRY,SAT. So I have 6 volumes
with one tape each.
- I used the sample configuration with Poo
Hi there
Arno Lehmann wrote:
Hello,
On 13.09.2005 19:14, Jesús Arnáiz wrote:
Hi there.
I use Version: 1.36.3 of bacula.
I use file disk as storage media. In our configuration we have the
default Pool with these options:
(...)
Recycle = yes
AutoPrune = yes
Volume Retention = 90 days
(...)
Hello,
On 13.09.2005 19:14, Jesús Arnáiz wrote:
Hi there.
I use Version: 1.36.3 of bacula.
I use file disk as storage media. In our configuration we have the
default Pool with these options:
(...)
Recycle = yes
AutoPrune = yes
Volume Retention = 90 days
(...)
It is posible to know the statu
> If you don't want that, bacula is not the right tool for you. Or,
> rather, your client.
Consistency. They are using Bacula in several other locations, are
comfortable with the console, and switched from tar based backups
because of the lack of a console. Additionally, this site gets
different
Hello,
Nathan R. Valentine wrote:
First, I know that the backup scheme that I'm about to layout has
problems. This is what the client has requested and they are aware of
the possible consequences and have accepted the risk. ;)
They have a single tape drive. No carousel. The pool has 8 tapes.
Volume
75 matches
Mail list logo