[Bacula-users] Bacula GUI

2014-05-21 Thread Can Şirin

Hi,

In bacula-7.0.3 version I anticipated that the bat (bacula adminsitration
tool) is exist. Eventough I used the configure option that is --enable-bat
and then compile, there is nothing about the bat in the /opt/bacula/bin
directory.

Additionally, in the bacula-gui-7.03.tar.gz package, there is nothing about
bat and bimagemgr. Because it is written, that bacula web interface and
bimagemgr is included, in README file in that package. There is just
baculum (bacula web interface). Am I wrong?

Also what can i do with the bacula-regress package?

Can Sirin
--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Storage to storage feature in 7.0.x

2014-05-21 Thread Josip Deanovic
Josip DeanovicOn Tuesday 2014-05-20 23:04:14  wrote:
 On Tuesday 2014-05-20 19:04:15 Kern Sibbald wrote:
  I did hundreds of copy/migration jobs testing this new feature.  I
  only
  did a few with a totally separate SD though.
 
 I'll make additional tests tomorrow and report here with more info.

I have performed few more tests using setup as described below.

# Case 1
- single server
- single storage daemon
- two devices
- two media types
- two storage resource definitions in the director configuration, each
  pointing to it's own device and media type
- two pools, each pointing to it's own storage definition
- single copy job configured to select single, last full successful
  regular job

The result of Case 1: everything works as expected and the regular job
has been copied from one device to another device configured in the
same storage daemon.


# Case 2
- single server
- two storage daemons, the additional SD is listening on the port 9113
- two devices
- two media types
- two storage resource definitions in the director configuration, each
  pointing to it's own device and media type and SD port
- two pools, each pointing to it's own storage definition
- single copy job configured to select single, last full successful
  regular job

The result of Case 2: it fails the same way as I reported to be the
case with the SD places on the remote server.


Kern, could you please test the Case 2 yourself and confirm that it
actually works? I am now even more convinced that it is not the case
of misconfiguration on my part.


Kind regards

-- 
Josip Deanovic

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Change a volume from 'Error' to 'Append'

2014-05-21 Thread Korbinian Grote
Hi everyone.

While I do have some basic knowledge of bacula (i.e. viewing logs, restoring 
files/folders, labeling volumes) I couldn’t really find conclusive documentation
on how to resolve the following situation:

We’re using bacula with a Tandberg tape library. One of the volumes (tapes) has 
a status of ‘Error’ when I do a ‘list volumes’
in bconsole. Looking at the logs at around the time of the ‘Last written to’ 
field, I can see that a - probably running job - got cancelled
due to losing connection to the server. (Which coincides with a switch problem 
we had at that point, so that is probably what happened).
The job had accessed two volumes but only one shows an ‘Error’ the other one is 
marked full. Querying the database I get 0 files and bytes
written to either volume for the job. 

How do I go forward making the volume appendable again? (Assuming that the 
reason for the ‘Error' is the interrupted job?)

Thanks in advance,

Korbinian



--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Change a volume from 'Error' to 'Append'

2014-05-21 Thread Roberts, Ben
Hi Korbinian,

I've observed similar issues in the past. A job fails part way through and the 
catalog is not updated leaving a mismatch in the number of files in the volume 
versus what's recorded in the catalog. This is then detected the next time the 
volume is used, and Bacula marks the volume as Error without writing anything 
to it.

Given the mismatch, the safest thing to do is mark the volume as Full, and wait 
for the retention period to expire so the volume can be recycled. Unfortunately 
this wastes space (more painful when you have 100GB volumes and it failed 
within the first few gig...), so you'll need to either have sufficient spare 
space on your SD that you can cope with this, or be willing to sacrifice the 
other jobs on the volume and delete jobs+purge or purge it immediately to 
regain the space.

I'm not sure how Bacula would behave if you change it straight to append; 
whether it would leave a hole in the volume, or whether this mismatch would 
corrupt subsequent jobs.

Regards,
Ben Roberts

 -Original Message-
 From: Korbinian Grote [mailto:gr...@genomatix.de]
 Sent: 21 May 2014 11:59
 To: bacula-users@lists.sourceforge.net
 Subject: [Bacula-users] Change a volume from 'Error' to 'Append'

 Hi everyone.

 While I do have some basic knowledge of bacula (i.e. viewing logs, restoring
 files/folders, labeling volumes) I couldn't really find conclusive
 documentation on how to resolve the following situation:

 We're using bacula with a Tandberg tape library. One of the volumes (tapes)
 has a status of 'Error' when I do a 'list volumes'
 in bconsole. Looking at the logs at around the time of the 'Last written to'
 field, I can see that a - probably running job - got cancelled due to losing
 connection to the server. (Which coincides with a switch problem we had at
 that point, so that is probably what happened).
 The job had accessed two volumes but only one shows an 'Error' the other one
 is marked full. Querying the database I get 0 files and bytes written to
 either volume for the job.

 How do I go forward making the volume appendable again? (Assuming that the
 reason for the 'Error' is the interrupted job?)

 Thanks in advance,

 Korbinian



 --
 Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
 Instantly run your Selenium tests across 300+ browser/OS combos.
 Get unparalleled scalability from the best Selenium testing platform available
 Simple to use. Nothing to install. Get started now for free.
 http://p.sf.net/sfu/SauceLabs
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

This email and any files transmitted with it contain confidential and 
proprietary information and is solely for the use of the intended recipient.  
If you are not the intended recipient please return the email to the sender and 
delete it from your computer and you must not use, disclose, distribute, copy, 
print or rely on this email or its contents.  This communication is for 
informational purposes only.  It is not intended as an offer or solicitation 
for the purchase or sale of any financial instrument or as an official 
confirmation of any transaction.   Any comments or statements made herein do 
not necessarily reflect those of GSA Capital. GSA Capital Partners LLP is 
authorised and regulated by the Financial Conduct Authority and is registered 
in England and Wales at Stratton House, 5 Stratton Street, London W1J 8LA, 
number OC309261. GSA Capital Services Limited is registered in England and 
Wales at the same address, number 5320529.


--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Change a volume from 'Error' to 'Append'

2014-05-21 Thread John Drescher
 I've observed similar issues in the past. A job fails part way through and 
 the catalog is not updated leaving a mismatch in the number of files in the 
 volume versus what's recorded in the catalog. This is then detected the next 
 time the volume is used, and Bacula marks the volume as Error without writing 
 anything to it.

 Given the mismatch, the safest thing to do is mark the volume as Full, and 
 wait for the retention period to expire so the volume can be recycled. 
 Unfortunately this wastes space (more painful when you have 100GB volumes and 
 it failed within the first few gig...), so you'll need to either have 
 sufficient spare space on your SD that you can cope with this, or be willing 
 to sacrifice the other jobs on the volume and delete jobs+purge or purge it 
 immediately to regain the space.

 I'm not sure how Bacula would behave if you change it straight to append; 
 whether it would leave a hole in the volume, or whether this mismatch would 
 corrupt subsequent jobs.

The times I have done this there was no problem. For file based
volumes I keep them small 5 to 10 GB and in this case it does not
really waste space to mark the volume Full and or recycling the job
with the error.

John

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Change a volume from 'Error' to 'Append'

2014-05-21 Thread Korbinian Grote
Thanks Ben  John for the quick answers!

The volume in question was a 1.5/3 TB  LTO 5 tape and though they don’t cost 
the world anymore, I’d have hated to
let it go to waste. Anyway, querying the database showed that there was just 
the one single job that failed assigned to it,
so deleting that job and marking it purged should hopefully have done the 
trick. It’s now residing in the scratch pool waiting
to be used, so I’ll know as soon as one of the other pools are full…

Thanks again!

Korbinian


Am 21.05.2014 um 14:46 schrieb John Drescher dresche...@gmail.com:

 I've observed similar issues in the past. A job fails part way through and 
 the catalog is not updated leaving a mismatch in the number of files in the 
 volume versus what's recorded in the catalog. This is then detected the next 
 time the volume is used, and Bacula marks the volume as Error without 
 writing anything to it.
 
 Given the mismatch, the safest thing to do is mark the volume as Full, and 
 wait for the retention period to expire so the volume can be recycled. 
 Unfortunately this wastes space (more painful when you have 100GB volumes 
 and it failed within the first few gig...), so you'll need to either have 
 sufficient spare space on your SD that you can cope with this, or be willing 
 to sacrifice the other jobs on the volume and delete jobs+purge or purge it 
 immediately to regain the space.
 
 I'm not sure how Bacula would behave if you change it straight to append; 
 whether it would leave a hole in the volume, or whether this mismatch would 
 corrupt subsequent jobs.
 
 The times I have done this there was no problem. For file based
 volumes I keep them small 5 to 10 GB and in this case it does not
 really waste space to mark the volume Full and or recycling the job
 with the error.
 
 John

--
Dr. Korbinian Grote
Product Manager

Genomatix Software GmbH   http://www.genomatix.de
Bayerstr. 85a, 80335 Muenchen, Germany

HRB 117956 - Amtsgericht Muenchen
Geschaeftsfuehrer: Klaus J.W. May


--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] limit bandwidth during backup job

2014-05-21 Thread kamran ayub
Dear team,

Please help me out in limiting bandwidth speed of backup jobs of client
metioned in director conf.
Please paste any example.
Thanks

Regards,

Muhammad Kamran Ayub
--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Change a volume from 'Error' to 'Append'

2014-05-21 Thread Roberts, Ben
If you want to be sure that it was the file mismatch rather than a media error 
on the tape, look through the job logs for subsequent jobs to the one that had 
the network blip. You'll see something like:

29-Jan 08:39 backup1-sd JobId 28425: Volume XXX675 previously written, moving 
to end of data.
29-Jan 08:41 backup1-sd JobId 28425: Error: Bacula cannot write on tape Volume 
XXX675 because: The number of files mismatch! Volume=300 Catalog=299
29-Jan 08:41 backup1-sd JobId 28425: Marking Volume XXX675 in Error in 
Catalog.

Ben Roberts


 -Original Message-
 From: Korbinian Grote [mailto:gr...@genomatix.de]
 Sent: 21 May 2014 14:15
 To: John Drescher; Roberts, Ben; bacula-users@lists.sourceforge.net
 Subject: Re: [Bacula-users] Change a volume from 'Error' to 'Append'

 Thanks Ben  John for the quick answers!

 The volume in question was a 1.5/3 TB  LTO 5 tape and though they don't cost
 the world anymore, I'd have hated to let it go to waste. Anyway, querying the
 database showed that there was just the one single job that failed assigned to
 it, so deleting that job and marking it purged should hopefully have done the
 trick. It's now residing in the scratch pool waiting to be used, so I'll know
 as soon as one of the other pools are full...

 Thanks again!

 Korbinian


 Am 21.05.2014 um 14:46 schrieb John Drescher dresche...@gmail.com:

  I've observed similar issues in the past. A job fails part way through and
 the catalog is not updated leaving a mismatch in the number of files in the
 volume versus what's recorded in the catalog. This is then detected the next
 time the volume is used, and Bacula marks the volume as Error without writing
 anything to it.
 
  Given the mismatch, the safest thing to do is mark the volume as Full, and
 wait for the retention period to expire so the volume can be recycled.
 Unfortunately this wastes space (more painful when you have 100GB volumes and
 it failed within the first few gig...), so you'll need to either have
 sufficient spare space on your SD that you can cope with this, or be willing
 to sacrifice the other jobs on the volume and delete jobs+purge or purge it
 immediately to regain the space.
 
  I'm not sure how Bacula would behave if you change it straight to append;
 whether it would leave a hole in the volume, or whether this mismatch would
 corrupt subsequent jobs.
 
  The times I have done this there was no problem. For file based
  volumes I keep them small 5 to 10 GB and in this case it does not
  really waste space to mark the volume Full and or recycling the job
  with the error.
 
  John

 --
 Dr. Korbinian Grote
 Product Manager

 Genomatix Software GmbH   http://www.genomatix.de
 Bayerstr. 85a, 80335 Muenchen, Germany

 HRB 117956 - Amtsgericht Muenchen
 Geschaeftsfuehrer: Klaus J.W. May


This email and any files transmitted with it contain confidential and 
proprietary information and is solely for the use of the intended recipient.  
If you are not the intended recipient please return the email to the sender and 
delete it from your computer and you must not use, disclose, distribute, copy, 
print or rely on this email or its contents.  This communication is for 
informational purposes only.  It is not intended as an offer or solicitation 
for the purchase or sale of any financial instrument or as an official 
confirmation of any transaction.   Any comments or statements made herein do 
not necessarily reflect those of GSA Capital. GSA Capital Partners LLP is 
authorised and regulated by the Financial Conduct Authority and is registered 
in England and Wales at Stratton House, 5 Stratton Street, London W1J 8LA, 
number OC309261. GSA Capital Services Limited is registered in England and 
Wales at the same address, number 5320529.


--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Change a volume from 'Error' to 'Append'

2014-05-21 Thread Korbinian Grote
05-May 19:49 bacula-sd JobId 38071: Volume A3L5 previously written, 
moving to end of data.
05-May 19:50 bacula-sd JobId 38071: Error: Bacula cannot write on tape Volume 
A3L5 because:
The number of files mismatch! Volume=193 Catalog=192
05-May 19:50 bacula-sd JobId 38071: Marking Volume A3L5 in Error in 
Catalog.

:-)

Thanks, Ben!!

Am 21.05.2014 um 15:18 schrieb Roberts, Ben ben.robe...@gsacapital.com:

 If you want to be sure that it was the file mismatch rather than a media 
 error on the tape, look through the job logs for subsequent jobs to the one 
 that had the network blip. You'll see something like:
 
 29-Jan 08:39 backup1-sd JobId 28425: Volume XXX675 previously written, 
 moving to end of data.
 29-Jan 08:41 backup1-sd JobId 28425: Error: Bacula cannot write on tape 
 Volume XXX675 because: The number of files mismatch! Volume=300 Catalog=299
 29-Jan 08:41 backup1-sd JobId 28425: Marking Volume XXX675 in Error in 
 Catalog.
 
 Ben Roberts
 
 
 -Original Message-
 From: Korbinian Grote [mailto:gr...@genomatix.de]
 Sent: 21 May 2014 14:15
 To: John Drescher; Roberts, Ben; bacula-users@lists.sourceforge.net
 Subject: Re: [Bacula-users] Change a volume from 'Error' to 'Append'
 
 Thanks Ben  John for the quick answers!
 
 The volume in question was a 1.5/3 TB  LTO 5 tape and though they don't cost
 the world anymore, I'd have hated to let it go to waste. Anyway, querying the
 database showed that there was just the one single job that failed assigned 
 to
 it, so deleting that job and marking it purged should hopefully have done the
 trick. It's now residing in the scratch pool waiting to be used, so I'll know
 as soon as one of the other pools are full...
 
 Thanks again!
 
 Korbinian
 
 
 Am 21.05.2014 um 14:46 schrieb John Drescher dresche...@gmail.com:
 
 I've observed similar issues in the past. A job fails part way through and
 the catalog is not updated leaving a mismatch in the number of files in the
 volume versus what's recorded in the catalog. This is then detected the next
 time the volume is used, and Bacula marks the volume as Error without writing
 anything to it.
 
 Given the mismatch, the safest thing to do is mark the volume as Full, and
 wait for the retention period to expire so the volume can be recycled.
 Unfortunately this wastes space (more painful when you have 100GB volumes and
 it failed within the first few gig...), so you'll need to either have
 sufficient spare space on your SD that you can cope with this, or be willing
 to sacrifice the other jobs on the volume and delete jobs+purge or purge it
 immediately to regain the space.
 
 I'm not sure how Bacula would behave if you change it straight to append;
 whether it would leave a hole in the volume, or whether this mismatch would
 corrupt subsequent jobs.
 
 The times I have done this there was no problem. For file based
 volumes I keep them small 5 to 10 GB and in this case it does not
 really waste space to mark the volume Full and or recycling the job
 with the error.
 
 John
 
 --
 Dr. Korbinian Grote
 Product Manager
 
 Genomatix Software GmbH   http://www.genomatix.de
 Bayerstr. 85a, 80335 Muenchen, Germany
 
 HRB 117956 - Amtsgericht Muenchen
 Geschaeftsfuehrer: Klaus J.W. May
 
 
 This email and any files transmitted with it contain confidential and 
 proprietary information and is solely for the use of the intended recipient.  
 If you are not the intended recipient please return the email to the sender 
 and delete it from your computer and you must not use, disclose, distribute, 
 copy, print or rely on this email or its contents.  This communication is for 
 informational purposes only.  It is not intended as an offer or solicitation 
 for the purchase or sale of any financial instrument or as an official 
 confirmation of any transaction.   Any comments or statements made herein do 
 not necessarily reflect those of GSA Capital. GSA Capital Partners LLP is 
 authorised and regulated by the Financial Conduct Authority and is registered 
 in England and Wales at Stratton House, 5 Stratton Street, London W1J 8LA, 
 number OC309261. GSA Capital Services Limited is registered in England and 
 Wales at the same address, number 5320529.
 

--
Dr. Korbinian Grote
Product Manager

Genomatix Software GmbH   http://www.genomatix.de
Bayerstr. 85a, 80335 Muenchen, Germany

HRB 117956 - Amtsgericht Muenchen
Geschaeftsfuehrer: Klaus J.W. May


--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] limit bandwidth during backup job

2014-05-21 Thread Steven Haigh
On 21/05/14 23:27, kamran ayub wrote:
 Dear team,
 
 Please help me out in limiting bandwidth speed of backup jobs of client
 metioned in director conf.

The manual is a good start:
http://www.bacula.org/5.2.x-manuals/en/main/main/Configuring_Director.html#SECTION00143

You'll see the speed limit section in there.

-- 
Steven Haigh

Email: net...@crc.id.au
Web: http://www.crc.id.au
Phone: (03) 9001 6090 - 0412 935 897
Fax: (03) 8338 0299



signature.asc
Description: OpenPGP digital signature
--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Change a volume from 'Error' to 'Append'

2014-05-21 Thread Josip Deanovic
On Wednesday 2014-05-21 15:42:43 Korbinian Grote wrote:
 05-May 19:49 bacula-sd JobId 38071: Volume A3L5 previously
 written, moving to end of data. 05-May 19:50 bacula-sd JobId 38071:
 Error: Bacula cannot write on tape Volume A3L5 because: The
 number of files mismatch! Volume=193 Catalog=192
 05-May 19:50 bacula-sd JobId 38071: Marking Volume A3L5 in Error
 in Catalog.
 :-)
 
 Thanks, Ben!!


http://www.bacula.org/5.0.x-manuals/en/problems/problems/Tips_Suggestions.html#SECTION0036


-- 
Josip Deanovic

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] limit bandwidth during backup job

2014-05-21 Thread kamran ayub
Dear Steven,

Thanks for the reply. Previously I was working with bacula5.0 and now I
come to know that bacula 5.0 has no feature of bandwidth limit. Now I have
upgraded bacula to version 5.2 and set bandwidth option but not working.
Error at bacula director start is as follows:


Starting bacula-dir: 21-May 19:13 bacula-dir: ERROR TERMINATION at
parse_conf.c:991
Config error: Keyword MaximumBandwidth not permitted in this resource.
Perhaps you left the trailing brace off of the previous resource.
: line 96, col 26 of file /etc/bacula/bacula-dir.conf
Maximum Bandwidth = 2Mb/s

   [FAILED]

please can you help in this regard.
thanks


Regards,

Muhammad Kamran Ayub


On Wed, May 21, 2014 at 6:52 PM, Steven Haigh net...@crc.id.au wrote:

 On 21/05/14 23:27, kamran ayub wrote:
  Dear team,
 
  Please help me out in limiting bandwidth speed of backup jobs of client
  metioned in director conf.

 The manual is a good start:

 http://www.bacula.org/5.2.x-manuals/en/main/main/Configuring_Director.html#SECTION00143

 You'll see the speed limit section in there.

 --
 Steven Haigh

 Email: net...@crc.id.au
 Web: http://www.crc.id.au
 Phone: (03) 9001 6090 - 0412 935 897
 Fax: (03) 8338 0299



 --
 Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
 Instantly run your Selenium tests across 300+ browser/OS combos.
 Get unparalleled scalability from the best Selenium testing platform
 available
 Simple to use. Nothing to install. Get started now for free.
 http://p.sf.net/sfu/SauceLabs
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users


--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] limit bandwidth during backup job

2014-05-21 Thread kamran ayub
Dear Steven,

is there any restriction that we can't use this bandwidth control
parameters in open source bacula 5.2?


Regards,

Muhammad Kamran Ayub


On Wed, May 21, 2014 at 7:14 PM, kamran ayub kamran@gmail.com wrote:

 Dear Steven,

 Thanks for the reply. Previously I was working with bacula5.0 and now I
 come to know that bacula 5.0 has no feature of bandwidth limit. Now I have
 upgraded bacula to version 5.2 and set bandwidth option but not working.
 Error at bacula director start is as follows:


 Starting bacula-dir: 21-May 19:13 bacula-dir: ERROR TERMINATION at
 parse_conf.c:991
 Config error: Keyword MaximumBandwidth not permitted in this resource.
 Perhaps you left the trailing brace off of the previous resource.
 : line 96, col 26 of file /etc/bacula/bacula-dir.conf
 Maximum Bandwidth = 2Mb/s

[FAILED]

 please can you help in this regard.
 thanks


 Regards,

 Muhammad Kamran Ayub


 On Wed, May 21, 2014 at 6:52 PM, Steven Haigh net...@crc.id.au wrote:

 On 21/05/14 23:27, kamran ayub wrote:
  Dear team,
 
  Please help me out in limiting bandwidth speed of backup jobs of client
  metioned in director conf.

 The manual is a good start:

 http://www.bacula.org/5.2.x-manuals/en/main/main/Configuring_Director.html#SECTION00143

 You'll see the speed limit section in there.

 --
 Steven Haigh

 Email: net...@crc.id.au
 Web: http://www.crc.id.au
 Phone: (03) 9001 6090 - 0412 935 897
 Fax: (03) 8338 0299



 --
 Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
 Instantly run your Selenium tests across 300+ browser/OS combos.
 Get unparalleled scalability from the best Selenium testing platform
 available
 Simple to use. Nothing to install. Get started now for free.
 http://p.sf.net/sfu/SauceLabs
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users



--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula GUI

2014-05-21 Thread Marcin Haba
2014-05-21 9:30 GMT+02:00 Can Şirin sirin...@itu.edu.tr:
 Hi,

 In bacula-7.0.3 version I anticipated that the bat (bacula adminsitration
 tool) is exist. Eventough I used the configure option that is --enable-bat
 and then compile, there is nothing about the bat in the /opt/bacula/bin
 directory.

 Additionally, in the bacula-gui-7.03.tar.gz package, there is nothing about
 bat and bimagemgr. Because it is written, that bacula web interface and
 bimagemgr is included, in README file in that package. There is just baculum
 (bacula web interface). Am I wrong?

 Also what can i do with the bacula-regress package?

 Can Sirin

Hi Can,

If your --prefix path indicates to /opt/bacula and BAT compilation
finished successfully then BAT binary you can find in /opt/bacula/...
subdirectory (usually /opt/bacula/sbin directory if you did not put
another path). Generally there is a few other params to sources
configuration on which depend where you need to search BAT binary.
Please send your configuration options, then I will try to help you
more.

In package bacula-gui there is Baculum webGUI tool only. So, your
assumption is correct.

Regards.
Marcin



-- 
Większej miłości nikt nie ma nad tę, jak gdy kto życie swoje kładzie
za przyjaciół swoich. Jezus Chrystus

--
Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free.
http://p.sf.net/sfu/SauceLabs
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users