Hello,
> But it the situation, when a file is knowingly removed/email deleted/whatever
> is deleted
> is in 99% of cases. Knowingly, i repeat. And if this file is still restored
> this leads the whole restore-process "ad absurdum"...
As is the case with most tools, you need to evaluate them and
Hello,
It is in the documentation, just like the answers to every other
question you asked:
http://www.bacula.org/rel-manual/Installing_Configurin_MySQL.html#mysql_phase2
You need to read the documentation.
Bacula is complex, you need to read the documentation BEFORE you ask
the list questions.
hey,
> - - shut down MySQL
> - - initialize LVM snapshot
> - - bring up MySQL again
> - - back up from the snapshot
> - - release snapshot when backup is complete
no need to shut the db down, just issue:
---
echo "About to lock tables"
time (echo "FLUSH TABLES WITH READ LOCK "|mysql)
ec
Hello,
On 1/4/08, Frank Sweetser <[EMAIL PROTECTED]> wrote:
> One thing you should really be aware of, then, is that the practice of
> splitting each table out into a set of files is only applicable with MyISAM
> tables. Any InnoDB tables will all be stored in the InnoDB table space, which
> may
hello,
> > You should investigate:
> >
> > - using LVM to store your databases on
> Are you talking about using LVM snapshot feature? It's a little
> difficult because we need to modify filesystem on production servers
yeah, that gives you the shortest downtime with the quickest restore
option f
On 1/4/08, Michel Meyers <[EMAIL PROTECTED]> wrote:
> > - I will need to stop mysql slave before and restart it after backup. I
> > read the documentation but something is still not clear for me. Can I
> > execute a "script on client before" and a "script on client after" and
> > start the backup o
hello,
> Now using sudo:
>
> sudo -u zimbra -p '(withoutpassword)' '/opt/zimbra/bin/zmcontrol' stop;
>
> 19-sep 11:49 ZimbraBK-dir: RunBefore:
> 19-sep 11:49 ZimbraBK-dir: CopiaPrueba.2006-09-19_11.49.13 Fatal error:
> RunBeforeJob error: ERR=Child exited with code 1
> Where can I see a log of the
It seems something in your "command_service stop" has problems running
without a terminal - when a program invokes it rather than a human
from a working terminal, it's not a permissions problem
On 19/09/06, Diego <[EMAIL PROTECTED]> wrote:
> Hi, I need to run a script to stop a service before do t
I don't think the windows version of bacula has TLS compiled in.
anyway, the problem you have there is that your host address in the
client config is 192... while your certificate has a hostname as its
CN, the host address in your director config must match the CN of the
certificate.
I wrote some
hello,
I think its safe to say that there is no canned solution to make
Bacula talk directly to Zabbix you'd need to write something to do it.
There are many posts in the archives here that lists ways to monitor
nagios, some lets nagios email the central monitoring, some puts down
files on a webs
>From the bacula manual:
onefs=yes|no
If set to yes (the default), Bacula will remain on a single file
system. That is it will not backup file systems that are mounted on a
subdirectory. If you are using a *nix system, you may not even be
aware that there are several different filesystems as t
On 02/08/06, Jo Rhett <[EMAIL PROTECTED]> wrote:
> Let's think about effort versus reward:
>
> 1. Fix to include the FD in question in the log : 5 minutes to write,
> perhaps even less.
>
> 2. Change the logging on every system
> -AND-
> Every time I see this error, send a message out t
Seems the problem is:
Fatal gethostbyname for myself failed "epohost": ERR=Success
it thinks your local hostname is 'epohost' but that isnt in DNS, you
can try adding epohost to /etc/hosts and see if that helps
On 02/08/06, Erik P. Olsen <[EMAIL PROTECTED]> wrote:
> I don't understand how the bs
hello,
it's not optimal but you can get each FD to write a log on its own box
by adding an append directive to its messages settings.
On 02/08/06, Alan Brown <[EMAIL PROTECTED]> wrote:
> On Wed, 2 Aug 2006, Kern Sibbald wrote:
>
> >> Kern, is this fixed in a newer version?
> >
> > I believe more
don't know why he is not putting
> http://domain/images/s_ok.gif.
> Theres a variable *root* on the report template... any tips?
>
> On Tue, 2006-08-01 at 16:40 +0100, R.I. Pienaar wrote:
> > check your webserver error log, most PHPs thesedays default to only
> > showi
check your webserver error log, most PHPs thesedays default to only
showing errors in the error_log and not to the browser
On 01/08/06, Duarte Santos <[EMAIL PROTECTED]> wrote:
> Hello All!
>
> I isntaller bacula-web, i run the test.php and its all ok.
> But when i access the address only show a w
hello,
I wrote something up about monitoring with Nagios, I prefer monitoring
each server being backed up for backup status, this means that even if
I accidently delete/disable a host from bacula configs I'd still pick
it up with my nagios:
http://www.devco.net/pubwiki/Bacula/MonitoringWithNagios
> >
> > Anyway to use TLS whith self signed ceriticates?
>
> Not for all of the components, no. You can't use a self signed certificate
> for
> anything that listens for TCP connections. The reasoning is that since you
> can't validate a self signed cert, it's impossible to know if you're connec
hello,
do you have the cacert.pem correctly on the client and server? if you
use the sial CA you should copy the file ca-cert.pem in its home dir
to the bacula config dir.
In my experience the error means that the cert presented wasnt signed
by the CA of the other machine(s), but the error is pre
34d00 ***
# rpm -qa|grep openssl
openssl-0.9.7a-43.8
xmlsec1-openssl-1.2.6-3
openssl-devel-0.9.7a-43.8
On 20/07/06, Scott Ruckh <[EMAIL PROTECTED]> wrote:
>
>
> This is what you said R.I. Pienaar
> > hello,
> >
> > So further to my previous mails about TLS, I
correctlym
On 20/07/06, Scott Ruckh <[EMAIL PROTECTED]> wrote:
>
>
> This is what you said R.I. Pienaar
> > hello,
> >
> > So further to my previous mails about TLS, I've now moved on to try
> > make my CentOS 4.3 machines, the closest RPM I could find was the
hello,
So further to my previous mails about TLS, I've now moved on to try
make my CentOS 4.3 machines, the closest RPM I could find was the one
for el3 ones on the bacula download list.
These while ldd show them linked against OpenSSL does not seem to support TLS:
# ldd `which bconsole`
hi,
> This is great. I'd be interested to know where you got stuck, and if
> you had any suggestions for improving the TLS code at all (error
> messages, configuration settings, etc).
the main problem was the docs, the TLS example is difficult to follow
because the hostnames and so forth being us
hello,
I am in the process of deploying Bacula for my own use and that of
some people I contract to, I had a need for TLS between the various
connections and found the documentation were very misleading and
incomplete so after much list searching and trial and error I got it
going, I've documented
24 matches
Mail list logo