[Bacula-users] Webacula 7. Coming…

2014-11-07 Thread oliveiraped
Hi, Reportula is able to read the configuration files of Bacula, edit, and 
write new ones. It covers problably 90 % of all configurations options. Its 
steel in developing please check it out here www.reportula.org. 

Feel free to report bugs or problems.

+--
|This was sent by oliveira...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



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


Re: [Bacula-users] Webacula 7. Coming...

2014-11-07 Thread Gilberto Nunes
I like to read about this tools, but I wonder why there's a uniq tool to
all kind of bacula features, such as, easily installation, easily
configuration, and so on... Why there's a tool for this, a tool for that??

2014-11-07 13:54 GMT-02:00 oliveiraped bacula-fo...@backupcentral.com:

 Hi, Reportula is able to read the configuration files of Bacula, edit, and
 write new ones. It covers problably 90 % of all configurations options. Its
 steel in developing please check it out here www.reportula.org.

 Feel free to report bugs or problems.

 +--
 |This was sent by oliveira...@gmail.com via Backup Central.
 |Forward SPAM to ab...@backupcentral.com.
 +--




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




-- 
--

Gilberto Ferreira
(47) 9676-7530
--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Webacula 7. Coming…

2014-11-07 Thread John Drescher
On Fri, Nov 7, 2014 at 10:54 AM, oliveiraped
bacula-fo...@backupcentral.com wrote:
 Hi, Reportula is able to read the configuration files of Bacula, edit, and 
 write new ones. It covers problably 90 % of all configurations options. Its 
 steel in developing please check it out here www.reportula.org.


Does it support includes in conf files? I mean mt bacula-dir.conf
includes dozens of conf files in a hierarchy.

John

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


Re: [Bacula-users] Webacula 7. Coming...

2014-11-07 Thread heitor
I like to read about this tools, but I wonder why there's a uniq tool to all 
kind of bacula features, such as, easily installation, easily configuration, 
and so on... Why there's a tool for this, a tool for that?? 

There are tools that are better at some aspects or another. E.g.: Webmin does 
Bacula changes on configuration files, but is not as user friendly, resourceful 
as Webacula or BAT for backup administration and monitoring. Reportula proposes 
to do both things, but I think last version is in beta testing. 
Nowadays I think the most complete and stable GUI is the Enterprise Bweb. 

Regards, 
 
Heitor Medrado de Faria 
Precisa de treinamento Bacula? 15% de desconto no curso on-line pelo site: 
bacula.com.br 
61 2021-8260 | 8268-4220 
Site: www.bacula.com.br | Facebook: heitor.faria | Gtalk: heitorfa...@gmail.com 
= 
--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Webacula 7. Coming…

2014-10-28 Thread Kern Sibbald

Hello,

It is not particularly easy to parse Bacula configuration files, 
particularly the FileSet resource, and I am not sure it can be done with 
regex.  However, Bacula does read its own conf files, and there is a 
program named DassModus (posted on Internet) that reads Bacula conf 
files in Python partially using regexes ...


Concerning your conf file listed below.  I am 99% sure it is not a 
valid conf file and could not even be scanned by Bacula.


If you are worried about all the things that Bacula permits such as 
spaces in names, simply define a simpler Bacula syntax where names 
cannot have spaces.  Another way is to choose your own format (such as 
xml, which as you know, I do not like) and use it since it is easy to 
parse with web tools, then convert it into Bacula syntax before giving 
it to Bacula.  Converting xml, json, or any other representation into 
Bacula should be a lot easier than going the other way.


Best regards,
Kern

On 14-10-28 04:19 AM, Yuriy Tim wrote:

I  kept  my  old letter  (2011 :)

I tried to parse the bacula-dir.conf.
However, this is probably not possible with simple regexp's.
It turned out that some applications, for example, Webmin does this
with a regexp.

But they're doing it wrong!

For example, here is test configuration (which is written according to
Bacula Main Reference: Customizing the Configuration Files)
contains no errors in terms of Bacula (I checked it) but it would be
wrong parsed (I have not tested it, but I'm sure of it) by 3rd parties
parsers (not native) :

-
# comment1
  # comment2

c  o n s o l e
{ Name=name1; Password = p; \\\a s s w o rd; J o b A C L = *all\*
}Con sole { N a m e = name 2; Pass word = password; JobACL =
job/\1, job2, job3
}

-


I.e. in other words to parse with regexp any Bacula configuration will
be very difficult.


2014-10-28 7:08 GMT+03:00 Victor Hugo dos Santos listas@gmail.com 
mailto:listas@gmail.com:


On Sat, Oct 25, 2014 at 3:09 PM, Kern Sibbald k...@sibbald.com
mailto:k...@sibbald.com wrote:
 On 14-10-05 03:36 AM, Yuriy Tim wrote:

 What I have in mind:
 1 store all config files in the database
 2 to store all the jobs in the database (for example, scheduled
tasks, and
 not only already made)
 3 to store other information in the same database
 4 to have a function that preserves the tree to the the database
for select
 the files and restore. Now it makes BVFS,but for Web-UI is useless.

 I once wrote in the bacula-devel but 

 Bacula configuration files editing ? NOO! :)


 I am not sure why any one would object to doing configuration
file editing
 in a Web based GUI -- we have that in Bacula Enterprise.  Also
who you asked
 to program it and when could make a big difference in the
response ...

 Where I am not very enthusiastic is to put the configuration
files in the
 SQL database.  This would make it harder to recover Bacula
during disaster
 recovery, and if you destroyed your database, it could make it
impossible to
 even start Bacula.

Hi

I think the same with you about the posibility to store the
configuration in database (is a very, very, very bad idea) !!!
but, maybe the idea of this mail (If not, Yuriry can use this idea to
improve webacula) is to use a database to save all the hosts, files,
storages and others only to webacula interface... After the end, the
user will apply the changes and so, the GUI get all the information
from the database and generate a new bacula-dir.conf for example.

that is the same idea that the Centreon project use to make the nagios
configuration files, and IMHO, I believe that is a good idea.

salu2


--
--
Victor Hugo dos Santos
http://www.vhsantos.net
Linux Counter #224399




--
with best regards


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


Re: [Bacula-users] Webacula 7. Coming…

2014-10-27 Thread Victor Hugo dos Santos
On Sat, Oct 25, 2014 at 3:09 PM, Kern Sibbald k...@sibbald.com wrote:
 On 14-10-05 03:36 AM, Yuriy Tim wrote:

 What I have in mind:
 1 store all config files in the database
 2 to store all the jobs in the database (for example, scheduled tasks, and
 not only already made)
 3 to store other information in the same database
 4 to have a function that preserves the tree to the the database for select
 the files and restore. Now it makes BVFS,but for Web-UI is useless.

 I once wrote in the bacula-devel but 

 Bacula configuration files editing ? NOO! :)


 I am not sure why any one would object to doing configuration file editing
 in a Web based GUI -- we have that in Bacula Enterprise.  Also who you asked
 to program it and when could make a big difference in the response ...

 Where I am not very enthusiastic is to put the configuration files in the
 SQL database.  This would make it harder to recover Bacula during disaster
 recovery, and if you destroyed your database, it could make it impossible to
 even start Bacula.

Hi

I think the same with you about the posibility to store the
configuration in database (is a very, very, very bad idea) !!!
but, maybe the idea of this mail (If not, Yuriry can use this idea to
improve webacula) is to use a database to save all the hosts, files,
storages and others only to webacula interface... After the end, the
user will apply the changes and so, the GUI get all the information
from the database and generate a new bacula-dir.conf for example.

that is the same idea that the Centreon project use to make the nagios
configuration files, and IMHO, I believe that is a good idea.

salu2


-- 
--
Victor Hugo dos Santos
http://www.vhsantos.net
Linux Counter #224399

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


Re: [Bacula-users] Webacula 7. Coming…

2014-10-25 Thread Kern Sibbald

On 14-10-05 03:36 AM, Yuriy Tim wrote:



2014-10-05 2:44 GMT+03:00 Heitor Faria hei...@bacula.com.br 
mailto:hei...@bacula.com.br:


Congratulations, Tim! We use Webacula a lot here in Brazil.
Are there any other features on the roadmap? E. g.: configuration
files editing?


Much could be done!
If Bakula would be more friendly to the Web-UI's.

What I have in mind:
1 store all config files in the database
2 to store all the jobs in the database (for example, scheduled tasks, 
and not only already made​​)

3 to store other information in the same database
4 to have a function that preserves the tree to the the database for 
select the files and restore. Now it makes BVFS,but for Web-UI is useless.


I once wrote in the bacula-devel but 

Bacula configuration files editing ? NOO! :)


I am not sure why any one would object to doing configuration file 
editing in a Web based GUI -- we have that in Bacula Enterprise. Also 
who you asked to program it and when could make a big difference in the 
response ...


Where I am not very enthusiastic is to put the configuration files in 
the SQL database.  This would make it harder to recover Bacula during 
disaster recovery, and if you destroyed your database, it could make it 
impossible to even start Bacula.


Best regards,
Kern





Regards,

On Sat, Oct 4, 2014 at 8:05 PM, Yuriy Tim tim4...@gmail.com
mailto:tim4...@gmail.com wrote:

I'll be back :)

New features:

 1.  Compatible with Bacula 7.x
 2. The Webacula Users password hasher implements the Portable
PHP password hashing framework, which is used in
WordPress, Drupal and other.  Now encrypted Webacula users
passwords on all supported databases: MySQL, PostgreSQL,
Sqlite3.
 3. Therefore Webacula 7.x incompatible with prior versions!

http://webacula.tim4dev.com/2014/10/webacula-7-coming/


-- 
with best regards



--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI
DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White
paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog
Analyzer

http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
mailto:Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users




-- 


Heitor Medrado de Faria
Precisa de treinamento Bacula? 15% de desconto no curso on-line
pelo site: bacula.com.br http://www.bacula.com.br/?p=2394
Need Bacula training? 10% discount coupon code at Udemy:
bacula-users
https://www.udemy.com/bacula-backup-software/?couponCode=bacula-users
+55 61 2021-8260
+55 61 8268-4220
Site: www.bacula.com.br http://www.bacula.com.br/
Facebook: heitor.faria http://www.facebook.com/heitor.faria
Gtalk: heitorfa...@gmail.com mailto:heitorfa...@gmail.com





--
with best regards


--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk


___
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


Re: [Bacula-users] Webacula 7. Coming…

2014-10-05 Thread Yuriy Tim
2014-10-05 2:44 GMT+03:00 Heitor Faria hei...@bacula.com.br:

 Congratulations, Tim! We use Webacula a lot here in Brazil.
 Are there any other features on the roadmap? E. g.: configuration files
 editing?


Much could be done!
If Bakula would be more friendly to the Web-UI's.

What I have in mind:
1 store all config files in the database
2 to store all the jobs in the database (for example, scheduled tasks, and
not only already made​​)
3 to store other information in the same database
4 to have a function that preserves the tree to the the database for select
the files and restore. Now it makes BVFS,but for Web-UI is useless.

I once wrote in the bacula-devel but 

Bacula configuration files editing ? NOO! :)



 Regards,

 On Sat, Oct 4, 2014 at 8:05 PM, Yuriy Tim tim4...@gmail.com wrote:

 I'll be back :)

 New features:

1.  Compatible with Bacula 7.x
2. The Webacula Users password hasher implements the Portable PHP
password hashing framework, which is used in WordPress, Drupal and other.
Now encrypted Webacula users passwords on all supported databases: MySQL,
PostgreSQL, Sqlite3.
3. Therefore Webacula 7.x incompatible with prior versions!

 http://webacula.tim4dev.com/2014/10/webacula-7-coming/


 --
 with best regards


 --
 Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
 Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
 Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
 Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer

 http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users




 --
 
 Heitor Medrado de Faria
 Precisa de treinamento Bacula? 15% de desconto no curso on-line pelo site:
 bacula.com.br http://www.bacula.com.br/?p=2394
 Need Bacula training? 10% discount coupon code at Udemy: bacula-users
 https://www.udemy.com/bacula-backup-software/?couponCode=bacula-users
 +55 61 2021-8260
 +55 61 8268-4220
 Site: www.bacula.com.br
 Facebook: heitor.faria http://www.facebook.com/heitor.faria
 Gtalk: heitorfa...@gmail.com
 




-- 
with best regards
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Webacula 7. Coming…

2014-10-04 Thread Yuriy Tim
I'll be back :)

New features:

   1.  Compatible with Bacula 7.x
   2. The Webacula Users password hasher implements the Portable PHP
   password hashing framework, which is used in WordPress, Drupal and other.
   Now encrypted Webacula users passwords on all supported databases: MySQL,
   PostgreSQL, Sqlite3.
   3. Therefore Webacula 7.x incompatible with prior versions!

http://webacula.tim4dev.com/2014/10/webacula-7-coming/


-- 
with best regards
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Webacula 7. Coming…

2014-10-04 Thread Heitor Faria
Congratulations, Tim! We use Webacula a lot here in Brazil.
Are there any other features on the roadmap? E. g.: configuration files
editing?

Regards,

On Sat, Oct 4, 2014 at 8:05 PM, Yuriy Tim tim4...@gmail.com wrote:

 I'll be back :)

 New features:

1.  Compatible with Bacula 7.x
2. The Webacula Users password hasher implements the Portable PHP
password hashing framework, which is used in WordPress, Drupal and other.
Now encrypted Webacula users passwords on all supported databases: MySQL,
PostgreSQL, Sqlite3.
3. Therefore Webacula 7.x incompatible with prior versions!

 http://webacula.tim4dev.com/2014/10/webacula-7-coming/


 --
 with best regards


 --
 Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
 Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
 Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
 Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer

 http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users




-- 

Heitor Medrado de Faria
Precisa de treinamento Bacula? 15% de desconto no curso on-line pelo site:
bacula.com.br http://www.bacula.com.br/?p=2394
Need Bacula training? 10% discount coupon code at Udemy: bacula-users
https://www.udemy.com/bacula-backup-software/?couponCode=bacula-users
+55 61 2021-8260
+55 61 8268-4220
Site: www.bacula.com.br
Facebook: heitor.faria http://www.facebook.com/heitor.faria
Gtalk: heitorfa...@gmail.com

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users