Hi Gean,
Just an idea... Maybe it should work and do what you want. You can try to
put a Run Script directive on job definition like this:
RunScript {
RunsWhen = After
RunsOnFailure = yes
Command = "/path/myscript.sh"
}
And you could do some kind of shell script that could look for a
Hi Florian,
Maybe you could run an Admin Job for "update volume" status from append to
used when the last day of the month is reached?
Regards,
Ana
On Mon, Sep 15, 2014 at 3:40 AM, Florian wrote:
> Hello.
>
> I would like to use a Volume for the duration of one month and after the
> last backu
Hi,
You have to run the script "update_bacula_tables" and then Bacula will
convert the old MySQL database into the new version.
Regards,
Ana
On Fri, Sep 19, 2014 at 9:52 AM, Personal Técnico
wrote:
> Hello,
>
> I would like to upgrade my Bacula server from version 5.2.6 to version
> 7.0.2.
> I
Hi,
I did some tests, and it worked for me with linux filesystem. When I tried
the same FileSet definition with Windows, it does the reported by Heitor.
Regards,
Ana
On Sat, Sep 20, 2014 at 11:23 AM, Heitor Faria wrote:
> Mr. Bacula Users,
>
> I'm trying to formulate a RegEx on fileset that ex
Hi Russ,
First of all, you said that you have LTO-6 tapes. So, I recomend you
specify it in your Device name definition, that will avoid some confusion
in the future:
Device {
Name = ML6000-LTO6-0
...
}
A second question is: don't you have barcodes? Are you sure you're going to
work without ba
Hi David,
Have you checked about scheduled events that could be leading your
bacula-sd host unavailable at that time? Some kind of outage?
Regards,
Ana
On Thu, Oct 2, 2014 at 2:01 PM, David Newman
wrote:
> Bacula 5.2.12 installed as a pkg on FreeBSD 10.0-RELEASE-p9
>
> Nightly backups fail wit
Hi David,
Have you tried to schedule the job at another time? Just for checking if
the problem is at the scheduled time you're trying to run the job or not.
Regards,
Ana
On Fri, Oct 3, 2014 at 11:07 AM, David Newman
wrote:
> On 10/2/14, 8:03 PM, Ana Emília M. Arruda wrote:
>
&
Hello!
If you want to delete all the information about a job/volume, you can use
the "purge volume=". This command will delete all job, files, etc.,
information from catalog, but it will not delete your volume. It will set
the volume status to "purged" and this way the volume will be available
Storage daemon on backups.networktest.com:9103. ERR=Connection refused
Retrying ...
It seems to me you have some networking problems
Regards,
Ana
On Tue, Oct 7, 2014 at 1:56 PM, David Newman
wrote:
> On 10/6/14, 9:20 PM, David Newman wrote:
> > On 10/3/14, 7:47 AM, Ana Emília M. Arr
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
Ana
On Fri, Oct 17, 2014 at 1: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"
>
> > confi
st time written values for these volumes.
Best regards,
Ana
On Sat, Oct 18, 2014 at 5:57 AM, Giuseppe Vitillaro
wrote:
> On Friday 17 October 2014 21:41:49 Ana Emília M. Arruda wrote:
>
> > Hi Giuseppe,
>
> >
>
> > Yes, this could happen if bacula couldn'
:58 bl13-dir JobId 1761: Bacula bl13-dir 5.2.13 (19Jan13):
Do you have prefer mounted volume set to yes?
Regards,
Ana
On Sat, Oct 18, 2014 at 10:14 AM, Ana Emília M. Arruda <
emiliaarr...@gmail.com> wrote:
> Yes, the default for "purge oldest volume" is no.
>
> So you have
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 sched
e 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
Hi Steven,
Maybe this could help you:
RunAfterJob = "ssh user@yourstoragedaemonhost mt -f /dev/st0 eject"
It´s defined on the last backup job.
Regards,
Ana
On Mon, Oct 20, 2014 at 2:58 PM, Steven Hammond wrote:
> I had a script that ran after the last job that would release, rewind,
> and ej
Hi all,
I totally agree with Bryn. Even more when you think about your volumes.
Bacula links volumes to devices and it is not a really good idea so
frequent changes (deleting devices from bacula-sd.cionf) in your devices.
This way you will have lots of trouble with volumes that does not have its
d
Hi Andrea,
Have you heard about Virtual Autochanger? There is a very good white paper
about at: http://blog.bacula.org/whitepapers/CommunityDiskBackup.pdf.
Better than thinking about one storage device per host, I recommend you
having a virtual autochanger with all your devices defined (it could
You´re welcome Andrea.
Regards,
Ana
On Fri, Oct 24, 2014 at 11:59 AM, Andrea Carpani <
andrea.carp...@dnshosting.it> wrote:
>
> On 24/10/2014 15:55, Ana Emília M. Arruda wrote:
>
> Hi Andrea,
>
> Have you heard about Virtual Autochanger? There is a very good whit
Maybe this could be usefull. But I'm still trying to understand why are you
using disk drives directly in archive device configuration. You have PB
backups. I suppose you have storage arrays with other fault tolerance
levels like raid, multipath, etc.. This way, until you have a disk failure
that m
Hi Kenneth,
I'm not a Solaris expert, but have you tried using bash instead of Bourne
shell (sh)?
Best regards,
Ana
On Fri, Oct 24, 2014 at 9:45 PM, Kenneth Garges wrote:
> I’m trying to build Bacula 7.0.4 on a Solaris 10 box (Sun T5220) but am
> getting this error during the configure:
>
> D
On Mon, Oct 27, 2014 at 7:25 AM, Alan Brown wrote:
> On 24/10/14 23:27, Ana Emília M. Arruda wrote:
>
>> Maybe this could be usefull. But I'm still trying to understand why are
>> you using disk drives directly in archive device configuration.
>>
>
> We don
, with the current version of the software. Also, like all the others,
give feedback about things . It is my believe this is the great objective
of this list.
On Tue, Oct 28, 2014 at 10:24 AM, Alan Brown wrote:
> On 28/10/14 12:46, Ana Emília M. Arruda wrote:
>
> , maybe
>>
&g
On Tue, Oct 28, 2014 at 3:46 PM, Alan Brown wrote:
> On 28/10/14 18:39, Dimitri Maziuk wrote:
>
> What it can't handle is that you can load media types LTO4 RW in the
> LTO5 drives and also LTO3 RO, which would be extremely handy.
>
>
You can get this just defining two device that references the
Hi Keith,
Have you checked with "bls" the contents of these volumes?
Best regards,
Ana
On Wed, Oct 29, 2014 at 6:34 AM, Keith T wrote:
> Dear All,
>
> I was trying to restore data that had been backup on year 2012 but some
> folders not found after recreated Catalog using the command bscan as
>From your posts: "during the restore, it selects the 3 other tapes
correctly, but it does not
complete the restore, because of the 4th tape.
"
I suppose you are saying that Bacula restores the files in the others
3 volumes and then fails the job just in this last tape. If this is
correct, you
> +-+-----+-------+-----+-+--+--+-+--+---+---+-+
>
> Best regards,
> Keith
>
> On Wednesday, October 29, 2014 7:17 PM, Ana Emília M. Arruda <
> emiliaarr...@gmail
gt;
> RunScript {
> RunsWhen = After
> RunsOnClient = Yes
> Command = "/usr/local/bin/bacula-eject.sh"
> }
>
> #!/bin/bash
> # /usr/local/bin/my-eject.sh on the SD machine
> mt -f /dev/st0 eject >/var/log/bacula/eject.log 2>&1 < /dev/null &
Hi Kern,
In spite of Bacula do not need different Media Types when using different
LTO generations in tape libraries, I really think that it could be a best
practice for working with LTO tapes to have the LTO tape generation
specified in storage device definition. Just because of compatibility
b
Hi Florian,
Your exclude will not work this way. Yes, you have to use Wilddir and
exclude = yes inside your "Include" statement.
Best regards,
Ana
On Thu, Nov 13, 2014 at 3:50 AM, Florian wrote:
> Hello.
>
> I seem to have some problems with my filesets...
>
> They are all for windows machine
Hi Philip,
If you do not specify where you want Bacula install its binaries, it will
be installed, by default, in /etc/bacula, with no bin directory. If you
want Bacula install your binaries in a bin directory, you can use the
recommended options for most systems. From manual (
http://www.bacula.o
Hi Mike,
Despite that the white paper tell us about having "Maximum Concurrent Jobs
= 1" in device configuration. I think this could make sense when using
stand alone devices in a group as you have in the white papers. When using
autochangers, it is much better you use the "Maximum Concurrent Jobs
Hello Nils,
Do you mean restore from the Tandberg Tape Library into another client
machine (bacula-fd) or from another tape device into another client machine?
If you want to restore into another client you just need to define this new
client machine in the director configuration and install bacu
Hello!
If you want to run concurrent jobs, you should define the same priority for
all of them. From the manual: "Bacula concurrently runs jobs of only one
priority at a time. It will not simultaneously run a priority 1 and a
priority 2 job."
Best regards,
Ana
On Tue, Nov 18, 2014 at 6:39 AM, Sü
Hi Sieu,
If you have changed the "volume retention" for your volumes in the pool
configuration, this change only is applied to new volumes created. For the
volumes that were already in the catalog, you should run an "update volume"
through bconsole and change this value there too.
Since you said
?
>
> Truc
>
> On Tue, Nov 18, 2014 at 5:27 PM, Ana Emília M. Arruda <
> emiliaarr...@gmail.com> wrote:
>
>> Hi Sieu,
>>
>> If you have changed the "volume retention" for your volumes in the pool
>> configuration, this change only is applied t
On Tue, Nov 18, 2014 at 4:47 PM, Brady, Mike
wrote:
> On 2014-11-16 05:36, Ana Emília M. Arruda wrote:
>
>> Hi Mike,
>>
>> Despite that the white paper tell us about having "Maximum Concurrent
>> Jobs = 1" in device configuration. I think this could make
Hi Mike,
On Tue, Nov 18, 2014 at 5:53 PM, Brady, Mike
wrote:
> On 2014-11-19 08:52, Ana Emília M. Arruda wrote:
> >>> Do you have "prefer mounted volumes" set to no in your jobs
> >>> definition? It is recommended if you are using multiple devices
> &g
), not the recycling date.
>>
>> __Martin
>>
>>
>> >>>>> On Tue, 18 Nov 2014 13:51:57 -0300, Ana Emília M. Arruda said:
>> >
>> > Yes, you are correct. That was exactly what ocurred. If you want a 13
>> days
>> > retention
tor.faria
> <http://www.facebook.com/heitor.faria> | Gtalk: heitorfa...@gmail.com
> ==
>
> --
> *De: *"Ana Emília M. Arruda"
>
> *Para: *"Sieu Truc"
Hi Jonathan,
On Wed, Nov 19, 2014 at 2:46 PM, Jonathan Bayer
wrote:
> Hi,
>
> Have a problem with an existing setup.
>
> We do backups to disk, here is one of the device definitions:
>
> Device {
>Name = FileStorage
>Media Type = File
>Archive Device = /mnt/baculaStorage
>Label
Hi Jared,
Can you post here your storage configurations?
Best regards,
Ana
On Wed, Nov 19, 2014 at 3:56 PM, Kelley, Jared wrote:
> For the sake of sharing information I am going to reply to this thread
> since I am working on the same type of setup and experiencing similar
> issues.
>
>
> I
ays # one year
>
> Maximum Volume Bytes = 2500G
>
> }
>
>
> # database service storage pool
>
> Pool {
>
> Name = database
>
> Pool Type = Backup
>
> Storage = Tape3, Tape4, Tape5, Tape6
>
> Recycle = no
Hi Jared,
On Thu, Nov 20, 2014 at 5:26 PM, Kelley, Jared wrote:
> Ok, I’ll reconfigure and let you know. Thanks for your help.
>
>To answer your question “Are my pool definitions are working?", in
> bconsole when I do a list volumes, or show pools, see below, you can see by
> the output bac
Hi Luca,
I have been using DELL PowerVault 124T for one year and before I had been
using IBM TS3100 for 5 years. No experience on Fujitsu libraries like
Simone. SAS and SCSI connections with both of them.
Best regards,
Ana
On Fri, Nov 21, 2014 at 9:49 AM, Simone Caronni
wrote:
> Hello,
>
> I'v
Hello Daniel,
One solution for this is to retain your full backups for 2 months if you
want to keep your differential and incremental backups valid during all the
second month until the second full is done.
Best regards,
Ana
On Mon, Nov 24, 2014 at 12:59 PM, Dániel L.
wrote:
> Hello Bacula Use
Hello Kern,
Is there any problem to set Maximum Concurrent Jobs = 1 in Devices
definition?
Setting this directive to a higher value and, in the case of using tape
libraries, combined with data spooling for reducing data interleave, should
make our backups goes faster. But if someone really don´t
Hi Kern,
Now it´s very clear for me :-)
Thank you a lot!
Best regards,
Ana
On Tue, Nov 25, 2014 at 4:21 PM, Kern Sibbald wrote:
> Hello Ana,
>
> Nice to hear from you :-)
>
> On 11/25/2014 05:43 PM, Ana Emília M. Arruda wrote:
>
> Hello Kern,
>
> Is there
Hello Uwe,
You can have more than one include resource within the FileSet. So you can
have one with compression enabled and one with compression disabled. The
firt include you only backup your .zip, .gz, etc., files without
compression, the second one you backup all files except your *.gz, *.zip,
want to compress.
> >wildfile = "*.zip"
> >wildfile = "*.gz"
> >}
> >Options {
> ># Default options for everything else.
> >Compression=GZIP
> >}
> >
OK. Thank you. If you have too much files already compressed that turns
your backups too slow than it is a good idea to do it this way.
Thank you.
On Fri, Nov 28, 2014 at 10:04 AM, Martin Simmons
wrote:
> > On Fri, 28 Nov 2014 02:25:25 -0800, Danixu86 said:
> >
> > || Hello,
> > ||
> > ||
Hello Fabio,
The first lines in make_catalog_backup.pl inform your bacula-dir.conf and
working directories. Are they correctly set after upgrade? The script lines
are something like bellow:
my $dir_conf='/etc/bacula/bin/dbcheck -B -c /etc/bacula/bacula-dir.conf';
my $wd = "/etc/bacula/working";
Hello Fabio,
As Martin said, you have problems with your filset in the job. Your
PostegreSQL dump should be /var/db/bacula/Catalogo.sql. The path for the
.sql dump is your $wd = "/var/db/bacula".
Best regards,
Ana
On Mon, Dec 1, 2014 at 2:31 PM, Martin Simmons wrote:
> > On Mon, 01 Dec 20
Hello Rainer,
Could you tell us which version are you using? Have you upgraded?
Could you post the results of the "/usr/libexec/bacula/mtx-changer /dev/sg1
listall" command?
Best regards,
Ana
On Wed, Dec 3, 2014 at 7:45 AM, Rainer Hackel <
rainer.hac...@degnerpartner.com> wrote:
> Hello Bacul
Hello Rainer,
Can you try changing Device Name? You have Name and Media Type using the
same "LTO-5". Bacula doesn´t work fine when you use the same name for
different things. If you could, I recommend you setting name with "Drive-0"
or something like this:
Autochanger {
Name = Autochanger
Dev
Hello Joe,
On Tue, Dec 16, 2014 at 2:14 AM, Polcari, Joe (Contractor) <
joe_polc...@cable.comcast.com> wrote:
>
> Just to clarify for myself,
> As I understand it, if I purge a job, that means it will remove all
> reference to the job and the files in the job from the database and mark
> all the v
backup job get cancelled
> because it ran overtime. I’ve since extended the run rime but I still have
> the cancelled job with a couple of hundred volumes and I would like to
> reclaim the diskspace.
>
>
>
> *From:* Ana Emília M. Arruda [mailto:emiliaarr...@gmail.com]
> *
wasting of disk
space.
Hope this helps.
Best regards,
Ana
On Tue, Dec 16, 2014 at 6:25 PM, Ana Emília M. Arruda <
emiliaarr...@gmail.com> wrote:
>
> Hi Joe,
>
> If you delete these volumes from Catalog, yes, this will work. But if you
> just purge or prune your volumes, they w
olume
> Retention times out, but at least they are not taking up space.
>
> Thank you very much for your responses.
>
>
>
> *From:* Ana Emília M. Arruda [mailto:emiliaarr...@gmail.com]
> *Sent:* Wednesday, December 17, 2014 9:49 AM
> *To:* Polcari, Joe (Contractor)
> *Cc
Hello Christian,
Have you tried the recovery from tapes without using the bootstrap file? It
can be done this way:
./bscan -V TestVolume1 -v -s -m -c bacula-sd.conf /dev/nst0
And if have your backup in more than one volume, you can try this way:
./bscan -V TestVolume1/|TestVolume2/|TestVolume3
Hello,
Have you checked if your bacula-dir, bacula-fd and bacula-sd daemons are
running? Are you able to get a successful status of your client and storage
from console? If your Catalog is on the same host as your director, you
don't need to specify the DB Address. So, you should quit it from the
Hello!
Can you post your Messages configuration?
Best regards,
Ana
On Thu, Dec 25, 2014 at 10:33 AM, denispv
wrote:
> Hello!
>
> I have some problem of my bacula, cant get email report of backup.
>
> I have job that running every day of 1:30. It's work fine.
> When i open bconsole and write st
Hi Florian,
You can also have your full backup running on first sunday and the
differential on second to fifth sundays.
Schedule {
Name = "MonthlyCycle"
Run = Full on 1st sun at 3:15
Run = Differential 2nd-5th sun at 3:15
Run = Incremental mon-sat at 3:15
}
Best regards,
Ana
I do not kn
Hello,
Are the tapes in two different pools? Medias 1-5 are in one pool and medias
11-27 in another one? Bacula do not mount tapes from different pools for a
single job. When you specify the pool to be used by the job, in the job or
schedule resources, you just specify one pool there.
slots 1-5 h
Hi Isamar,
The volume retention is based on the last time the volume was written (with
the list media output command you can see it in the LastWritten column). If
you set up a retention period of 5 years for the pool, any volumes in this
pool could not be written until the five years have passed s
Hello Isamar,
What exactly kind of tape change problems are you having? Could you post
some error messages?
Best regards,
Ana
On Mon, Jan 12, 2015 at 1:28 PM, Isamar Maia wrote:
> Hi Folks,
>
> Anybody having experiences with tape change problems in this scenario ?
>
> GNU/Linux kernel 2.6.32-
Hey Tim!
Have you changed the certificates for this client (web1.mydomain.com) in
the client's section in bacula-dir.conf? Is the web1.mydomain.com the
director and a client too? If not, you don't need to change the first part
of the bacula-fd.conf because there are the director's certificate and
Hi Tim!
Have you confirmed that your "WorkingDirectory = /var/bacula" exists?
Best regards,
Ana
On Sun, Mar 1, 2015 at 10:04 PM, Tim Dunphy wrote:
> Hey guys,
>
> OK I was able to get bacula-client version 7 installed on a CentOS 7
> machine.
>
> [root@web1:~/certs] #rpm -qa | grep bacula
> ba
Hi Peter,
Have you checked if the job falis or not? The Client Run After Jog do not
runs if the job falis. You can use the bellow if you want that the script
runs despite of the job falis or not:
Run Script {
RunsWhen = After
RunsOnFailure = yes
Commnad = "/bin/rm -f /backup/daily/mysql-Sl
Hi Michael,
When the volumes 16 to 26 were created, do you had "Recycle = yes"
configured in this pool? It seems that these volumes were created without
this option configured in your pool. Every change you made in your pools
configurations, they must be updated to the existing volumes in catalog:
Hi Gary,
You have a Bacula´s storage version older than your new client´s version:
storage: zeppo-sd Version: 5.0.0 (26 January 2010) x86_64-redhat-linux-gnu
redhat
client: eddienew-fd Version: 7.0.5 (28 July 2014) x86_64-redhat-linux-gnu
redhat One)
It is not recommended to have a client runni
, them Bacula would
have recycled it.
Best regards,
Ana
On Tue, Mar 24, 2015 at 3:04 PM, Michael Schwager <
mschwa...@mochotrading.com> wrote:
> On Mon, Mar 23, 2015 at 10:43 AM, Ana Emília M. Arruda <
> emiliaarr...@gmail.com> wrote:
>
>> When the volumes 16 to
There is also some tests you can do with btape (chapter 3 from
http://www.bacula.org/7.0.x-manuals/en/problems/problems.pdf).
Best regards,
Ana
On Thu, Mar 26, 2015 at 1:00 PM, John Drescher wrote:
> On Thu, Mar 26, 2015 at 11:26 AM, Markus Rosjat wrote:
> > Hi there,
> >
> > I know this quest
Hi Tim,
Are you sure about your Catalog´s name? I´m not sure, but I think it was
"MyCatalog".
Best regards,
Ana
On Thu, Mar 26, 2015 at 5:30 PM, Josip Deanovic
wrote:
> Quoting message written on Thursday 2015-03-26 16:07:27:
> > Here, it's complaining that it can't do a select from the databa
Hi!
Which Bacula´s 5 version do you have? I´ve upgraded from 5.2.13 to 7.0.5
with no problems (host XenServer). I´m affraid version 5.0.X has a prior
database version than 5.2.13, so it will be nice to take a look at your
actual database version (you can make a select to list contents from
Version
n I get update_bacula_tables from +
> documentation :P
>
>
>
> *Regards*
>
> *WaqarK*
>
> *PGP: D1388321*
>
>
>
> *From:* Ana Emília M. Arruda [mailto:emiliaarr...@gmail.com]
> *Sent:* 27 March 2015 13:35
> *To:* Waqar Khan
> *Cc:* Bacula-users@lists.s
>
>
A better way would be to have the Bacula´s upgrade in the same machine, if
you could. This way you would not need to copy the volumes to the other
host. The volumes should be in same directory that they were before (you
should configure and create the same archive device in the ne
. So, here, I should say "start bacula daemons".
>
>
>
>
>
>
>
> Please assist on the questions I have above, or is there a better way I
> should be doing this? What about the volumes + files I have on the current
> server, how can I take these across as well
ver and upgrading from
> 5.0.0 to 5.2.13?
>
>
>
> If you are going to install a new server there is no need to install
> 5.0.0 version. You can install the 5.2.13 and restore your config files and
> catalog to this new server.
>
>
>
>
>
>
>
> Thanks a
Hello Robert,
If you do not want to have the jobs, files and volumes from this client,
from bconsole you can use "purge":
*purge
This command can be DANGEROUS!!!
It purges (deletes) all Files from a Job,
JobId, Client or Volume; or it purges (deletes)
all Jobs from a Client or Volume without re
Hello,
I'm quite sure it was a 5.0.0 bug, fixed in 5.0.4 (
http://marc.info/?l=bacula-bugs&m=128199366726360).
Best regards,
Ana
On Thu, Apr 2, 2015 at 3:39 PM, Dawei Wang
wrote:
> The document stated:
>
> We added two new Pool directives, FileRetention and JobRetention, that
> take precedenc
Hi Jeff,
I was wondering if dumping the volume label with bls could help. Maybe an
admin job running a script like the attached one could help?
./checkVolLabel.sh --storage=FileStorage --pool=File --user=bacula
--password=bacula
Volume label for file1 OK
Volume label for file2 OK
Volume label for
Hi Gary,
If this is your drive configuration, you don´t need the "changer command"
nor the "changer device" there. Instead, they should be configured in your
autochanger resource:
Autochanger {
Name = AutochangerHP
Device = Drive-1, Drive-2 #how many drives do you have?
Changer Comman
On Apr 2, 2015, at 10:39 PM, Ana Emília M. Arruda
> wrote:
>
> Hi Jeff,
>
> I was wondering if dumping the volume label with bls could help. Maybe an
> admin job running a script like the attached one could help?
>
> ./checkVolLabel.sh --storage=FileStorage --pool=File --user=
I´m sorry. As Patricia said, RandomAccess = no for your drive configuration.
On Mon, Apr 13, 2015 at 10:38 AM, Ana Emília M. Arruda <
emiliaarr...@gmail.com> wrote:
> Hi Gary,
>
> If this is your drive configuration, you don´t need the "changer command"
> nor the &qu
Hi,
Yes, you need to configure "Maximum Concurrent Jobs = X" on your storage
daemon definition and on your director definition. Also, if you have more
than one job per client, you will need this configuration at client side
too. For example:
In bacula-sd.conf:
Storage {
Name = MyAutochanger
Hi Craig,
If you are using tape drives (standalone or autochangers) it is almost
always a better option than software compression.
Best regards,
Ana
On Thu, Apr 16, 2015 at 5:05 PM, Craig Shiroma
wrote:
> Hi John,
>
> Thank you very much! I appreciate the help!
>
> Have a great day,
> -craig
I was talking about tape drives hardware compression if this is your case.
On Thu, Apr 16, 2015 at 5:14 PM, Ana Emília M. Arruda <
emiliaarr...@gmail.com> wrote:
> Hi Craig,
>
> If you are using tape drives (standalone or autochangers) it is almost
> always a better op
Hi Steve,
Maybe a shell script in a RunBeforeJob directive? You can test with "list
nextvol" if there is an available volume and if not instruct Bacula to
label one (and the label you can create it for your own in your shell
script).
Could you be more specific about "allocate volume names at run t
in the process
> of upgrading to bacula 7 where that isn't supported.
>
>
> Regards
>
> Steve
>
>
>
> --
> *From:* Ana Emília M. Arruda
> *Sent:* 20 April 2015 17:53
> *To:* Steve Lee
> *Cc:* bacula-users@lists.sour
Hi,
Maybe something like this:
#!/bin/bash
VOLUME=$1
DBHOST=localhost
DATABASE=bacula
USER=""
PASSWORD=""
JOBS=($(mysql --host=$DBHOST --database=$DATABASE --user=$USER
--password=$PASSWORD -N -e "SELECT DISTINCT Job.JobId as JobId,Job.Name as
Name,Job.StartTime as StartTime, Job.Type as Type,J
Much more simple. I thought the script for a huge number of jobs and files.
Thank you.
Best regards,
Ana
On Thu, Apr 23, 2015 at 5:07 AM, Radosław Korzeniewski <
rados...@korzeniewski.net> wrote:
> Hello,
>
> 2015-04-22 18:07 GMT+02:00 bdam :
>
>> One final question about this - when i issue
I'm glad to read so good news. Thank you Kern.
I have been trying to understand this issue that a Bacula user has been
facing. As Kern said, it is really difficult to replicate it. We noticed
that his backups worked fine for days and suddenly a "DEVICE is blocked"
appeared. Some details about
Hello Robert,
Try this:
$ ls
C:/
$ cd C:/
cwd is: C:/
Best regards,
Ana
On Mon, Apr 27, 2015 at 2:52 PM, Robert A Threet
wrote:
> I backed up a Windows client but the navigation in restore doesn't seem to
> work.
> Am I just doing it wrong or what? It *says* it had data.
>
> Select the Clie
Hello Marcio,
Which value do you have for "volume retention" period? Bacula will not
prune jobs if the volume retention period had expired.
Best regards,
Ana
On Thu, Apr 30, 2015 at 10:16 AM, Marcio Costa wrote:
> Hello guys.
>
> I have doubts about my retention time. How you can see, file an
times
configurations.
Bacula will not prune incremental jobs until next full. Maybe you need to
adjust your retention times for jobs, files and volumes and also your
schedule for full and incremental jobs.
Best regards,
Ana
On Thu, Apr 30, 2015 at 11:13 AM, Ana Emília M. Arruda <
emilia
Hello Robert,
I´m affraid the "spool directory" is a device directive. I have it
configured in my device:
Device {
...
Spool Directory = /opt/bacula/spool
Maximum Spool Size = 20 G
}
Best regards,
Ana
On Thu, Apr 30, 2015 at 4:42 PM, Robert A Threet
wrote:
> Ok, I greatly increased my sp
Hello Robert,
On Thu, May 7, 2015 at 6:05 PM, Robert A Threet
wrote:
> On my old Netbackup system, I had enough time to run a full backup on
> Saturday, then I'd run a full backup on Sunday which I would use for all
> the incrementals & restores during the week. The Saturday tapes would be
> pu
Hello Bryn,
Do you mean to prevent pruning of volumes? If this is the case, you can
update volumes status to archive.
Best regards,
Ana
On Sat, May 9, 2015 at 4:39 PM, Bryn Hughes wrote:
> I have a server that recently suffered a double disk failure. Rather
> than rebuilding we've reassigned i
Yes luc, command 2 will be executed if command 1 fails.
This is only a "join" of separate runscript resources:
RunScript {
RunsWhen = Before
FailJobOnError = No
Command = "/etc/bacula/script_1.sh"
}
RunScript {
RunsWhen = Before
FailJobOnError = No
Command = "/etc/bacula/scrip
1 - 100 of 505 matches
Mail list logo