Re: [Bacula-users] Bacula Install Ubuntu 16.04

2017-05-31 Thread compdoc

On 05/31/2017 09:42 AM, Brian Blater wrote:
This is an area where I need help. Lots of configuration files in this 
directory and coming from a corporate world using netbackup or 
symantec I'm a little confused.


You dont have to mess with the files in /etc/bacula/scripts/, except if 
you need to run any of those. Only the .conf files in /etc/bacula/.


There are lots of tutorials online. Many of which are from the bacula 
people, and others from individuals.


I see bacula as a kind of programming language for backups, but you dont 
have to start from scratch. Just take examples and modify them to suit.


Like programming, it takes lots of reading and experimenting with the 
options to understand how, or which work best for you.


You're right - not much like symantec-type backup programs. But 
extremely reliable and customizable, and very good support. Free or paid.



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula Install Ubuntu 16.04

2017-05-29 Thread compdoc
I would install ubuntu server 16.04x and select lamp if you like mysql, 
as well as openssh, and any other options that are listed on the initial 
setup screen. Dont use the option to choose more packages, which opens 
additional screens. Doing that never goes well for me. you can add that 
stuff later.


then once you've booted and updated and rebooted, there are packages you 
can install with: sudo apt install bacula


And I think there are variations like:  sudo apt install bacula-fd

Search for which are available.

After that, you need to modify the files in /etc/bacula/ to fit.

Because i have more control of how/where bacula is installed on the 
server, I compile the files from sourceforge.


I have notes for that, but its a lot of work.



On 05/29/2017 12:18 PM, Brian Blater wrote:
Anyone have a nice easy to follow How to for installing and 
configuring Bacula on Ubuntu 16.04? I've tried several I've found 
online and they all fall short or don't deal with 16.04.


Thanks,
Brian


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot


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


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Recommended OS for VM?

2017-05-18 Thread compdoc
On 5/18/2017 2:22 AM, Kern Sibbald wrote:

> The current OS on which Bacula is implemented, built and tested is
> Ubuntu 16.04.

I use Ubuntu Server, and then a minimal install of the Mate desktop with 
X2go to allow remote desktop connections. No unneeded services like 
bluetooth or packages like LibreOffice to slow things down or needing 
large downloads to keep things updated.

There are packages for bacula, but Ive been compiling it myself for a 
while. But this means I dont always have the latest version...

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] LZO compression on Windows Client

2017-02-18 Thread compdoc
On 02/17/2017 10:18 AM, Norbert Gomes wrote:

> I read that LZO would be faster, but when I enable it (compression="LZO"
> in the FileSet Include Options), no compression is applied

I use LZO to backup my jpeg images, that are stored on SSDs. I used to 
use gzip2 for speed, and in the hopes it wouldn't damage the images as 
much as higher levels of compression might.

Now, I hope LZO doesnt damage them, and I consider restoring them from 
backup is not ideal, but better than not having them.

Would it be better to create a job that uses no compression for .jpg files?


Currently:

FileSet {
 Enable VSS = yes
 Include {
 Options {
 ...
}
 Options {
 compression = LZO
 signature = SHA1
 }
 File = "C:/"
 File = "D:/"
 File = "F:/"
 }
}


 From the logs:

   Backup Level:   Differential, since=2017-02-13 12:45:02
   Client: "" 7.4.4 (28Sep16) Microsoft Professional 
(build 9200), 64-bit,Cross-compile,Win64
   Priority:   10
   FD Files Written:   132
   SD Files Written:   132
   FD Bytes Written:   17,883,070 (17.88 MB)
   SD Bytes Written:   17,902,783 (17.90 MB)
   Rate:   95.1 KB/s
   Software Compression:   65.9% 2.9:1
   Snapshot/VSS:   yes
   Encryption: no
   Accurate:   no





--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] frequent segfaults

2017-01-28 Thread compdoc

On 01/27/2017 10:29 PM, Craig Shiroma wrote:

The VM that bacula-dir is running on is configured exactly the same. 


In these discussions, I don't think Ive seen you mention checking SMART 
info.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] new install - missing setup steps?

2016-06-14 Thread compdoc
> built everything from source (with no problems), and installed into
/opt/bacula

I've found that normally bacula is installed in /etc/bacula, and /opt/bacula
is a place for working files and logs. The bacula installer seems pretty
good at choosing the right locations for each operating system, so I usually
don't specify where things will go.

This is my config:

CFLAGS="-O2 -g -Wall" ./configure --enable-readline
--with-dump-email=comp...@domain.com --with-job-email=compdoc@ domain.com
--with-smtp-host=mail.domain.com --enable-conio=no --enable-largefile
--with-openssl --enable-client-only=no --enable-build-stored
--enable-build-dird --with-mysql --with-systemd





--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Client backup with compress

2016-03-25 Thread compdoc
Email:root@localhost

   Traceback Email: root@localhost

   SMTP Host Address:   localhost

 

   Director Port:   9101

   File daemon Port:9102

   Storage daemon Port: 9103

 

   Director User:

   Director Group:

   Storage Daemon User:

   Storage DaemonGroup:

   File Daemon User:

   File Daemon Group:

 

   Large file support:  yes

   Bacula conio support:yes -lncurses

   readline support:no

   TCP Wrappers support:no

   TLS support: yes

   Encryption support:  yes

   ZLIB support:yes

   LZO support: no

   enable-smartalloc:   yes

   enable-lockmgr:  no

   bat support: no

   client-only: yes

   build-dird:  no

   build-stored:no

   Plugin support:  yes

   AFS support:     no

   ACL support: yes

   XATTR support:   yes

   systemd support: no

   Batch insert enabled:None

 

Thank you,

Ankush More

 

From: compdoc [mailto:comp...@hotrodpc.com] 
Sent: Wednesday, March 23, 2016 7:48 PM
To: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Client backup with compress

 

>#./configure --enable-client-only --enable-build-dird=no
--enable-build-stored=no --bindir=/usr/bin --sbindir=/usr/sbin
--with-scriptdir=/usr/libexec/bacula/ --with-working-dir=/var/spool/bacula/
--with-logdir=/var/log --enable-smartalloc 

 

 

 

But where is the output from this configure? It will say if compression is
available at the end. Bacula places a file named bacula_config in your
scripts directory that contains the output:

 

 

Configuration on Sat Feb 13 16:32:43 MST 2016:

 

   Host:x86_64-unknown-linux-gnu -- ubuntu 14.04

   Bacula version: Bacula 7.4.0 (16 January 2016)

   Source code location: .

  Install binaries:  /sbin

   Install libraries:  /usr/lib64

   Install config files: /etc/bacula

   Scripts directory:   /etc/bacula/scripts

   Archive directory:  /tmp

   Working directory:/opt/bacula/working

   PID directory:/var/run

   Subsys directory:  /var/run/subsys

   Man directory:   ${datarootdir}/man

   Data directory:  /usr/share

   Plugin directory:/usr/lib64

   C Compiler:  gcc 4.8.4-2ubuntu1~14.04)

   C++ Compiler:   /usr/bin/g++ 4.8.4-2ubuntu1~14.04)

   Compiler flags:  -O2 -g -Wall -x c++ -fno-strict-aliasing
-fno-exceptions -fno-rtti

   Linker flags:   

   Libraries:  -lpthread -ldl -ldl 

   Statically Linked Tools:  no

   Statically Linked FD: no

   Statically Linked SD: no

   Statically Linked DIR:no

   Statically Linked CONS:   no

   Database backends:MySQL

   Database port:   

   Database name:bacula

   Database user:  bacula

   Database SSL options: 

 

   Job Output Email:comp...@domain.com

   Traceback Email:   comp...@domain.com

   SMTP Host Address:mail.domain.com

 

   Director Port:9101

   File daemon Port:  9102

   Storage daemon Port:  9103

 

   Director User:

   Director Group: 

   Storage Daemon User:  

   Storage DaemonGroup:  

   File Daemon User:

   File Daemon Group: 

 

   Large file support:yes

   Bacula conio support: no -lreadline -ltinfo

   readline support:   yes 

   TCP Wrappers support: no 

   TLS support: yes

   Encryption support:  yes

   ZLIB support:yes

   LZO support:yes

   enable-smartalloc:yes

   enable-lockmgr:no

   bat support:  no

   client-only:no

   build-dird:yes

   build-stored: yes

   Plugin support: yes

   AFS support:no

   ACL support:yes

   XATTR support:yes

   systemd support:  no 

   Batch insert enabled: MySQL

This message contains information that may be privileged or confidential and
is the property of the Capgemini Group. It is intended only for the person
to whom it is addressed. If you are not the intended recipient, you are not
authorized to read, print, retain, copy, disseminate, distribute, or use
this message or any part thereof. If you receive this message in error,
please notify the sender immediately and delete all copies of this message.



--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351

Re: [Bacula-users] Client backup with compress

2016-03-23 Thread compdoc
>#./configure --enable-client-only --enable-build-dird=no 
>--enable-build-stored=no --bindir=/usr/bin --sbindir=/usr/sbin 
>--with-scriptdir=/usr/libexec/bacula/ --with-working-dir=/var/spool/bacula/ 
>--with-logdir=/var/log --enable-smartalloc 

 

 

 

But where is the output from this configure? It will say if compression is 
available at the end. Bacula places a file named bacula_config in your scripts 
directory that contains the output:

 

 

Configuration on Sat Feb 13 16:32:43 MST 2016:

 

   Host:x86_64-unknown-linux-gnu -- ubuntu 14.04

   Bacula version: Bacula 7.4.0 (16 January 2016)

   Source code location: .

  Install binaries:  /sbin

   Install libraries:  /usr/lib64

   Install config files: /etc/bacula

   Scripts directory:   /etc/bacula/scripts

   Archive directory:  /tmp

   Working directory:/opt/bacula/working

   PID directory:/var/run

   Subsys directory:  /var/run/subsys

   Man directory:   ${datarootdir}/man

   Data directory:  /usr/share

   Plugin directory:/usr/lib64

   C Compiler:  gcc 4.8.4-2ubuntu1~14.04)

   C++ Compiler:   /usr/bin/g++ 4.8.4-2ubuntu1~14.04)

   Compiler flags:  -O2 -g -Wall -x c++ -fno-strict-aliasing 
-fno-exceptions -fno-rtti

   Linker flags:   

   Libraries:  -lpthread -ldl -ldl 

   Statically Linked Tools:  no

   Statically Linked FD: no

   Statically Linked SD: no

   Statically Linked DIR:no

   Statically Linked CONS:   no

   Database backends:MySQL

   Database port:   

   Database name:bacula

   Database user:  bacula

   Database SSL options: 

 

   Job Output Email:comp...@domain.com

   Traceback Email:   comp...@domain.com

   SMTP Host Address:mail.domain.com

 

   Director Port:9101

   File daemon Port:  9102

   Storage daemon Port:  9103

 

   Director User:

   Director Group: 

   Storage Daemon User:  

   Storage DaemonGroup:  

   File Daemon User:

   File Daemon Group: 

 

   Large file support:yes

   Bacula conio support: no -lreadline -ltinfo

   readline support:   yes 

   TCP Wrappers support: no 

   TLS support: yes

   Encryption support:  yes

   ZLIB support:yes

   LZO support:yes

   enable-smartalloc:yes

   enable-lockmgr:no

   bat support:  no

   client-only:no

   build-dird:yes

   build-stored: yes

   Plugin support: yes

   AFS support:no

   ACL support:yes

   XATTR support:yes

   systemd support:  no 

   Batch insert enabled: MySQL

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351=/4140___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Building directory tree...Query failed

2016-03-12 Thread compdoc
> SMART says there's a problem, it's very likely to fail catastrophically 
> within a short time period.

 

Exactly.

 

> SMART says there's no problem, doesn't mean a thing.

 

Right. Mechanical failures are probably not easy to predict, and can happen at 
any time without warning. And smart cant record or report if the electronics 
blow up.

 

Reallocated sectors are a hard drive's way of failing gracefully. If you catch 
it in time, you might be able to save your files. 

 

Mechanical failure is not so graceful...

 

 

 

--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111=/4140___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Copy disk to tape is 4x slower than tar

2016-03-10 Thread compdoc
> Given LTO-4 can do 120MB/s, yeah, 94 is good enough

Be sure to disable compression. I think I have it disabled two places, on Dir 
and well as on the SD. 

I built a low-power, mini-itx system to house an LTO-4 drive. The controller is 
an LSI LSI20320IE Ultra320. All backup data is over the lan. 

This is my last Windows backup. No spooling:


  Elapsed time:   6 hours 13 mins 54 secs
  Priority:   10
  FD Files Written:   218,515
  SD Files Written:   218,515
  FD Bytes Written:   610,852,830,755 (610.8 GB)
  SD Bytes Written:   610,902,766,901 (610.9 GB)
  Rate:   27228.9 KB/s
  Software Compression:   None
  Snapshot/VSS:   yes
  Encryption: no




--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111=/4140
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Building directory tree...Query failed

2016-03-10 Thread compdoc
> >You don't have to guess about failing hard drives. You only have to 
>> read the SMART info from each of your drives. That will tell you.
>
> That is not entirely true. "Desktop" drives will spend a lot of time
trying to relocate data from failing sectors before they consider themselves
failing.


It is completely true. The computer industry has relied on SMART for many
years now. RAID controllers rely on it, for example. 

When a sector is 'reallocated', there's no guarantee the data that the drive
moves to a spare sector is any good. The damage is already done. 

All it takes is one or two bad sectors to destroy the OS or entire
partitions, or you might just have a few files go missing. It's just a
matter of luck. 

That's why it's so important to replace those drives. 




--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111=/4140
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Building directory tree...Query failed

2016-03-10 Thread compdoc
>> === start 
>> Building directory tree for JobId(s) 1237 ... Query failed: SELECT 
>> Path.Path, Filename.Name, Temp...WHERE FileIndex > 0 ORDER  BY
Temp.JobId, FileIndex ASC:
>> ERR=disk I/O error

>Hello, Suzy: most likely your Bacula Director machine has a faulty or full
hard disk (this last one I'm not sure if can provoke the disk I/O error
message).
>I recommend you backing up your Bacula machine (database and
configurations), replace disks and reinstall Bacula. Or you can just try to
use fsck in order to fix the current errors, and pray they don't appear
again.


You don't have to guess about failing hard drives. You only have to read the
SMART info from each of your drives. That will tell you. 

Drives often fail, but I wouldn't recommend replacing them unless you know
for certain that they are failing. 




--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111=/4140
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] No compression?

2016-03-02 Thread compdoc
> Unfortunately bconsole reports "Compression = none" on every backup task.

> 

> How can I solve that?

 

 

"1.You must have the zip development libraries loaded on your system when 
building Bacula and Bacula must find this library, normally  /usr/lib/libz.a. 
On Red Hat systems, this library is provided by the zlib-devel rpm."

 

I think this might be true even if you don’t compile it yourself. 

 

On my Ubuntu servers when I compiled, I installed  liblzo2-dev . Located:  
/usr/lib/x86_64-linux-gnu/libz.a

 

Or you might try LZO and see if that works. 

 

 

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bextract error

2016-02-24 Thread compdoc
> In case it happens again I'll try and restart a single process at a time
and see if I can pinpoint the root cause better.

I build and repair computers for a living, and it's very common for hard
drives to begin to fail slowly, rather than die all at once. 

The only way to know whats happening is to read the SMART info stored in the
drive. If there are any reallocated or pending sectors, you have to replace
the drive.


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] multiple concurrent tape jobs

2016-02-11 Thread compdoc
> Now what I'm thinking of is streaming multiple concurrent jobs to a single
drive

 

I do that. On my lan, I need to backup config files and mysql, etc on a few
centos and ubuntu servers. And also my win7pro computer which has large
ssds, and which takes hours to backup to an LTO4 drive on my 1G network. 

 

Trying to schedule all that is a nightmare, so I just do it all at once. The
servers are only a few gigs each, and without spooling they are interleaved
with the Windows backup. But that's fine because they are located at the
beginning of the tape, and so searching for server files doesn't take very
long. 

 

Without spooling, the tape drive runs continuously with only
occasional/brief stops or changes in speed. With spooling, the drive sits
idle until the cache fills, then runs until the cache is empty, then waits
again. It's a 2.5 hour backup without, and it's a 4+ hour backup with
spooling, if I recall. At least that's how it works for me. 

 

Feature request might be a threaded cache? Not sure if that's a correct way
to describe it... deleting files as are they are recorded and fetching new
files to fill in the background. 

 

Anyway, I think it works great as is, without spooling. Best to test for
yourself. 

 

Good luck.

 

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] TLS required but not configured in Bacula.

2016-02-03 Thread compdoc
> again run ./configure --with-mysql --with-openssl but the summary leaves me 
> again:

 

>TCP Wrappers support: no

>TLS support: no

 

On a Centos 6.7 system of mine, I believe I have to install the 
tcp_wrappers-devel package, plus add the option " --with-tcp-wrappers"  to get 
that feature to enable. Im sure there must be a similar package for TLS. 

 

 

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] What to exclude?

2016-01-27 Thread compdoc
> what can I safely exclude from a bacula backup of a Linux server and still
be able to fully recover (bare metal) from a disaster?

I would think with bare metal recovery you couldn't afford to exclude
anything. As for myself, I tend to replace the failed part and install from
scratch, then restore the applications and settings. Installing from scratch
lets me know the condition of the hardware. It should install smoothly and
with no crashes/freezes/unexplained occurrences. 

The purpose of each server can determine what directories gets backed up.
For my Ubuntu Server running Bacula, using caja/nautilus I actually looked
through the directories  and found all I want are these:

File = /boot/grub
File = /etc
File = /home
File = /root
File = /sbin
File = /opt
File = /var/crash
File = /var/log

Btw, if you have bacula spooling to /var while you're trying to back it up,
expect unexplained occurrences.  


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] What to exclude?

2016-01-27 Thread compdoc
> what can I safely exclude from a bacula backup of a Linux server and 
> still be able to fully recover (bare metal) from a disaster?

Oh, and don't forget mysql. 





--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula Release 7.4.0

2016-01-18 Thread compdoc
> Dan Langille - BSDCan / PGCon
>d...@langille.org
> I'm packaging for FreeBSD now.  


I like to install from scratch on Ubuntu Server and try to use the correct
paths, users, permissions, and anything related, etc. by researching the
web. I think I'm getting the hang of it. 

But I've also installed from the Ubuntu repos, which was version 5.2.6 last
I checked. Can anyone create and submit a package, or is it done through
official channels?

I've never created a package, so I'm hoping it's not too difficult. :)




--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] KVM: backup with bacula

2015-11-05 Thread compdoc
>Somebody ont thisl ist make backup from KVM using bacula???

 

If you have a VM guest, there's no reason you can't install the bacula client 
(FD) in the guest and back it up that way.

Also, baculasystems.com has plugins for KVM, XEN, and Hyper-v, but I don’t know 
the costs or how they work exactly. More info on their website...

 

 

 

 

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


Re: [Bacula-users] Capabilities of Bacula 7.0.5

2015-10-19 Thread Compdoc
>Well, did you try to find prices at IBM webpage for its products? 

I used to work for IBM. I know i cant afford them. Now I service computers for 
small and medium size businesses, and I look for alternatives to yearly support 
subscriptions because in the end, I find the answers to their problems. It's 
been many years since I've needed paid support. Many years.

Really, who doesn't want clear, concise pricing while avoiding salesmen who can 
set prices based on what they think you can afford to pay? And who doesn't want 
anonymity? I spend a lot money with Amazon because i can see their prices and 
there's no waiting...

Anyway, everyone wants to see bacula do well, including me, but adopting the 
business models of huge corporations seems like the antithesis of open source, 
and possibly marks the end of a great open source project. It's sad, is all. 
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Capabilities of Bacula 7.0.5

2015-10-18 Thread Compdoc
>If you buy the specific VM backup plugin yes. Including block level 
>incremental backups of the VM.

Is there a page to find the prices of these plugins? I looked but couldn't find 
any, and I never buy from companies that don't list prices. When online 
businesses make you contact them for prices, it means you can't afford them...--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] disk errors during backup

2015-09-23 Thread compdoc
>Is there any way to get past this error?  There are a few copy jobs remaining 
>after this one.  

>thanks for your help

>jerry

 

 

You should probably check the health of the disk being written to by reading 
the SMART info of the disk. The command would be:

 

sudo smartctl -a /dev/sda

 

However, the 'sda' needs to match the drive. You can use this command to list:

 

df -h

 

I can help interpret the output.

--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991=/4140___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula newbie has some questions.

2015-03-16 Thread compdoc
 Is Bacula 7.x ready for production or should I stick with 5.x? 5.x seems to 
 be the default on some Linux distros. 

 

 

5.x still works pretty well, and no issues with the windows client backing up 
my workstation. I get about 26 MB/s, and never any crashes, although I don’t 
backup any system files. Only Documents. 

 

If your drive fails there are better ways to restore it, including installing 
from scratch, so no need to backup anything except personal docs...

 

 

 

 

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Baculum Ubuntu packages

2015-03-10 Thread compdoc
 I let know that I prepared Baculum binary packages for Ubuntu 14.04 and 
 Ubuntu 14.10.

Baculum is an unfortunate choice of name. lol



--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Windows File Daemon maximum speed at 36 MByte/s

2014-12-06 Thread compdoc
 It seems that only one VSS shadow copy can be use by the bacula-fd.exe.

I use 5.x to back up my personal workstation during the day, which is the only 
time its available. I often download .iso files or do occasional online gaming, 
but it all gets backed up 3 times a day as I use the machine without my 
noticing. 

So from a user's point of view, I think it works very well and never impacts 
the performance of my computer that I can notice. 





--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] HowTo Install Bacula 7 on CentOS 7 - Fresh install

2014-09-29 Thread compdoc
 It fell in every time.

It failed every time? 




--
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Other than Bacula

2014-05-26 Thread compdoc
 very system I've setup crashes because it will not purge/prune or recycle
the pool. It just fills up and crashes.

It took me a long time to figure out how to set up pools, etc. correctly. I
did everything the wrong way the first few times. But now it actually prunes
a few items after each backup, as shown in the reports emailed to me. 

In any case, I run Backintime on some Ubuntu servers that I install minimal
desktops on. I use the gnome GUI for it, but I think its command like also.
Does a pretty good. There seems to be a version for Centos. 




--
The best possible search technologies are now affordable for all companies.
Download your FREE open source Enterprise Search Engine today!
Our experts will assist you in its installation for $59/mo, no commitment.
Test it for FREE on our Cloud platform anytime!
http://pubads.g.doubleclick.net/gampad/clk?id=145328191iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] rpm repo for CentOS 6 anyone?

2014-05-08 Thread compdoc
CentOS 6 has bacula 5.0.0 which has a bug

It takes a little effort, but it's possible to compile whatever version you
like. 



--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] rpm repo for CentOS 6 anyone?

2014-05-08 Thread compdoc
 I just wanted to ask if 43 years is a typo

 

Cant imagine data being useful after that amount of time...

 

--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
#149; 3 signs your SCM is hindering your productivity
#149; Requirements for releasing software faster
#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] latest bacula client (bacula-fd) for Windows

2014-04-25 Thread compdoc
 I keep hearing talk of old community code which makes it sound like the
Win32 support has become proprietary.

It does sound as if Bacula will eventually become the world's hardest to
install, pay-for backup solution. Not that I blame Bacula for going closed
source: money is a strong motivator. 

However, I think without open source Windows clients people won't take the
considerable time it takes to learn how to install Bacula, and they will
turn to other solutions.

Compiling and maintaining the client must take a lot of work, but hasn't the
community provided free testing and bug reporting all these years and made
Bacula what it is today? That should be worth something.

Looks I'm going to be using 5.2.13 for a long time...





--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] latest bacula client (bacula-fd) for Windows

2014-04-25 Thread compdoc
 Not to worry: as of windows 7, windows backup is still broken

Windows 7  Pro backup is ok, but it does break easily and doesn't tell you
that its stopped working... 





--
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] I need help

2014-04-09 Thread compdoc
 help me delete the information that they keep reposting in the above
item..They put it back, and they have complained that I remove it, so
there is an army of monitors threatening me.

 

What they did is now a part of the history of Bacula, and they are adding
their version of what happened to Wikipedia. Why not just add your version
of the events? If you aren't allowed to erase theirs, then they won't be
allowed to erase yours, right?

 

What happened sucks, but it makes for a colorful past - it makes Bacula more
interesting. All publicity is good publicity. 

 

Be magnanimous and take the high road, explain what happened in a
professional manner without attacking or making accusations. That would be
more profitable to you and to Bacula in the long run.

 

The energy wasted in struggling with them on Wikipedia (or anywhere else)
will not benefit Bacula. 

 

Besides, if Bareos doesn't keep up with (or surpass) Bacula, it will simply
fade away in time. Building a community of support and becoming as well
known as Bacula cannot be a simple thing...

 

 

--
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test  Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Advise needed on Bacula version

2014-03-03 Thread compdoc
(plan is to migrate to CentOS)

 

Simplest thing to do is install Centos, and then install the current
versions of Bacula and MySQL that are available from the Centos repos.

 

--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula Supports Windos Server and SAP Application backup or not...!!!

2014-01-03 Thread compdoc
 Please also tell me open source bacula client is available for all 
 above systems or not.

Having to pay and then getting only 3 months of updates seems a bad thing to
do to people.

These clients are free:

http://sourceforge.net/projects/bacula/files/Win32_64/




--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-fd status says not running, debug says running

2013-11-30 Thread compdoc
 justin@ubuntu:/var/run/bacula$ sudo service bacula-fd status

 I run bacula dir and fd on the server using an upstart script
(/etc/init/bacula-dir.conf, etc)

But the upstart 'service' command doesn't show bacula is running on my
system:

$ sudo service bacula-dir status
bacula-dir stop/waiting

And the command 'sudo service --status-all' does not list bacula-dir or
bacula-fd, even though they are running. 

Same with the command:

$ initctl list | grep bacula
bacula-fd stop/waiting
bacula-dir stop/waiting

Upstart has requirements. I can make those commands work by adding scripts
into /etc/init.d/ (and there are possibly other ways) but it's not that
beneficial.

If they work, use these commands instead:

sudo bacula status

ps aux | grep bacula





--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Incremetanl backup of one big file (mysql dump of bacula catalog)

2013-11-23 Thread compdoc
 Now My catalog dump with compression is  hold about 2 Gigabyte.

I think this is not rational to create a full backup of dump every day.

 

These days, 2 Gigabytes is not so large considering the importance of the file. 
And it shouldn’t take very long to back up. 

 

You just need to decide how long you want to store these files. One for each 
day of the week? Plus maybe one for each month stretching back 6 months? 

 

If the catalog becomes corrupted someday, how long will it take you to notice 
its corrupted? 

 

 

 

--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Maximum Concurrent Jobs: sometimes only one job running

2013-11-05 Thread compdoc
 Do you use File tapes ?
Yes I use Media Type = File


'Media Type' is one of the gotchas of bacula. You think you should be 
describing the type of media you're saving to, but in fact the Media Type for 
each storage definition should be unique. 

From the docs:
Media type names are arbitrary in that you set them to anything you want, but 
they must be known to the volume database to keep track of which storage 
daemons can read which volumes. In general, each different storage type should 
have a unique Media Type associated with it.

I use a name that’s descriptive of the storage device. Like: FilesOn8TBRaid, 
FilesOn4TBDrive, etc. 




--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Backup of many small files

2013-11-04 Thread compdoc
 we switched to /usr/share/mysql/my-huge.cnf

Honestly, the truth is that all of those sample configuration files are all
but worthless.  


I can't speak to all versions of bacula, but I used the my-huge.cnf from
Version 5.2.13 to create my own my.cnf file. I had to disable a couple of
lines in the file that prevented msql from starting, and I did my own
tweaking to make it run in 4 Gigs of ram. There are also lines to enable
InnoDB.  

I used 'mysqltuner.pl' to help with the tweaking. They may not be perfect,
but I think those sample .cnf files are a good start to rolling your own. 

By the way, it wasn't enough to enable InnoDB - I had to create the bacula
database after it was enabled for the tables to use this engine. (it was a
new install)  

I don't know if it's possible to convert the tables after enabling InnoDB,
but I would think it's better to start them out that way. You can google
ways to tell if your tables are using InnoDB. 




--
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] interesting news about MYSQL

2013-09-24 Thread compdoc
Excerpts from http://www.theregister.co.uk/2013/09/24/mysql_connect_2013/

Oracle chief corporate architect Edward Screven said that the team
developing MySQL at Oracle is now the largest it has ever been, and is
roughly twice as large as it was when Oracle acquired Sun Microsystems in
2010.

Our plan, generally, for MySQL is constant, steady, drumbeat releases -
always making it better, he said. We don't want to have the kind of
development cycle where we have two years between releases only. We want to
get the new and interesting capability and functionality and quality in the
hands of our customers on a regular, frequent basis.

The current release, MySQL 5.6, has been available for around six months,
and many of the customers who participated in conference sessions said they
had yet to upgrade from earlier versions. Yet Oracle is already pressing on
with version 5.7, releasing between two and four Development Milestone
Releases (DMRs) per year.

MySQL 5.7.2, was made available on Saturday to coincide with the start of
the Oracle OpenWorld conference. (That version numbering doesn't mean MySQL
5.7 has been vetted for production use yet - for reference, MySQL 5.6 wasn't
considered production-ready until the 5.6.10 build.)

The most obvious improvement in the new release is speed. MySQL engineer
Tomas Ulin says MySQL 5.7 is 95 per cent faster than MySQL 5.6 and 172 per
cent faster than version 5.5. The new version can achieve a peak throughput
of over 500,000 queries per second on the Sysbench point select benchmark,
and thanks to code contributions by Facebook engineers, it can now process
new connections to the database as much as 64 per cent faster.


--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] interesting news about MYSQL

2013-09-24 Thread compdoc
 The question that has to be asked, though, is under what test
conditions.  

Well, I have to assume the tests mean on the same hardware. Which implies
changes in code. The story did mention help from Facebook in the form of
code.


 a customer who's running 5.5 on an 8-core rented server today isn't 
going to go out and rent a 128-core server tomorrow to run 5.7

Ideally, if newer versions are faster, one might delay renting that larger
server. 


 MySQL 5.6 is actually slower, core for core and RAM for RAM, than 5.1 on
older hardware with the same data.

I appreciate legacy hardware, but I'm a small business with newer x86_64
hardware as are all of my customers who use mysql, so not really a concern.

To me it means that if I can hang on a little longer I'll be rewarded with
speed, and won't have to spend the time converting everything to a different
database.



--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] backing up NTFS file systems

2013-09-08 Thread compdoc
 This mostly seems to work, but with one annoying oddity. When I run an
incremental backup, it seems to want to back up just about the entire NTFS
file system, even though commands like ls -lt and ls -lc don't show the
files or their metadata as having been modified.


I can tell you that backing up my Windows 7 workstation works correctly.
Incremental and Differential grab only files modified or added since the
last backup.

But since you mention the commands ls -lt and ls -lc, which are not
windows or dos commands, I'm assuming that your NTFS volumes are attached to
a nix OS?  That may have more to do with the problem than being NTFS
volumes.

Maybe you should describe your setup in more detail. And why you are using
NTFS that way?



--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] spool size

2013-08-16 Thread compdoc
 All the other backups are running fine I don't understand why it is saying
unable to open device after backing up 2.6TB. I would really appreciate any
ideas.

 

Back when I began building computers, problem with the motherboards,
chipset, or ram weren't always apparent. One thing I discovered was that
copying a very large amount of files over the network to the machine being
tested was an excellent way to know if there were any hardware problems. 

 

You might do a simple test of your own - copy a couple of terabytes worth of
files by hand to the pc you're using as backup storage. It should copy
flawlessly.

 

 

 

 

 

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Need help to create the Bacula Rescue CDROM

2013-06-07 Thread compdoc
 in the chapter Create a Bacula rescue CDROM to access the

 bacula-source and run the configure file but this file 

 does not exists in this directory (Reminder: I'm under the 

 Bacula server). 

 

 cd bacula-rescue

./configure \

 --with-static-fd=directory-containing-static-bacula-fd \

 --with-bacula-scripts=directory-containing-bacula-fd.conf

 cd linux/cdrom

 su 

 (enter root password)

 make

 

 

The commands './configure' and 'make' mean you are going to have to download
the source code and compile bacula using the options above. 

 

If you have never compiled a program before, you have to install several
packages first to set up the environment. These are some examples of what
you need, but not a complete list, and some may not be needed for your
setup:

 

sudo apt-get install build-essential

sudo apt-get install liblzo2-dev python-dev libwrap0-dev
libreadline-gplv2-dev

sudo apt-get install libmysqlclient-dev mtx libncurses-dev 

sudo apt-get install qt4-dev-tools qt4-qtconfig libqt4-core

sudo apt-get install libqwt5-qt4-dev

sudo apt-get install gtk+3.0

sudo apt-get install libacl1-dev

 

Basically, when you run the ./configure command, you need to read the output
for clues on which packages are missing. 

 

--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bareos a fork of bacula, feedback ?

2013-06-02 Thread compdoc
 Hopefully the next time I need to change my backup software, it's going to
be based of filesystem snapshots archived on ceph storage nodes



ceph storage looks interesting. Are you trying it now?



--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] including a file twice

2013-05-20 Thread compdoc
On 5/20/13 15:14 Dimitri Maziuk wrote:

Hi all,

quick question: if I include a file twice in the FileSet will bacula
back it up twice or is it smart enough to only write one copy of it?

TIA

 

 

 

I think you want:

 

 

http://www.bacula.org/en/dev-manual/main/main/File_Deduplication_using_Ba.html

 

 

 

 

From: melvin.r...@gmail.com [mailto:melvin.r...@gmail.com] 
Sent: Monday, May 20, 2013 4:32 PM
To: bacula-users@lists.sourceforge.net; Dimitri Maziuk
Subject: Re: [Bacula-users] including a file twice

 

I'd imagine that since files get backed up according to their absolute paths in 
the file system that you'd only get one copy. That's just a guess from doing 
restores and poking around at the database. If not, I'd imagine that the 
scenario could really make muck up a backup. How would it know where to seek in 
the tape? I guess it could just select the first position and ignore the 
second

 

On 5/20/13 15:14 Dimitri Maziuk wrote:

Hi all,

quick question: if I include a file twice in the FileSet will bacula
back it up twice or is it smart enough to only write one copy of it?

TIA

-- 

Dimitri Maziuk
Programmer/sysadmin
BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu



 

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Questions about a mysql configuration issue I encountered

2013-04-25 Thread compdoc
 OpenSuSE12.3 is no longer 
 supplying MySQL. Instead they are supplying MariaDB which is supposed 
 to be 100% compatible with MySQL (so they claim).

If its compatible, then it should accept the same commands as mysql. What
happens if you type:

mysql -u root -p




--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Fatal error: No drive letters found for generating VSS snaps

2013-04-25 Thread compdoc
 I've been searching around for solution and tried everything suggested in
those threads but I'm still seeing the following error:

16-Apr 10:51 igorc-pc-fd JobId 57: Fatal error: No drive letters found for
generating VSS snapshots.



Still might be your fileset. Here's mine that works:


FileSet {
Name = Windows
Enable VSS = yes
Include {
Options {
exclude = yes
IgnoreCase = yes
wilddir = *Recycle.Bin*
wilddir = *Temporary Internet Files*
wilddir = C:/MSOCache
wilddir = C:/Program Files*
wilddir = C:/ProgramData
wilddir = C:/Users/*/AppData
wilddir = *System Volume Information*
wilddir = C:/Windows
wildfile = [A-Z]:/hiberfil.sys
wildfile = [A-Z]:/pagefile.sys
}
Options {
signature = MD5
Compression = GZIP1
}
File = C:/
File = D:/
}
}




--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Questions about a mysql configuration issue I encountered

2013-04-25 Thread compdoc
 OpenSuSE12.3 is no longer supplying MySQL. Instead they 
are supplying MariaDB which is supposed to be 100% 
compatible with MySQL (so they claim).


In order to be compatible, MariaDB would have to accept the same commands
that you type for Mysql. You'd be able to run the bacula mysql scripts on it
with no errors. 

Try logging into it the same way you would for mysql:

mysql root -p




--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Questions about a mysql configuration issue I encountered

2013-04-25 Thread compdoc
I do not know HOW the value of the database type is determined, for 
this particular parameter, nor why it is even truly necessary to be 
passing in the database type to this script.

The person who packaged bacula that you installed has total control of
everything: where the files go, which database is used, and everything else.


These things can vary greatly from one distro to another because different
people package bacula for each distro. It's not controlled by bacula or its
developers. 

Often, there are readme docs with the package to get you started. However,
if you want complete control over bacula, you can d/l the bacula source
files and compile it yourself from here:

http://sourceforge.net/projects/bacula/files/bacula/

5.2.12 works very well for me. From a couple of things I've seen, 5.2.13
might have issues or require changes - but this might be a misunderstanding
on my part, since I have not attempted to use it.

I have only a about a dozen machines to back up, so mysql works very well
for me. 




--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Questions about a mysql configuration issue I encountered

2013-04-25 Thread compdoc
 OpenSuSE12.3 is no longer
 supplying MySQL. Instead they are supplying MariaDB which is supposed 
 to be 100% compatible with MySQL (so they claim).


Guess I should have mentioned, there are some alternatives:

Figure out what your bacula install requires to get working. If it's not
using mysql, then learn how to make the one it is configured for works.

Or, use another distro. There's Centos, Ubuntu Server, the BSDs, and others.
I use Ubuntu Server, and the last time I tried it, the bacula package from
the repos installs and works.




--
Try New Relic Now  We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app,  servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Need to downgrade bacule 5.2.12

2013-04-14 Thread compdoc
 Thanks for the information. Tried with 5.2.10 but got the same result:
error 1067.


After doing some research, I've seen people having the same error even when
using client version 5.0.x, so it's possible the version number of the
client is not the problem. 

I think you may have a couple of problems, and it should be possible to fix
with the help of people on this list. 

Can you provide your bacula-fd.conf file from the windows client?

Alter your Director passwords (and any other passwords) so they are not
shared on this mailing list.

And sorry, my poorly crafted mail client keeps sending emails directly to
you.



--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Need to downgrade bacule 5.2.12

2013-04-14 Thread compdoc
 However, it could be that the character sets do not match as they all have
to be UTF-8 but how do I control that on windows?

If you use the wrong editor, it can mess up a linux .conf file. 

 What editor are you using? Try notepad, or one I like:

http://notepad-plus-plus.org/

Or, use a term window with ssh to edit, copy, and paste.


--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Need to downgrade bacule 5.2.12

2013-04-13 Thread compdoc
 I have come to the conclusion that I must downgrade bacula 5.2.12 to
version
5.0.3 which I have run successfully for quite some time.


I use 5.2.12 Director to backup Windows 7 Pro clients using the 64 bit
5.2.10 client, although I'm sure the 32 bit version works well too:

http://sourceforge.net/projects/bacula/files/Win32_64/5.2.10/


Part of a daily backup report:



  FileSet:Windows 2013-01-16 07:30:00
  Pool:   Inc-Pool (From Job IncPool override)
  Catalog:MyCatalog (From Client resource)
  Storage:Sasix-sd (From Job resource)
  Scheduled time: 13-Apr-2013 10:05:00
  Start time: 13-Apr-2013 10:05:03
  End time:   13-Apr-2013 10:06:19
  Elapsed time:   1 min 16 secs
  Priority:   10
  FD Files Written:   107
  SD Files Written:   107
  FD Bytes Written:   72,335,408 (72.33 MB)
  SD Bytes Written:   72,351,149 (72.35 MB)
  Rate:   951.8 KB/s
  Software Compression:   41.3 %
  VSS:yes
  Encryption: no
  Accurate:   no
  


--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


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

2013-03-17 Thread compdoc
 The backup from my Linux works perfectly, but for the windows7 PC, this is
what I get:

What is your Fileset?

This is mine:


FileSet {
Name = Windows
Enable VSS = yes
Include {
Options {
exclude = yes
IgnoreCase = yes
wilddir = *Recycle.Bin*
wilddir = *Temporary Internet Files*
wilddir = C:/MSOCache
wilddir = C:/Program Files*
wilddir = C:/ProgramData
wilddir = C:/Users/*/AppData
wilddir = *System Volume Information*
wilddir = C:/Windows
wildfile = [A-Z]:/hiberfil.sys
wildfile = [A-Z]:/pagefile.sys
}
Options {
signature = MD5
Compression = GZIP1
}
 File = C:/
 File = D:/
 }
}




--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BeforeJob: Can't find your catalog (MyCatalog) in director configuration

2013-03-05 Thread compdoc
2013-03-03 23:10:02   baculaserver-dir JobId 133: shell command: run
BeforeJob /usr/lib64/bacula/make_catalog_backup.pl MyCatalog

 

2013-03-03 23:10:02   baculaserver-dir JobId 133: BeforeJob: sh:
/usr/sbin/dbcheck.mysql: No such file or directory

2013-03-03 23:10:02   baculaserver-dir JobId 133: BeforeJob: Can't find
your catalog (MyCatalog) in director configuration

 

2013-03-03 23:10:02   baculaserver-dir JobId 133: Error: Runscript:
BeforeJob returned non-zero status=1. ERR=Child exited with code 1 

 

2013-03-03 23:10:02   baculaserver-dir JobId 133: Error: Bacula
baculaserver-dir 5.2.12 (12Sep12):

  Build OS:   x86_64-suse-linux-gnu suse 11

  JobId:  133

  Job:MyCatalog.2013-03-03_23.10.00_23

  Backup Level:   Full

  Client: baculaserver-fd 5.2.12 (12Sep12)
x86_64-suse-linux-gnu,suse,11

 

 

 

I'm thinking it might be useful to step through this manually. What is the
result of the following command:

 

sudo /usr/lib64/bacula/make_catalog_backup.pl MyCatalog

 

On mine this takes a few minutes then exits without an error code. 

 

The command:   /usr/sbin/dbcheck.mysql: No such file or directory isn't
working because the file doesn't exist. You need to correct that. Sounds
like you need to rename the file.

 

This site might be useful to you:

 

https://dan.langille.org/2010/03/23/baccula-errors-with-500-backup-catalog/

 

Is bacula working otherwise? Are you able to create backups of your clients?

 

 

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BeforeJob: Can't find your catalog (MyCatalog) in director configuration

2013-03-05 Thread compdoc
 # sudo /usr/lib64/bacula/make_catalog_backup.pl MyCatalog

 

No errors listed, so might be ok.

 

 sh: /usr/sbin/dbcheck.mysql: No such file or directory

 

This could mean it cannot find the file MyCatalog. Did you say that there is
a file named /usr/sbin/dbcheck.mysql ?

 

Can't find your catalog (MyCatalog) in director configuration

 

Bacula is complaining. How does the section for the catalog job (and
related) in /etc/bacula/bacula-dir.conf look? Make sure the paths are
correct for your system.

 

 

 

 

 

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BeforeJob: Can't find your catalog (MyCatalog) in director configuration

2013-03-04 Thread compdoc
 chgrp bacula /etc/bacula/bacula-dir.conf /etc/bacula/query.sql

 

 

Try /etc/bacula/scripts/query.sqlor search your drive since sometimes
the scripts are located elsewhere...

 

 

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BeforeJob: Can't find your catalog (MyCatalog) in director configuration

2013-03-04 Thread compdoc
Sorry, my mail client keeps sending to your email instead of the
bacula-users group:

 

 

/usr/sbin/dbcheck.mysql: No such file or directory

 

 

Where is dbcheck.mysql located?

 

 

 shell command: run BeforeJob /usr/lib64/bacula/make_catalog_backup.pl
MyCatalog

 

 

Does /usr/lib64/bacula/make_catalog_backup.pl exist?

 

 

 

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BeforeJob: Can't find your catalog (MyCatalog) in director configuration

2013-03-04 Thread compdoc
hmmmI see your point, apparently the file does exist.  This is what I
did:

 

 

 # find / -name 'query.sql'

/usr/lib64/bacula/query.sql

 

 

:/usr/lib64/bacula # ls

bacula-password-setup.sh  create_bacula_database  drop_bacula_database
dvd-handler  make_catalog_backup query.sql

bconsole  create_mysql_database   drop_bacula_tables
grant_bacula_privileges  make_catalog_backup.pl  update_bacula_tables

bpipe-fd.so   delete_catalog_backup   drop_mysql_database
grant_mysql_privileges   make_mysql_tables   updatedb

btraceback.gdbdisk-changerdrop_mysql_tables
make_bacula_tables   mtx-changer update_mysql_tables

 

The only thing different is that all files are green, query.sql is
black..

 

 

Carlos

 

 

 

What do you see when you type:   cat /usr/lib64/bacula/query.sql

And what do you see when:  cat /usr/lib64/bacula/make_catalog_backup.pl

Or any of the green colored files?

 

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BeforeJob: Can't find your catalog (MyCatalog) in director configuration

2013-03-04 Thread compdoc
From: Carlos Perez [mailto:carlos.r.pe...@gmail.com] 
 # cat /usr/lib64/bacula/query.sql

#

# This file contains sample queries that you can possibly use in

# your query.sql file.  However, please note that these examples

# are not supported. They may or may not work -- in fact, they may

# work with one SQL engine and not another.  As a consequence,

# please do not submit bug reports on either query.sql or 

# sample-query.sql

#

# If you find that they work for MySQL and not for PostgreSQL,

#  then please send us a whole new file corrected for PostgreSQL

#  and we will post it in the examples directory for everyone

#  to use.

#

 

 

My query.sql is almost empty, so didn't know you would have to paste all
that. Sorry.

 

The green must mean executable, and the black a text file. Mine show
permissions like this:

 

 

rwxr-xr-x 2 root root  4096 Jan 16 02:36 .

drwxr-xr-x 3 root root  4096 Feb 15 15:36 ..

-rwxr-x--- 1 root root  1614 Jan 16 02:36 bacula

-rwxr-x--- 1 root root  2716 Jan 16 02:36 bacula_config

-rwxr-x--- 1 root root  5180 Jan 16 02:36 bacula-ctl-dir

-rwxr-x--- 1 root root  5197 Jan 16 02:36 bacula-ctl-fd

-rwxr-x--- 1 root root  5137 Jan 16 02:36 bacula-ctl-sd

-rwxr-x--- 1 root root   470 Jan 16 02:36 bconsole

-rw-r--r-- 1 root root  1073 Jan 16 02:36 btraceback.dbx

-rw-r--r-- 1 root root   341 Jan 16 02:36 btraceback.gdb

-rw-r--r-- 1 root root   343 Jan 16 02:36 btraceback.mdb

-rwxr-x--- 1 root root   736 Jan 16 02:36 create_bacula_database

-rwxr-x--- 1 root root   291 Jan 16 02:36 create_mysql_database

 

 

 

 

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bconsole autocomplete and history feature

2013-03-04 Thread compdoc
 I have installed Bacula v5.2.13 on Debian 6.0.6 x86_64

 

How did you install?

 

 

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BeforeJob: Can't find your catalog (MyCatalog) in director configuration

2013-03-04 Thread compdoc
By the way, open /etc/bacula/bacula-dir.conf

 

What directory is listed for 'QueryFile = ???'

 

Please don't paste your password.

 

Director {# define myself

  Name = your-dir

  DIRport = 9101# where we listen for UA connections

  QueryFile = ???

  WorkingDirectory = /var/bacula/working

  PidDirectory = /var/run

  Maximum Concurrent Jobs = 1

  Password = ++ # Console password

  Messages = Daemon

}

 

 

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BeforeJob: Can't find your catalog (MyCatalog) in director configuration

2013-03-04 Thread compdoc
I see, do I need to make that file executable and how?

 

/usr/lib64/bacula # ll

total 180

-rwx-- 1 root bacula   938 Jan 15 13:50 bacula-password-setup.sh

-rwxr-xr-x 1 root bacula   486 Jan 15 13:50 bconsole

-rwxr-xr-x 1 root bacula 32449 Jan 15 13:50 bpipe-fd.so

-rw-r--r-- 1 root bacula   341 Jan 15 13:50 btraceback.gdb

-rwxr-xr-x 1 root bacula   734 Feb 11 17:56 create_bacula_database

-rwxr-xr-x 1 root root 291 Jan 15 13:50 create_mysql_database

 

Yours are marked executable, although they use a different set of
permissions than mine. They use a different Group than mine too. 

 

Unfortunately, I have found that these settings can differ greatly from one
distro to another. They also vary by whomever created the package. People
get used to using certain directories and continue to use them even though
everyone else is using other directories. 

 

For example, I use Ubuntu and the scripts are placed in
/etc/bacula/scripts/*  

 

I compile bacula from source, so I have to tell the installer to place them
there. And the reason I place them there is because that seems to be the
directory most commonly used for Ubuntu. 

 

Anyway, the point I'm making is that the permissions you see on your
computer may be correct, and you shouldn't change them at this point...

 

 

 

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BeforeJob: Can't find your catalog (MyCatalog) in director configuration

2013-03-04 Thread compdoc
 Hmmm..the light is finally shinning, if the query isn't executable that
explains everything

 

I believe that /usr/lib64/bacula/query.sql is where bacula dumps your mysql
database to text before backing it up. It does not need to be executable. 

 

Your query.sql  is not empty, so that concerns me. 

 

You changed permissions on files and directories according to what Simone
said, but that was meant for another system and not right for your system.
This concerns me.

 

The file /usr/sbin/dbcheck.mysql is missing and bacula is configured to use
that file. This concerns me as well. My system does not have a file named
dbcheck.mysql either. There is however, a file named /sbin/dbcheck.

 

Can I ask is this a production machine you're working on, or just for
testing?

 

Who set it up or installed bacula on your system?

 

 

 

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] BeforeJob: Can't find your catalog (MyCatalog) in director configuration

2013-03-04 Thread compdoc
OK, Im wrong about /usr/lib64/bacula/query.sql - this is not where bacula
dumps your mysql database. MyCatalog is the file. It creates it, then
deletes it. But that file is missing when bacula tries to back it up. 

 

/usr/sbin/dbcheck.mysql is missing so name it that, and make sure it is
marked executable. 

 

I need to look at something else...

 

 

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] default bacula user rights

2013-02-26 Thread compdoc
I was trying to set up a stunnel and changed the bacula user to allow
logins, but I'd like to change that back to default and remove that right.

Is the following command enough, or is there more I need to do?

 sudo usermod -s /sbin/nologin bacula

Thanks



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] SME Server

2013-01-30 Thread compdoc
Does anyone have experience getting bacula-fd to work on SME Server?

I have tried installing the bacula-client provided in the SME repos, and
installing and compiling by hand. Each with the same results.

There two problems: 

1) bacula-fd will not start automatically at boot, but will start and stay
running manually.  However this is not the main problem...

2) I cannot connect to port 9102. Using telnet, I try externally and using
localhost, and the connection is closed immediately. Bconsole cannot report
status either. Says Fatal error: Unable to authenticate with File daemon at
192.168.1.21:9102 even though passwords are correct on each end.

There must be security mechanism that allows only certain ports. This
morning I thought I could try tcp-wrappers and adding entries to
hosts.allow, but this makes no difference. 

Although I understand little about iptables, it seems to allow all local
connections.

Just cant figure it out...




--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Storage daemon and Director version matching

2013-01-16 Thread compdoc
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


--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Tray Monitor on Ubuntu 12.04

2013-01-16 Thread compdoc
Ubuntu 12.04 has bacula 5.2.5 in its repos and it seems to work well,
however the Windows binary on Sourceforge is 5.2.10 so I decided to try my
hand at building bacula from the files on  Sourceforge. First version
5.2.10, and then version 5.2.12.

It seems to run fine (doing my first full backups now) however the tray
monitor isn't being built even though I include --enable-tray-monitor. Bat
is built and runs fine when I include --enable-bat, so I think I must have
missed a package required by the tray monitor. 

Any suggestions?

Thanks!



--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users