Re: [Bacula-users] Bacula writing in wrong volumes

2014-09-12 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Switch Volume at end of month

2014-09-15 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Upgrading Bacula from 5.2.6 to 7.0.2

2014-09-19 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] RegEx to filter every other file format

2014-09-22 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Dell autochanger not changing

2014-10-02 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Could not connect to Storage daemon

2014-10-02 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Could not connect to Storage daemon

2014-10-03 Thread Ana Emília M . Arruda
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: > &

Re: [Bacula-users] Purge or prune jobs using their "jobid"

2014-10-09 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Could not connect to Storage daemon

2014-10-09 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Recycling problem.

2014-10-17 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Recycling problem.

2014-10-17 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Recycling problem.

2014-10-18 Thread Ana Emília M . Arruda
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'

Re: [Bacula-users] Recycling problem.

2014-10-18 Thread Ana Emília M . Arruda
: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

Re: [Bacula-users] Recycling problem.

2014-10-18 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Recycling problem.

2014-10-20 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Help with Tape Eject

2014-10-20 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Configuration reload for bacula-sd

2014-10-24 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Configuration reload for bacula-sd

2014-10-24 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Configuration reload for bacula-sd

2014-10-24 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Configuration reload for bacula-sd

2014-10-24 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Problem installing bacula on Solaris 10

2014-10-25 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Configuration reload for bacula-sd

2014-10-28 Thread Ana Emília M . Arruda
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&#x

Re: [Bacula-users] Configuration reload for bacula-sd

2014-10-28 Thread Ana Emília M . Arruda
, 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

Re: [Bacula-users] Configuration reload for bacula-sd

2014-10-28 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Unable to recover data using bscan

2014-10-29 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] is not a Bacula labeled Volume, because: ERR=block.c:1023 Re

2014-10-29 Thread Ana Emília M . Arruda
>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

Re: [Bacula-users] Unable to recover data using bscan

2014-10-30 Thread Ana Emília M . Arruda
> +-+-----+-------+-----+-+--+--+-+--+---+---+-+ > > Best regards, > Keith > > On Wednesday, October 29, 2014 7:17 PM, Ana Emília M. Arruda < > emiliaarr...@gmail

Re: [Bacula-users] Help with Tape Eject

2014-11-06 Thread Ana Emília M . Arruda
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 &

Re: [Bacula-users] Configuration reload for bacula-sd

2014-11-10 Thread Ana Emília M . Arruda
​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

Re: [Bacula-users] trouble with Filesets

2014-11-13 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Bacula does not install properly

2014-11-13 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Concurrent Backups with a Virtual Autochanger

2014-11-15 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Restoring files on a different system

2014-11-17 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] bacula can't make use of multi drives

2014-11-18 Thread Ana Emília M . Arruda
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ü

Re: [Bacula-users] Problem of "is waiting on max storage jobs" and "is waiting for an appendable volume"

2014-11-18 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Problem of "is waiting on max storage jobs" and "is waiting for an appendable volume"

2014-11-18 Thread Ana Emília M . Arruda
? > > 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

Re: [Bacula-users] Concurrent Backups with a Virtual Autochanger

2014-11-18 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Concurrent Backups with a Virtual Autochanger

2014-11-18 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Problem of "is waiting on max storage jobs" and "is waiting for an appendable volume"

2014-11-19 Thread Ana Emília M . Arruda
), 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

Re: [Bacula-users] Problem of "is waiting on max storage jobs" and "is waiting for an appendable volume"

2014-11-19 Thread Ana Emília M . Arruda
tor.faria > <http://www.facebook.com/heitor.faria> | Gtalk: heitorfa...@gmail.com > == > > -- > *De: *"Ana Emília M. Arruda" > > *Para: *"Sieu Truc"

Re: [Bacula-users] multiple archive devices

2014-11-19 Thread Ana Emília M . Arruda
​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

Re: [Bacula-users] bacula can't make use of multi drives

2014-11-19 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] bacula can't make use of multi drives

2014-11-19 Thread Ana Emília M . Arruda
ays # one year > > Maximum Volume Bytes = 2500G > > } > > > # database service storage pool > > Pool { > > Name = database > > Pool Type = Backup > > Storage = Tape3, Tape4, Tape5, Tape6 > > Recycle = no

Re: [Bacula-users] bacula can't make use of multi drives

2014-11-20 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] (no subject)

2014-11-21 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Retention periods & full backup

2014-11-24 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Mini-Status report

2014-11-25 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Mini-Status report

2014-11-25 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Disabling compression on a path / file extension basis?

2014-11-27 Thread Ana Emília M . Arruda
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,

Re: [Bacula-users] Disabling compression on a path / file extension basis?

2014-11-27 Thread Ana Emília M . Arruda
want to compress. > >wildfile = "*.zip" > >wildfile = "*.gz" > >} > >Options { > ># Default options for everything else. > >Compression=GZIP > >} > >

Re: [Bacula-users] Disabling compression on a path / file extension basis?

2014-11-28 Thread Ana Emília M . Arruda
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, > > || > > ||

Re: [Bacula-users] Issue on catalog off-site backup

2014-12-01 Thread Ana Emília M . Arruda
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";

Re: [Bacula-users] Issue on catalog off-site backup

2014-12-01 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Problems with Quantum SuperLoader 3 LTO-6

2014-12-03 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] update slots reports Autochanger has 0 slots

2014-12-04 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Purge question

2014-12-16 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Purge question

2014-12-16 Thread Ana Emília M . Arruda
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] > *

Re: [Bacula-users] Purge question

2014-12-17 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Purge question

2014-12-17 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Reload Tapes using bscan

2014-12-23 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Please Help. Device "FileStorage" not in SD Device resources

2014-12-30 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] bacula not send report on email

2014-12-30 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Problem with schedule

2015-01-06 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Bacula backup obsessed with a specific tape

2015-01-06 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Volume retention definition

2015-01-08 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Bacula + Driver HPSA + HP Autoloader 1x8 G2

2015-01-12 Thread Ana Emília M . Arruda
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-

Re: [Bacula-users] change of hostname leads to TLS failure

2015-02-03 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] can't start bacula-fd on a CentOS 7 host

2015-03-01 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Bacula 5.2.13 ClientRunAfterJob

2015-03-19 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Volumes purged but not recycled

2015-03-23 Thread Ana Emília M . Arruda
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:

Re: [Bacula-users] storeage authentication for new client / job

2015-03-24 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Volumes purged but not recycled

2015-03-24 Thread Ana Emília M . Arruda
, 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

Re: [Bacula-users] bacula doesn't write on the whole tape

2015-03-26 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] director won't start

2015-03-26 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Upgrading bacula from version 5 to version 7

2015-03-27 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Upgrading bacula from version 5 to version 7

2015-03-27 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Upgrading bacula from version 5 to version 7

2015-03-27 Thread Ana Emília M . Arruda
> ​ > ​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

Re: [Bacula-users] Upgrading bacula from version 5 to version 7

2015-03-27 Thread Ana Emília M . Arruda
. 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

Re: [Bacula-users] Upgrading bacula from version 5 to version 7

2015-03-27 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Howto remove clients permanently and completely from backup ?

2015-03-31 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Clarification of file-retention and job-retention directives in pool definition

2015-04-02 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Verify disk volumes

2015-04-02 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Configuring LTO-6 SD...

2015-04-13 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Verify disk volumes

2015-04-13 Thread Ana Emília M . Arruda
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=

Re: [Bacula-users] Configuring LTO-6 SD...

2015-04-13 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Autochanger

2015-04-16 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Newbie Bacula Questions

2015-04-16 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Newbie Bacula Questions

2015-04-16 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Python in bacula 7 - dynamically assign volume names

2015-04-20 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] [Bacula-devel] Python in bacula 7 - dynamically assign volume names

2015-04-22 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] List files in a volume

2015-04-22 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] List files in a volume

2015-04-23 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Device is BLOCKED - renamed Bugged or not?

2015-04-26 Thread Ana Emília M . Arruda
​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

Re: [Bacula-users] my very first Windows client

2015-04-27 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Job and File prune

2015-04-30 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] Job and File prune

2015-04-30 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] tuning Bacula - Maximum Spool Size

2015-04-30 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] managing offsite tapes - How do *you* do it?

2015-05-07 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] "Locking" previous backups to prevent pruning

2015-05-11 Thread Ana Emília M . Arruda
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

Re: [Bacula-users] RunScript order of multiple Commands

2015-05-11 Thread Ana Emília M . Arruda
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   2   3   4   5   6   >