Re: [Bacula-users] error about MySQL-dump file when using bpipe

2016-01-28 Thread Silver Salonen
enabled or disabled? Do you have configured File=/srv/mysqldump.sql in you job FileSet? Best regards, Ana On Fri, Jan 22, 2016 at 2:21 PM, Silver Salonen mailto:silver.salo...@gmail.com>> wrote: Debug output concerning mysqldump from /opt/bacula/bin/bacula-fd -d 200 -c bacula-fd.con

Re: [Bacula-users] error about MySQL-dump file when using bpipe

2016-01-28 Thread Silver Salonen
DIR is 7.0, FD was 5.2.6 originally, but then I upgraded it to 7.0. The error remained the same after upgrading. -- Silver On 28.01.2016 11:40, Wanderlei Huttel wrote: Hi Silver What version of bacula are you using? Best Regards Wanderlei 2016-01-28 7:27 GMT-02:00 Silver Salonen

Re: [Bacula-users] error about MySQL-dump file when using bpipe

2016-01-28 Thread Silver Salonen
Any more ideas why this error appears sometimes? -- Silver On 25.01.2016 10:42, Silver Salonen wrote: Yeah, so what can we conclude from this now? :) -- Silver On 22.01.2016 17:55, Wanderlei Huttel wrote: Hi Silver I've made a test using your script and worked fine! I'm using ba

Re: [Bacula-users] error about MySQL-dump file when using bpipe

2016-01-25 Thread Silver Salonen
pruning Jobs older than 1 year . 2016-01-22 13:45:57 bacula-dir JobId 3013: No Jobs found to prune. 2016-01-22 13:45:57 bacula-dir JobId 3013: Begin pruning Files. 2016-01-22 13:45:57 bacula-dir JobId 3013: No Files found to prune. 2016-01-22 13:45:57 bacula-dir JobId 3013: End auto prune. Bes

Re: [Bacula-users] error about MySQL-dump file when using bpipe

2016-01-22 Thread Silver Salonen
directory -- Silver On 22.01.2016 13:45, Silver Salonen wrote: I know how bpipe works and my method using script is to work around an issue with bpipe erroring out with "Error closing stream for pseudo file" (no idea why, but running the same mysqldump command from inside script s

Re: [Bacula-users] error about MySQL-dump file when using bpipe

2016-01-22 Thread Silver Salonen
-- with warnings -- Silver On 22.01.2016 10:56, Ana Emília M. Arruda wrote: Hello Silver, The same error? Have you checked permissions? Best regards, Ana On Fri, Jan 22, 2016 at 9:19 AM, Silver Salonen

Re: [Bacula-users] error about MySQL-dump file when using bpipe

2016-01-22 Thread Silver Salonen
, 2016 at 9:19 AM, Silver Salonen mailto:silver.salo...@gmail.com>> wrote: After creating those folders, those errors still appeared. Any other ideas? -- Silver On 21.01.2016 13:43, Silver Salonen wrote: Aha, I indeed didn't have /mysql directory. Thanks a bunch!

Re: [Bacula-users] error about MySQL-dump file when using bpipe

2016-01-22 Thread Silver Salonen
After creating those folders, those errors still appeared. Any other ideas? -- Silver On 21.01.2016 13:43, Silver Salonen wrote: Aha, I indeed didn't have /mysql directory. Thanks a bunch! :) PS. Script permissions are correct as otherwise the dump wouldn't have been created. --

Re: [Bacula-users] error about MySQL-dump file when using bpipe

2016-01-21 Thread Silver Salonen
es/ +55 61 8268-4220 Site: http://bacula.us FB: heitor.faria === Enviado por TypeApp <http://www.typeapp.com/r> Em 21 de jan de 2016, pelo 06:37, Silver Salonen mailto:silver.salo...@gmail.com>> escrito: H

[Bacula-users] error about MySQL-dump file when using bpipe

2016-01-21 Thread Silver Salonen
Hi. I'm backing up MySQL databases from several servers with Fileset line: Plugin = "bpipe:/mysql/mysqldump.sql:/etc/bacula/scripts/mysqldump.sh mydb:/etc/bacula/scripts/mysqldump.sh -R" FD on some of those servers give the following error: Warning: Cannot stat file /mysql/mysqldump.s

Re: [Bacula-users] Install bacula 7.x on debian from repo?

2016-01-19 Thread Silver Salonen
On 29.12.2015 12:26, SPQR wrote: > Hi there, > > is there any repository that allows the installation of bacula 7 on debian or > do I have to install it "manually"? Hi. I guess several people have built packages for Debian, but doing that for private use. I assume that because that's what our c

[Bacula-users] MySQL error about temporary table when using base job

2016-01-19 Thread Silver Salonen
Hi. Does anybody have an idea why the following error occurs when I run "estimate job=..." for a job that has Base job configured? 19-jaan 12:42 backup1 JobId 0: Using BaseJobId(s): 51796 19-jaan 12:42 backup1 JobId 0: Fatal error: backup.c:295 Query failed: CREATE TEMPORARY TABLE basefile0 (

Re: [Bacula-users] Fwd: Re: Bacula massive security impact on network

2015-12-21 Thread Silver Salonen
Maybe this confusion could have been avoided if there wouldn't be "anonymous" written in the manual - because it indeed is not "anonymous" as such :) -- Silver On 18.12.2015 18:34, H. Steuer wrote: Hello Bill, you are right, but there is a serious side effect. Heres a statement from the Ba

Re: [Bacula-users] Bacula Deduplication

2015-12-02 Thread Silver Salonen
On 02.12.2015 22:54, John O'Neill wrote: Hi All, I was wondering if you all might be able to give me thoughts on something we are looking at implementing. We have a windows file server which we currently backup using bacula. This runs completely without issue and is generally rock solid. We

Re: [Bacula-users] Variable Block Level Deduplication

2015-11-24 Thread Silver Salonen
On 24.11.2015 10:46, Lasith Haturusingha wrote: > Hi Everyone, > > Need to know whether Bacula does Variable Block level deduplication? > > Thank You > With Regards > > Lasith H No, open-source Bacula does not do any kind of block level de-duplication. Enterprise version does, so you can contact

Re: [Bacula-users] How to enable TLS connection for Windows Client with Bacula Server

2015-11-24 Thread Silver Salonen
On 24.11.2015 11:02, Lasith Haturusingha wrote: > Hi Everyone, > > Need to know how to configure Bacula Windows client to work with > TLS/SSL for all it's communication with the Bacula Server. > > Thank You > With Regards > > Lasith H Hi. Please look at the manual :) http://www.bacula.org/7.2.x

Re: [Bacula-users] ideas to handle different return values of ClientRunBeforeJob?

2015-09-23 Thread Silver Salonen
I guess we should create a feature request about it :) -- Silver On 09/17/2015 09:19 AM, Silver Salonen wrote: > Hi all Bacula enthusiasts! > > According to my knowledge the RunScript parameter and its derivatives > check only whether the command returns zero or non-zero value.

[Bacula-users] ideas to handle different return values of ClientRunBeforeJob?

2015-09-16 Thread Silver Salonen
Hi all Bacula enthusiasts! According to my knowledge the RunScript parameter and its derivatives check only whether the command returns zero or non-zero value. What I'd like to do is to make the Job handle different return values, eg: - 0: OK, run the job - 1: ERR1: fail the job - 2: ER

Re: [Bacula-users] Multiple full backups in same month

2015-07-06 Thread Silver Salonen
n the public > service are by far the hardest institutions to get them to sign > something as simple as an FLA. At Berkeley, they simply gave away most > of the code they wrote under the famous BSD licenses. > > Best regards, > Kern > > On 25.06.2015 16:01, Thomas Lohman wrote: &

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Silver Salonen
On Thu, Jun 25, 2015 at 8:55 PM, Thomas Lohman wrote: > > Ok, so the option "Allow Duplicate Job=no" can at least prevent multiple > > full backups of the same server in a row as stated before? > > As others mentioned, I think it may help in your case but it may not > completely solve the problem

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Silver Salonen
On Thu, Jun 25, 2015 at 8:57 PM, Mike Ruskai wrote: > On 6/25/2015 10:21 AM, Silver Salonen wrote: > > On 06/25/2015 05:06 PM, Rodrigo Abrantes Antunes wrote: > > Citando Silver Salonen : > > On 06/25/2015 03:05 PM, Rodrigo Abrantes Antunes wrote: > > Citando Heito

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Silver Salonen
On Thu, Jun 25, 2015 at 7:56 PM, Heitor Faria wrote: > Citando Thomas Lohman : > > The question now is: bacula decides if it will upgrade jobs when it > queues the jobs or when it starts the jobs? According to the logs > above I think it is when it starts. > > To my mind it's upgraded when it's q

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Silver Salonen
On 06/25/2015 05:06 PM, Rodrigo Abrantes Antunes wrote: > > Citando Silver Salonen <mailto:silver.salo...@gmail.com>>: > >> On 06/25/2015 03:05 PM, Rodrigo Abrantes Antunes wrote: >> >>> Citando Heitor Faria >> <mailto:hei...@bacula.com.br>&

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Silver Salonen
On 06/25/2015 03:43 PM, Alan Brown wrote: > On 25/06/15 13:21, Silver Salonen wrote: > >>> But why it upgraded the other incrementals in the queue if the first >>> incremental was upgraded to full? > > Because the algorithm is broken. It should only make that dec

Re: [Bacula-users] Multiple full backups in same month

2015-06-25 Thread Silver Salonen
On 06/25/2015 03:05 PM, Rodrigo Abrantes Antunes wrote: > > Citando Heitor Faria mailto:hei...@bacula.com.br>>: > >> Hi, I had a problem with space in my bacula server in May 2 so >> the jobs had to stay in the queue. In May 3 bacula should do a >> full backup but due to the space the j

Re: [Bacula-users] Multiple full backups in same month

2015-06-24 Thread Silver Salonen
On 06/24/2015 08:13 PM, Heitor Faria wrote: > > Hi, I had a problem with space in my bacula server in May 2 so the > jobs had to stay in the queue. In May 3 bacula should do a full > backup but due to the space the job stayed in the queue and then > failed. The next jobs starting to

Re: [Bacula-users] Schedule backup Job only from incremental

2015-06-12 Thread Silver Salonen
On 12.06.2015 18:27, Carlo Filippetto wrote: > Hi all, > I would like to have a DR site where the machines are clones of the > production ones. > > May I use only the incremental volumes to daily restore them > (something like sync this machine with the original ones)? > > Thank you Hi. If you

[Bacula-users] bsmtp operation to retry sending e-mails

2015-05-28 Thread Silver Salonen
Hi. Does anyone know what does bsmtp do when the SMTP server is eg. out of disk space and sending of e-mail fails? Does it retry after some time? -- Silver -- ___ Bacula-users

Re: [Bacula-users] Job and File prune

2015-04-30 Thread Silver Salonen
And how about "Purge Oldest Volume = yes" - that can cause such thing too, I guess? BTW, it's recommended not to use this: >From Bacula manual: > The catalog is then purged irrespective of retention periods of all Files and Jobs written to this Volume. > ... > However, by using this option you ri

Re: [Bacula-users] using different fileset for Base job

2015-04-27 Thread Silver Salonen
On 04/24/2015 04:51 PM, Silver Salonen wrote: > On 04/24/2015 04:43 PM, Eric Bollengier wrote: >> Hello, >> >> On 24/04/2015 15:23, Silver Salonen wrote: >>> On 04/24/2015 01:13 PM, Eric Bollengier wrote: >>>> On 24/04/2015 11:43, Silver Salonen wrote

Re: [Bacula-users] File level deduplication

2015-04-27 Thread Silver Salonen
On 04/25/2015 11:09 PM, Alex Domoradov wrote: > Hello > > Is there any chance to implement file level deduplication in bacula? > Maybe some undocumented way/tricks. I know about base job, but it's > not what I need. I have a lot of Wordpress instances (~2000) on my > server and all these instances

Re: [Bacula-users] using different fileset for Base job

2015-04-24 Thread Silver Salonen
On 04/24/2015 04:43 PM, Eric Bollengier wrote: > Hello, > > On 24/04/2015 15:23, Silver Salonen wrote: >> On 04/24/2015 01:13 PM, Eric Bollengier wrote: >>> On 24/04/2015 11:43, Silver Salonen wrote: >>>> I did test it with 7.0.5 at latest. This "restrictio

Re: [Bacula-users] using different fileset for Base job

2015-04-24 Thread Silver Salonen
On 04/24/2015 01:13 PM, Eric Bollengier wrote: > Hello, > > On 24/04/2015 11:43, Silver Salonen wrote: >> I did test it with 7.0.5 at latest. This "restriction" is actually that >> the restore does not include the files from Base job although it should. >

Re: [Bacula-users] using different fileset for Base job

2015-04-24 Thread Silver Salonen
On 04/24/2015 11:14 AM, Eric Bollengier wrote: > Hello, > >>> Indeed, I now confirmed that: >>> - I could browse for files for restore after bscanning the Full backup >>> volume >>> - even though I bscanned also Base backup volume these files could not >>> be restored (still getting "Error: fil

Re: [Bacula-users] using different fileset for Base job

2015-04-23 Thread Silver Salonen
On 04/22/2015 04:55 PM, Silver Salonen wrote: > On 04/21/2015 03:27 PM, Eric Bollengier wrote: >> Hello Silver, >> >> On 21/04/2015 10:29, Silver Salonen wrote: >>> I think there is something else wrong with my backups here. We now have >>> 7.0.5, but Base

Re: [Bacula-users] using different fileset for Base job

2015-04-22 Thread Silver Salonen
On 04/21/2015 03:27 PM, Eric Bollengier wrote: > Hello Silver, > > On 21/04/2015 10:29, Silver Salonen wrote: >> I think there is something else wrong with my backups here. We now have >> 7.0.5, but Base job is still not selected when starting restore. Maybe >> we&#x

Re: [Bacula-users] using different fileset for Base job

2015-04-21 Thread Silver Salonen
On 04/16/2015 10:08 AM, Silver Salonen wrote: > On 04/15/2015 05:45 PM, Eric Bollengier wrote: >> Hello, >> >> On 15/04/2015 16:31, Silver Salonen wrote: >>> Hi. >>> >>> Can anyone confirm that base jobs with fileset different than the normal >

Re: [Bacula-users] using different fileset for Base job

2015-04-16 Thread Silver Salonen
On 04/15/2015 05:45 PM, Eric Bollengier wrote: > Hello, > > On 15/04/2015 16:31, Silver Salonen wrote: >> Hi. >> >> Can anyone confirm that base jobs with fileset different than the normal >> job should not be used? > The base jobs can use any fileset

[Bacula-users] using different fileset for Base job

2015-04-15 Thread Silver Salonen
Hi. Can anyone confirm that base jobs with fileset different than the normal job should not be used? Basically the problem arises when restoring data because fileset needs to be selected too, but: 1) normal job with fileset different from it's original job is not found on restore 2) it seems to

Re: [Bacula-users] get files of list incr

2014-12-05 Thread Silver Salonen
Hi. I have just yesterday posted PHP script for that purpose. Please use searching function :) -- Silver On 12/05/2014 10:55 AM, Thomas Manninger wrote: > Hello! > > is it possible to get a list of all saved files of my last incr backup > and the size of the files? > I need it, because my incr

Re: [Bacula-users] query for file sizes in a job

2014-12-04 Thread Silver Salonen
Some more tweaks to the script. BTW, I think it would be a useful feature for Bacula-Web too, but it should have also some searching and pagination possibilities (should be relatively easy to add to this script too actually). -- Silver On 12/04/2014 12:42 PM, Silver Salonen wrote: >

[Bacula-users] query for file sizes in a job

2014-12-04 Thread Silver Salonen
Hi. Based on the PHP script in the ancient e-mail thread I tweaked it a bit for using with MySQL (the original was for SQLite). See it attached. -- Silver <> -

[Bacula-users] automatically truncating volumes on manual purge

2013-12-12 Thread Silver Salonen
Hi. First of all, I'm using Bacula 5.2.6 on Debian. I'm trying to get ActionOnPurge=Truncate to work automatically, but I can't quite get there. I've got it so far that when I purge volume and execute "purge volume action=truncate pool=volumepool storage=clientstorage" then the volume gets tr

Re: [Bacula-users] Bacula Status Report

2013-11-26 Thread Silver Salonen
Hi Kern. Thank you for the information and here are some requests for more details :) On 25.11.2013 18:49, Kern Sibbald wrote: 2. The Bareos fork of Bacula: Unfortunately, despite the fact that Bareos hired one of the best German Open Source lawyers , there were a number of serious copyright

Re: [Bacula-users] Making Full Virtual Backup up to specified point in time

2013-10-22 Thread Silver Salonen
On Tuesday 22 October 2013 16:30:09 Marcin Kałuża wrote: > > Hi! > > Is there a possibility to include only some jobs in Full Virtual Backup? Im > trying to do the following: > - make one full backup (day 1) > - make incremental backups every day and differential backups every week > but... > af

Re: [Bacula-users] binaries of Bacula server for Windows

2013-10-10 Thread Silver Salonen
On Sunday 09 September 2012 09:50:26 Silver Salonen wrote: > On 2012-09-09 02:48, John Drescher wrote: > > On Sat, Sep 8, 2012 at 4:40 PM, wrote: > >> > >> Zitat von Silver Salonen : > >> > >>> Hi. > >>> > >>> Does an

Re: [Bacula-users] ZFS and dedup

2013-10-04 Thread Silver Salonen
On Friday 04 October 2013 09:37:57 Dan Langille wrote: > On 2013-10-04 09:33, Radosław Korzeniewski wrote: > > Hello, > > > > 2013/10/4 Dan Langille > > > > On 2013-09-27 14:17, Radosław Korzeniewski wrote: > > Hello, > > > > 2013/9/26 BOURGAULT Antoine > > > > Thanks for your answer ... but

Re: [Bacula-users] HEADS UP: change to FreeBSD port coming

2013-08-01 Thread Silver Salonen
On Tuesday 30 July 2013 22:40:16 pietersnld wrote: > Dan Langille wrote > > This affects only FreeBSD users. > > > > At present, when upgrading sysutils/bacula-server or > > sysutils/bacula-client, the port/package will stop bacula-dir & bacula-sd > > (or bacula-fd respectively). This is done as

Re: [Bacula-users] deduplication within a volmue

2013-05-31 Thread Silver Salonen
On Thursday 30 May 2013 21:36:52 melvin.r...@gmail.com wrote: > There is no dedup by default. You have to either implement base jobs or do > the dedup outside of Backus. I personally store my volumes on zfs and let it > handle the de duplication. Have you looked at your dedup ratio? Because oth

Re: [Bacula-users] Backup of Windows7 PC does not work

2013-03-21 Thread Silver Salonen
On Sunday 17 March 2013 21:26:24 Silver Salonen wrote: > On Sunday 17 March 2013 19:32:02 Jean-Gabriel Duquesnoy wrote: > > Hi, > > > > I think this is an easy question, but I have not found the response to > > it anywhere, despite having searched for some days now. &

Re: [Bacula-users] Backup of Windows7 PC does not work

2013-03-17 Thread Silver Salonen
On Sunday 17 March 2013 19:32:02 Jean-Gabriel Duquesnoy wrote: > Hi, > > I think this is an easy question, but I have not found the response to > it anywhere, despite having searched for some days now. > The backup from my Linux works perfectly, but for the windows7 PC, > this is what I get: > 1

Re: [Bacula-users] Virtual Full from older backups

2013-03-06 Thread Silver Salonen
On 04.03.2013 09:31, Jummo wrote: > Hi, > > it's possible to create a Virtual Full from older backups? > > I have a job with three Full backups and 12 Diff backups made in December > to February. If I create a Virtual Full backup for this job it's always > based on the last Full backup. I want to m

Re: [Bacula-users] Storage daemon and Director version matching

2013-01-16 Thread Silver Salonen
On 16.01.2013 18:58, compdoc wrote: > In the docs it states: "the Director and Storage daemon must always be on > the same minor release number" > > So is it ok to run a remote 5.2.5 Storage daemon with a version 5.2.12 > Director on the server? > > major.minor.release Hi. Officially, don't try t

Re: [Bacula-users] HEADS UP: FreeBSD changes...

2013-01-08 Thread Silver Salonen
On 08.01.2013 21:26, Dan Langille wrote: > Folks, > > We have a change request for Bacula on FreeBSD: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170882 > > That is: all the Bacula stuff which normally fits in /usr/local/etc/ > into /usr/local/etc/bacula > > On the first upgrade to this chan

Re: [Bacula-users] Plans for support block-based dedupe?

2013-01-04 Thread Silver Salonen
On 04.01.2013 15:11, Radosław Korzeniewski wrote: Hello, 2013/1/4 Silver Salonen mailto:sil...@serverock.ee>> 3. Partial restores can only be made to the client that did the backup, not to another client if necessary(redirected recover). Not true.

Re: [Bacula-users] Plans for support block-based dedupe?

2013-01-04 Thread Silver Salonen
On 04.01.2013 12:42, Radosław Korzeniewski wrote: Hello, 2013/1/4 tonyalbers > Hi Silver, The downside of client-side dedupe is actually a combination of several things. 1. The client does the dedupe calculations etc. this means that it

Re: [Bacula-users] Plans for support block-based dedupe?

2013-01-04 Thread Silver Salonen
On 04.01.2013 11:30, tonyalbers wrote: > Ok, it seems to me that there is some confusion of which kind of dedupe I'm > referring to. > > What I'm talking about is variable-length block-based target dedupe, that is, > the DXi or DataDomain box receives all data from the client via the backup > se

Re: [Bacula-users] Plans for support block-based dedupe?

2013-01-03 Thread Silver Salonen
On 01/03/2013 11:59 AM, Radosław Korzeniewski wrote: Hello, 2013/1/3 Silver Salonen mailto:sil...@serverock.ee>> On 01/03/2013 09:48 AM, Sven Tegethoff wrote: > On 03.01.2013 08:19, Gary R, Schmidt wrote: >>> Does anyone know whether bacula can be made to work on

Re: [Bacula-users] Plans for support block-based dedupe?

2013-01-03 Thread Silver Salonen
On 01/03/2013 09:48 AM, Sven Tegethoff wrote: > On 03.01.2013 08:19, Gary R, Schmidt wrote: >>> Does anyone know whether bacula can be made to work on a block-level >>> dedupe storage system? Are there any plans to support this >>> technology? >> What magic are you expecting? > If I had to guess I'

Re: [Bacula-users] Plans for support block-based dedupe?

2013-01-02 Thread Silver Salonen
On 01/03/13 08:52, tonyalbers wrote: > Hi everyone, > > Does anyone know whether bacula can be made to work on a block-level dedupe > storage system? Are there any plans to support this technology? > > The reason I ask is that I've gotten a few requests from people who have > devices like Quantum

[Bacula-users] backups with SSL over WAN very slow

2012-12-24 Thread Silver Salonen
Hi. I've got a very weird thing going on here. First the components: - FD on Windows Server 2008, it's 64-bit, first it was version 5.0.3 and upgrading it to 5.2.10 did not make any difference. FD is configured to use both SSL and encryption. - SD 1 on FreeBSD-9.0 with ZFS, 32-bit 5.2.12.

Re: [Bacula-users] FreeBSD: HEADS UP - port changes

2012-12-17 Thread Silver Salonen
On 2012-12-17 17:47, Dan Langille wrote: > On 2012-12-16 17:25, Dan Langille wrote: >> On Oct 27, 2012, at 3:04 PM, Dan Langille wrote: >> >>> We are going to be making some major changes to the FreeBSD port of >>> Bacula. >>> Before we do this, I'm looking for volunteers to test out the >>> change

Re: [Bacula-users] init.d files missing after upgrading on openSUSE

2012-12-17 Thread Silver Salonen
On 2012-12-16 14:02, Bruno Friedmann wrote: > On Sunday 16 December 2012 11.28:57 Silver Salonen wrote: >> On 2012-12-16 09:05, Bruno Friedmann wrote: >> >> >> >> Hi. >> >> >> >> Some time ago Bacula 5.2.12 came into Archiving:/Backup &

Re: [Bacula-users] init.d files missing after upgrading on openSUSE

2012-12-16 Thread Silver Salonen
On 2012-12-16 09:05, Bruno Friedmann wrote: >> >> Hi. >> >> Some time ago Bacula 5.2.12 came into Archiving:/Backup repository >> of openSUSE 12.2, but now there are no Bacula files in /etc/init.d. >> >> There is also nothing about Bacula in "service --status-all". How >> can I start my FD now? >

Re: [Bacula-users] init.d files missing after upgrading on openSUSE

2012-12-15 Thread Silver Salonen
On 14.12.2012 17:14, lst_ho...@kwsoft.de wrote: > Zitat von Silver Salonen : > >> Hi. >> >> Some time ago Bacula 5.2.12 came into Archiving:/Backup repository >> of openSUSE 12.2, but now there are no Bacula files in /etc/init.d. >> >> There is also not

[Bacula-users] init.d files missing after upgrading on openSUSE

2012-12-14 Thread Silver Salonen
Hi. Some time ago Bacula 5.2.12 came into Archiving:/Backup repository of openSUSE 12.2, but now there are no Bacula files in /etc/init.d. There is also nothing about Bacula in "service --status-all". How can I start my FD now? -- Silver ---

Re: [Bacula-users] concurrent jobs with multiple directors

2012-12-13 Thread Silver Salonen
On Monday 03 December 2012 16:34:01 lst_ho...@kwsoft.de wrote: > > Zitat von Silver Salonen : > > > On Thursday 29 November 2012 16:28:11 lst_ho...@kwsoft.de wrote: > >> > >> Zitat von Radosław Korzeniewski : > >> > >&g

Re: [Bacula-users] concurrent jobs with multiple directors

2012-12-03 Thread Silver Salonen
On Thursday 29 November 2012 16:28:11 lst_ho...@kwsoft.de wrote: > > Zitat von Radosław Korzeniewski : > > > Hello, > > > > 2012/11/29 Silver Salonen > > > >> ** > >> > >> On Thursday 29 November 2012 15:43:32 Radosław Korzeniewski

Re: [Bacula-users] BAT problems - Restore

2012-12-03 Thread Silver Salonen
On Monday 03 December 2012 11:11:55 Pedro Bordin Hoffmann wrote: Hello!! Im having problems all the time with BAT when I need to restore files. In almost every server that I need, when I try to restore using BAT for Windows... 64, 32 bits, or Windows 2008, 2003 and XP is the same. BAT just fr

Re: [Bacula-users] concurrent jobs with multiple directors

2012-11-29 Thread Silver Salonen
On Thursday 29 November 2012 15:43:32 Radosław Korzeniewski wrote: Hello, 2012/11/29 Silver Salonen > sd1<--dir1 ---> client1 <--- dir2-->sd2 Is your "client1" a Windows machine? If so, do you use VSS Enable = Yes in your FileSet resource? Yes. So, the cur

Re: [Bacula-users] concurrent jobs with multiple directors

2012-11-29 Thread Silver Salonen
On Thursday 29 November 2012 15:06:28 Radosław Korzeniewski wrote: Hello, 2012/11/29 Silver Salonen On Thursday 29 November 2012 07:58:23 Dan Langille wrote: > On 2012-11-29 07:02, Silver Salonen wrote: > > Hi. > > > > I'm backing up some servers with multiple Bacula d

Re: [Bacula-users] concurrent jobs with multiple directors

2012-11-29 Thread Silver Salonen
On Thursday 29 November 2012 08:27:16 Dan Langille wrote: > On 2012-11-29 08:18, Silver Salonen wrote: > > On Thursday 29 November 2012 07:58:23 Dan Langille wrote: > >> On 2012-11-29 07:02, Silver Salonen wrote: > >> > Hi. > >> > > >> > I&#x

Re: [Bacula-users] concurrent jobs with multiple directors

2012-11-29 Thread Silver Salonen
On Thursday 29 November 2012 07:58:23 Dan Langille wrote: > On 2012-11-29 07:02, Silver Salonen wrote: > > Hi. > > > > I'm backing up some servers with multiple Bacula directors. > > > > Although I've set "Maximum Concurrent Jobs = 10" in FD&#

[Bacula-users] concurrent jobs with multiple directors

2012-11-29 Thread Silver Salonen
Hi. I'm backing up some servers with multiple Bacula directors. Although I've set "Maximum Concurrent Jobs = 10" in FD's configuration, it seems that these multiple directors cannot run jobs concurrently - when one is waiting for a new volume or something, the other just keeps waiting. Anyone

Re: [Bacula-users] Bacula FD on openSUSE does not start via systemd

2012-10-23 Thread Silver Salonen
On 23.10.2012 11:23, Bruno Friedmann wrote: > On Tuesday 23 October 2012 10.03:06 you wrote: >> Hi. >> >> At some point Bacula FD on my openSUSE 12.2 does not start anymore. >> Symptoms: >> >> # /etc/init.d/bacula-fd restart >> redirecting to systemctl >> Job failed. See system journal and 'systemc

[Bacula-users] Bacula FD on openSUSE does not start via systemd

2012-10-23 Thread Silver Salonen
Hi. At some point Bacula FD on my openSUSE 12.2 does not start anymore. Symptoms: # /etc/init.d/bacula-fd restart redirecting to systemctl Job failed. See system journal and 'systemctl status' for details. # systemctl status bacula.service bacula.service Loaded: error (Reason: No suc

Re: [Bacula-users] backing up Google Drive

2012-10-15 Thread Silver Salonen
On 10/15/2012 05:33 PM, Josh Fisher wrote: > On 10/15/2012 5:06 AM, Silver Salonen wrote: >> Hi. >> >> I want to backup my Google Drive data. I've read it's possible by >> mounting Google Drive via some WebDAV service provider, eg. >> https://dav-pocke

Re: [Bacula-users] backing up Google Drive

2012-10-15 Thread Silver Salonen
On 10/15/2012 02:18 PM, Martin Simmons wrote: >>>>>> On Mon, 15 Oct 2012 12:06:09 +0300, Silver Salonen said: >> I figured it would be enough if Bacula checked only file sizes, so I >> also played around with option 'Accurate', but setting it to "

Re: [Bacula-users] binaries of Bacula server for Windows

2012-09-08 Thread Silver Salonen
On 2012-09-09 02:48, John Drescher wrote: > On Sat, Sep 8, 2012 at 4:40 PM, wrote: >> >> Zitat von Silver Salonen : >> >>> Hi. >>> >>> Does anyone have Windows binaries of bacula-server lying around? >> >> http://sourceforge.net/projec

[Bacula-users] binaries of Bacula server for Windows

2012-09-07 Thread Silver Salonen
Hi. Does anyone have Windows binaries of bacula-server lying around? -- Silver -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how

Re: [Bacula-users] Stable version

2012-08-15 Thread Silver Salonen
On 15.08.2012 15:20, Isamar Maia wrote: > Hi Folks, > > What is the current stable version ? 5.2.6 or 5.2.10 ? 5.2.10 is more stable :) -- Silver -- Live Security Virtual Conference Exclusive live event will cover all t

Re: [Bacula-users] Backing up vmware-based virtual machines using Bacula

2012-08-08 Thread Silver Salonen
On 08.08.2012 15:21, Radosław Korzeniewski wrote: Hello, 2012/8/8 Silver Salonen mailto:sil...@serverock.ee>> So Bacula backs up the pure VMDK files, fully every time (as partial file backups are not supported)? If you use a Bacula vSphere plugin than you can backup a vmdk

Re: [Bacula-users] Backing up vmware-based virtual machines using Bacula

2012-08-08 Thread Silver Salonen
On 08.08.2012 11:13, Michael D. Wood wrote: > Yes. The shares are created on the Windows VM. The security > permissions were changed to only allow administrator and bacula > access. I then created entries in fstab on the Linux machine where > bacula-director is running. I created mount point

Re: [Bacula-users] Backing up vmware-based virtual machines using Bacula

2012-08-07 Thread Silver Salonen
On 07.08.2012 23:52, Michael D. Wood wrote: Not the prettiest way...but this is how I backed up VM's. I attached a backup device to a Windows VM and shared out backup directories I created. I edited fstab where Bacula Director daemon is running and configured it to mount the shares on boot.

Re: [Bacula-users] Backing up vmware-based virtual machines using Bacula

2012-08-07 Thread Silver Salonen
On 07.08.2012 18:37, Michael Namaiandeh wrote: Hi everyone, I have another question about Bacula. This time it's regarding a vmware environment. I would like to have Bacula backup some VM's that I have on ESX machines. I know this is typically done (with other backup software such as BackupE

Re: [Bacula-users] scripts for holding configuration in database

2012-07-30 Thread Silver Salonen
servers etc. It would be a true multi-user portal, so I thought editing files would not be an option. That may of course depend on how one could work around the limitations etc. -- Silver On Mon, Jul 30, 2012 at 2:40 PM, Silver Salonen <mailto:sil...@serverock.ee>> wrote: On 28.0

Re: [Bacula-users] scripts for holding configuration in database

2012-07-30 Thread Silver Salonen
On 28.05.2011 15:35, Silver Salonen wrote: Hello Bacula users :) For a long time I've been thinking about and trying to create a web-based tool for configuring Bacula. For keeping things simple and flexible, I'd thought on keeping all the configuration in a database. So I&#x

[Bacula-users] Max Run Time behavior

2012-05-08 Thread Silver Salonen
Hi. Does anyone know how to interpret Max Time directives from http://www.bacula.org/en/dev-manual/main/main/New_Features_in_3_0_0.html#SECTION00132417000 ? Should the "Max Run Time" indicate "Run Time" + "Blocked" (Max Wait Time) + "Run Time"? Also, "Max Run Sched Time" is said to

Re: [Bacula-users] Different director and storage (in separate hw)?

2012-04-14 Thread Silver Salonen
On 14.04.2012 14:41, Timo Neuvonen wrote: >>> Yes, I know that the Bacula Release Notes say "As always, both the >>> Director >>> and Storage daemon must be upgraded at the same time." >>> >>> Is this because of some shared library versions or something else "single >>> host environment"- related?

Re: [Bacula-users] Different director and storage (in separate hw)?

2012-04-14 Thread Silver Salonen
On 14.04.2012 13:26, Timo Neuvonen wrote: > Yes, I know that the Bacula Release Notes say "As always, both the Director > and Storage daemon must be upgraded at the same time." > > Is this because of some shared library versions or something else "single > host environment"- related? > > I'm migrat

Re: [Bacula-users] HEADS UP - changes to FreeBSD Bacula ports

2012-04-03 Thread Silver Salonen
On 03.04.2012 21:55, Dan Langille wrote: > A long running problem with the Bacula port is being worked on by Alonso > Cárdenas Márquez. I have been testing out his changes recently. > > The problem: shared libraries installed by one of the ports are > reinstalled by the other ports. This problem h

Re: [Bacula-users] jobs fail with various "broken pipe" errors

2012-03-12 Thread Silver Salonen
On Tuesday 06 March 2012 14:44:33 Silver Salonen wrote: > On Tuesday 28 February 2012 16:07:50 Christopher Hylarides wrote: > > I'm not sure why (I haven't had the need to dig this deep), but with > > large backups (well all of them, really) bacula-dir connects to the FD

Re: [Bacula-users] jobs fail with various "broken pipe" errors

2012-03-06 Thread Silver Salonen
external addresses to internal ones, the DIR--FD timeouts are gone. So I guess the remaining FD--SD timeouts are somehow caused by pfSense firewall too. I'll keep digging. PS. Please post your replies below of the quoted text in mailing lists :) -- Silver > On 12-02-27 10:23 AM, Silver S

Re: [Bacula-users] Transfert a Volume to another storage daemon ?

2012-03-05 Thread Silver Salonen
On Monday 05 March 2012 14:53:55 Olivier L. wrote: > Hi all, > > I have two storage daemon with file device on each. > > I know that i can't use a copy job to transfer a Volume between my two > storage daemon, but i need to transfert all my volumes on my second > storage. > > Do you have any s

Re: [Bacula-users] FreeBSD - libbaccats-5.2.6.so not found after upgrading

2012-03-02 Thread Silver Salonen
On Fri, 2 Mar 2012 20:32:27 +, Doug Sampson wrote: >> On 02/03/2012 16:52, Doug Sampson wrote: >> > Hello- >> > >> > While upgrading from 5.2.3 to 5.2.6 on a FreeBSD 9.0-RELEASE >> machine and >> restarting, I encountered an error as follows: >> > >> > ===>>> Done displaying pkg-message files

Re: [Bacula-users] Delaying execution of Client Run Before Job

2012-03-02 Thread Silver Salonen
On Friday 02 March 2012 08:47:42 Cristóbal Sabroe Yde wrote: Hi everyone! Is there a way to delay the execution of the script Client Run Before Job right up to the efective moment when the remote client will start sending data? I have set up such a script to shut down some databases and I'd like

Re: [Bacula-users] jobs fail with various "broken pipe" errors

2012-02-28 Thread Silver Salonen
On Tuesday 28 February 2012 08:26:50 Phil Stracchino wrote: > On 02/28/2012 05:00 AM, Silver Salonen wrote: > > I look at these lines: > > > > 28-Feb 00:04 backupsrv-dir JobId 58414: Sending Accurate information. > > 28-Feb 00:07 backupsrv-sd2 JobId 58414: Recycled

Re: [Bacula-users] jobs fail with various "broken pipe" errors

2012-02-28 Thread Silver Salonen
On Thursday 23 February 2012 11:11:54 Silver Salonen wrote: > On Wednesday 22 February 2012 15:20:10 Silver Salonen wrote: > > On Wed, 22 Feb 2012 12:33:49 +0100, Hugo Letemplier wrote: > > > I think you can try to configure the Heartbeat Interval directive on > >

Re: [Bacula-users] jobs fail with various "broken pipe" errors

2012-02-27 Thread Silver Salonen
sses? May it be some hardware-related stuff? -- Silver > > On 12-02-25 9:21 AM, Silver Salonen wrote: > > On Thu, 23 Feb 2012 10:49:55 -0500, Josh Fisher wrote: > >> On 2/23/2012 4:11 AM, Silver Salonen wrote: > >>> On Wednesday 22 February 2012 15:20:10 Silver Sa

Re: [Bacula-users] jobs fail with various "broken pipe" errors

2012-02-25 Thread Silver Salonen
On Thu, 23 Feb 2012 10:49:55 -0500, Josh Fisher wrote: > On 2/23/2012 4:11 AM, Silver Salonen wrote: >> On Wednesday 22 February 2012 15:20:10 Silver Salonen wrote: >> >> What's also interesting about these failures are these lines >> (similar in all these faili

  1   2   3   4   5   >