[Bacula-users] Scheduled jobs not showing up

2019-07-19 Thread Jonathan Bayer
I've just set up a new Bacula server, using the Bacula 9.4.4 RPM.  It's running 
on an up-to-date CentOs 7 system.

It's working, but I've run into an oddity:

Right now, I have 4 NFS filesystems mounted on the same system, I'm using the 
local Bacula client to backup these 4 shared filesystems.

I've created a separate job for each, and each job is referencing a different 
FileSet.  Each one is also using a different schedule.

When I use the bconsole "run" command, they all show up, and each works on it's 
own.

When I use the bconsole "status" to show the scheduled jobs, it only shows the 
first two jobs configured in the client config.

To be safe, I've commented out each job, done a reload and showed the status 
again, and it continues to show the first two jobs configured.

I don't know if the jobs will actually run or not, looking for some info on 
this.


Jonathan Bayer
Manager, Technical Operations

ACHIEVE3000
1985 Cedar Bridge Ave, Ste 3
Lakewood, NJ 08701
office: 732.367.5505 x172
fax: 732.367.2313
www.Achieve3000.com
The Leader In Differentiated Instruction

___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] AWS S3 Backup

2019-07-19 Thread William Muriithi
Ken,

Slightly unrelated but still think it fit well on this thread.

One of the purpose of using tapes is so that one can remove it later from the 
system and make it only physically available.  In case the system is 
compromised, you still have something that can only be destroyed by someone 
local to the data owners.

If one is using S3, how does bacula prevent a case like the Florida city where 
they had backups, but the backups were reachable from the compromised system?

Just trying to see if there is something I am missing as this solution seem to 
have a hole from my point of view.

Regards,
William


From: Kern Sibbald 
Sent: July 19, 2019 6:50:03 AM
To: Bryan Sockel; Bryan Sockel via Bacula-users 
(bacula-users@lists.sourceforge.net)
Subject: Re: [Bacula-users] AWS S3 Backup


On 7/18/19 10:14 PM, Bryan Sockel wrote:
Looking over my setup again.  I am not sure if the S3 Cloud driver is being 
compiled correctly.  How can i tell to see if the if it was compiled correctly.

I am following the process here: 
https://stackoverflow.com/questions/12172504/installing-the-libs3-on-linux but 
with the drivers from the bacula.org website.  I am never able to find the 
dependencies in step 5.  Tried installing the 2 rpm's created with the the 
nodep switch.



Thank You

From: "Bryan Sockel 
(bryan.soc...@mdaemon.com)" 

To: "Bryan Sockel" , 
"Bryan Sockel via Bacula-users 
(bacula-users@lists.sourceforge.net)"
 
,
 "Kern Sibbald (k...@sibbald.com)" 

Date: Thu, 18 Jul 2019 10:11:07 -0500
Subject: Re: [Bacula-users] AWS S3 Backup

Should i be concerned that the plugins are being Rejected?

plugins.c:133-0 Rejected plugin: want=-sd.so name=s3 len=2
plugins.c:133-0 Rejected plugin: want=-sd.so name=libnss3.so len=10
plugins.c:133-0 Rejected plugin: want=-sd.so name=libs3.so.3 len=10


These objects (files) are not Bacula plugins.  I suspect that your definition 
of the PluginDirectory is not pointing to the Bacula plugins directory.

You are probably using some old distro supplied configuration, which installs 
Bacula in may directories on your filesystem -- this is *very* bad particularly 
for disaster recovery.  I recommend that you remove all old binaries, rebuild 
with the recommended Bacula ./configure set (installs almost everything in 
/opt/bacula/...).  Then try again.

Best regards,

Kern




Thank You,

Bryan Sockel
Systems Administrator
o: 817-601-3222 ext: 233e: 
bryan.soc...@mdaemon.com

MDaemon Technologies
Simple Secure Email

Visit us on Facebook | 
LinkedIn | 
YouTube

Sent using the MDaemon Messaging Server

From: "Bryan Sockel via Bacula-users 
(bacula-users@lists.sourceforge.net)"
 
To: "Kern Sibbald (k...@sibbald.com)" 
, 
bacula-users@lists.sourceforge.net
Date: Thu, 18 Jul 2019 08:04:17 -0500
Subject: Re: [Bacula-users] AWS S3 Backup

Hello,

Here is the requested Information:

Plugin Directory = "/usr/lib64"
ls  /usr/lib64/bacula-sd-cloud-driver-9.4.4.so
/usr/lib64/bacula-sd-cloud-driver-9.4.4.so


bacula-sd -d20
[root@bacula bacula]# bacula-sd: address_conf.c:274-0 Initaddr 0.0.0.0:9103
bacula-sd: init_dev.c:435-0 Open SD driver at 
/usr/lib64/bacula-sd-cloud-driver-9.4.4.so
bacula-sd: bnet_server.c:86-0 Addresses 0.0.0.0:9103
bacula-sd: init_dev.c:440-0 Lookup "BaculaSDdriver" in driver=cloud
bacula-sd: init_dev.c:442-0 Driver=cloud entry point=7f295e762e90
bacula-sd: stored.c:610-0 SD init done CloudStorage-1
List plugins. Hook count=0
List plugins. Hook count=0


status storage=Cloud
Connecting to Storage daemon Cloud at bacula:9103
bacula-sd Version: 9.4.4 (28 May 2019) x86_64-pc-linux-gnu redhat (Core)
Daemon started 18-Jul-19 07:48. Jobs: run=0, running=0.
 Heap: heap=135,168 smbytes=31,242 max_bytes=150,467 bufs=89 max_bufs=91
 Sizes: boffset_t=8 size_t=8 int32_t=4 int64_t=8 mode=0,0 newbsr=0
 Res: ndevices=1 nautochgr=0
 Drivers: cloud
Running Jobs:
No Jobs running.

Jobs waiting to reserve a drive:

Terminated Jobs:
 JobId  LevelFiles  Bytes   Status   FinishedName
===
 1  Full  0 0   Error17-Jul-19 16:04 BackupClient1
 2  Full  0 0   Error17-Jul-19 16:29 BackupClient1
 3  Full  0 0   Error17-Jul-19 23:15 BackupClient1
 4  Full   

Re: [Bacula-users] File Set definition on Clinet Side

2019-07-19 Thread Yateen Bhagat
Hello

I am trying out Bacula v 9.4.4 on Centos 7.x
things are going fine. But I need to define the FileSet on each client
machine. How is it done ?

Thanks
Yateen Bhagat

On Wed, Jul 17, 2019 at 5:25 PM Yateen Bhagat  wrote:

> Hello
>
> I am trying out Bacula v 9.4.4 on Centos 7.x
> things are going fine. But I need to define the FileSet on each client
> machine. How is it done ?
>
> Thanks
> --
> Yateen Bhagat
>
>

-- 
Yateen Bhagat
Mob : 98450 23837
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] AWS S3 Backup

2019-07-19 Thread Kern Sibbald

  
  


On 7/18/19 10:14 PM, Bryan Sockel
  wrote:


  
  Looking over my setup again.  I am not sure if the S3
Cloud driver is being compiled correctly.  How can i tell to see
if the if it was compiled correctly.
   
  I am following the process here: https://stackoverflow.com/questions/12172504/installing-the-libs3-on-linux but
with the drivers from the bacula.org website.  I am never able
to find the dependencies in step 5.  Tried installing the 2
rpm's created with the the nodep switch. 
  

   

  
   
   
  

  Thank You
   
  From: "Bryan Sockel
  (bryan.soc...@mdaemon.com)"
  
  To: "Bryan
Sockel" , "Bryan Sockel via
Bacula-users (bacula-users@lists.sourceforge.net)"
, "Kern Sibbald
(k...@sibbald.com)" 
Date: Thu, 18 Jul 2019 10:11:07 -0500
Subject: Re: [Bacula-users] AWS S3 Backup
 
Should i be concerned that
  the plugins are being Rejected?
 
plugins.c:133-0 Rejected
  plugin: want=-sd.so name=s3 len=2
  plugins.c:133-0 Rejected plugin: want=-sd.so
  name=libnss3.so len=10
  plugins.c:133-0 Rejected plugin: want=-sd.so
  name=libs3.so.3 len=10

  

  



These objects (files) are not Bacula plugins.  I suspect that
  your definition of the PluginDirectory is not pointing to the
  Bacula plugins directory.  

You are probably using some old distro supplied configuration,
  which installs Bacula in may directories on your filesystem --
  this is *very* bad particularly for disaster recovery.  I
  recommend that you remove all old binaries, rebuild with the
  recommended Bacula ./configure set (installs almost everything in
  /opt/bacula/...).  Then try again.
Best regards,
Kern


  

  

   
 

  
Thank You,

  Bryan
  Sockel
  Systems Administrator
  o:
  817-601-3222 ext: 233    e:
  bryan.soc...@mdaemon.com
  
  MDaemon
Technologies
  Simple
Secure Email
  
  Visit us on Facebook
  | LinkedIn
  | YouTube
  
  Sent using the MDaemon
Messaging Server
  

 
  From: "Bryan Sockel via Bacula-users
(bacula-users@lists.sourceforge.net)"

To: "Kern Sibbald (k...@sibbald.com)"
,
bacula-users@lists.sourceforge.net
Date: Thu, 18 Jul 2019 08:04:17 -0500
Subject: Re: [Bacula-users] AWS S3 Backup
 
Hello,
 
Here is the
  requested Information:
 
Plugin Directory = "/usr/lib64"
ls  /usr/lib64/bacula-sd-cloud-driver-9.4.4.so
  /usr/lib64/bacula-sd-cloud-driver-9.4.4.so
 

  
 
bacula-sd -d20
  [root@bacula bacula]# bacula-sd:
  address_conf.c:274-0 Initaddr 0.0.0.0:9103
  bacula-sd: init_dev.c:435-0 Open SD driver at
  /usr/lib64/bacula-sd-cloud-driver-9.4.4.so
  bacula-sd: bnet_server.c:86-0 Addresses
  0.0.0.0:9103
  bacula-sd: init_dev.c:440-0 Lookup
  "BaculaSDdriver" in driver=cloud
  bacula-sd: init_dev.c:442-0 Driver=cloud entry
  point=7f295e762e90
  bacula-sd: stored.c:610-0 SD init done
  CloudStorage-1
  List plugins. Hook count=0
  List plugins. Hook count=0
 
 

  status storage=Cloud
Connecting to Storage daemon Cloud at
bacula:9103
  bacula-sd Version: 9.4.4 (28 May 2019)
x86_64-pc-linux-gnu redhat (Core)
Daemon started 18-Jul-19 07:48. Jobs: run=0,
running=0.
 Heap: heap=135,168 smbytes=31,242
max_bytes=150,467 bufs=89 max_bufs=91
 Sizes: boffset_t=8 size_t=8 int32_t=4 

Re: [Bacula-users] Bacula 9.44 Aligned -Disk Driver Not Working

2019-07-19 Thread Kern Sibbald

Hello Martin,

Yes, correct Bacula (and Bacula Systems) does not yet release source 
code because we have a patent pending on the technique. Working with the 
USPTO on this particular patent is very frustrating.  We are also 
working with the EU patent reviewers, and though it takes time, the 
process is moving forward nicely (I hope).


I will talk to the package builder to see if he (or possibly the QA 
department) can test and possibly fix the binaries.


Best regards,

Kern

On 7/18/19 12:27 PM, Martin Simmons wrote:

I can see why Bacula Systems don't make the SOURCE available yet, but shipping
a useless binary package is probably not what they intended so you should ask
them about it.

__Martin




On Thu, 18 Jul 2019 11:30:32 +0200, Olivier Delestre said:

Hi,

All my servers are install with the Bacula Community packages from repo :
baseurl=http://bacula.org/packages/x/rpms/9.4.4/el7/x86_64

bacula-aligned.x86_64    9.4.4-1.el7 @Bacula-Community
bacula-libs.x86_64   9.4.4-1.el7 @Bacula-Community
bacula-postgresql.x86_64 9.4.4-1.el7 @Bacula-Community
--
/opt/bacula/plugins/
-rwxr-x---. 1 root bacula  7776 Jun 25 10:41
bacula-sd-aligned-driver-9.4.4.so
--
And in my conf sd :
Storage { # definition of myself
    Name = -sd
    SDPort = 9103  # Director's port
    WorkingDirectory = "/opt/bacula/working"
    Pid Directory = "/opt/bacula/working"
### NEW 9.0.8
    Plugin Directory = "/opt/bacula/plugins"
###

I just notice that the community version still does not have this
feature ( Aligned Volume ).

https://www.bacula.org/bacula-binary-package-download/
"and Bacula Systems has been advised that the source should not be made
available until the patent is granted."

Thanks. and let us know when it is available.





Le 17/07/2019 à 14:34, Martin Simmons a écrit :

The open source code contains a null aligned driver, but if your
/opt/bacula/plugins/bacula-sd-aligned-driver-9.4.4.so was installed from the
Bacula Community packages then you will have to ask Bacula Systems about it
(https://www.bacula.org/bacula-binary-package-download/).

__Martin



On Wed, 17 Jul 2019 11:53:45 +0200, Olivier Delestre said:

Hi,

I'm sure the aligned volume works in July 2018 for my test ( with older
version than 9.4.4 ).

I remenber i have 2 files generate for the "tape" ( Test001 and
Test001.add  ).

But not today.

The Plugin is still avalaible with the Bacula 9.4.4 ??


Le 11/07/2019 à 18:49, J W a écrit :

I just installed Bacula 9.44 Community and am backing up to a ZFS
drive. It works fine with a regular setup.

If I switch to using the Aligned device type then I get the error
below. I switched back to a regular setup but would like to use
deduplication since it would save me a lot of space because my full
backups are 5 TB but most of the files are not changing between ful
backups.
-
       Device "Aligned-Disk" requested by DIR could not be opened or
does not exist.
11-Jul 09:29 jw-sd JobId 13: Error: [SE0003] Lookup of symbol
"BaculaSDdriver" in driver Aligned-Disk for device
/opt/bacula/plugins/bacula-sd-aligned-driver-9.4.4.so
 failed:
ERR=/opt/bacula/plugins/bacula-sd-aligned-driver-9.4.4.so
: undefined symbol:
BaculaSDdriver
---
My OS is latest Centos 7. I installed Bacula from the Bacula 9.4.4
repo. It appeared to install the plugin successfuly. Yum shows it as
installed. It seems like Bacula is finding it since it lists the
correct path to the plugin.

I set up Bacula for deduplication using the directions at
http://www.bacula.lat/block-level-deduplication-with-aligned-volumes-tutorial-bacula-7-9-9-0-and-above/?lang=en.
See my device entry quoted further down below.

I ran a few programs on the plugin to show the symbols but they do not
show BaculaSDdriver in the plugin. I do not really know what I am
doing with that. I also looked at the plugin itself for text with this
value but did not see it.

I saw a post (wsee below) where someone has the same problem with
9.4.3. I could not figure out how to reply to that post since I just
joined the bacula-users list today.

Any idea how to fix this problem or if it is a bug?

Thanks,
Joe

*[Bacula-users] Aligned volumes support - Bacula Community 9.4.3
*
From: Pedro Freire Popiolek  - 2019-07-08 23:26:41

--
Bacula-Community]
name=CentOS - Bacula - Community
baseurl=http://www.bacula.org/packages/zmyKeyWasHere/rpms/9.4.4/el7/x86_64/
enabled=1
protect=0

Re: [Bacula-users] AWS S3 Backup

2019-07-19 Thread Olivier Delestre

Perhaps the same problem with the Aligned Volume Plugin :
Error: [SE0003] Lookup of symbol "BaculaSDdriver" in driver 
Aligned-xxx-1 for device 
/opt/bacula/plugins/bacula-sd-aligned-driver-9.4.4.so failed: ER
R=/opt/bacula/plugins/bacula-sd-aligned-driver-9.4.4.so: undefined 
symbol: BaculaSDdriver


Today i use a Rpm install from https://bacula.org/packages/

Today i can't use this :(


Le 18/07/2019 à 22:31, Heitor Faria a écrit :

Hello Bryan,

Should i be concerned that the plugins are being Rejected?
plugins.c:133-0 Rejected plugin: want=-sd.so name=s3 len=2
plugins.c:133-0 Rejected plugin: want=-sd.so name=libnss3.so len=10
plugins.c:133-0 Rejected plugin: want=-sd.so name=libs3.so.3 len=10

These messages are misleading but completly harmless.
It looks like now addons for Bacula SD are called Drivers, so this is 
something related to this change.



Thank You,

Regards,


*Bryan Sockel*
Systems Administrator
*o*: 817-601-3222 ext: 233 *e*: bryan.soc...@mdaemon.com

*MD*aemon Technologies 
Simple Secure Email

-- 



MSc Heitor Faria
CEO Bacula LATAM
mobile1: + 1 909 655-8971
mobile2: + 55 61 98268-4220
linkedin icon 


logo 
América Latina
bacula.lat  | bacula.com.br 




___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users