Karl Cunningham wrote:
> Hi All --
>
> I have a need to execute a ClientRunBefore script on full backup but not on
> incremental for the same client. Does anyone know of a way to do this?
Oy.
I know of no way to do that. However I THINK you can pass the job
level to the ClientRunBefore sc
I suggest passing the backup level to the script as a parameter, and having
the script just exit cleanly for any level you don't want the script to run
for. Variable expansion is explained in the manual and unless I am mistaken
backup level is a value which can be used in this manner.
Thanks,
Chr
Hi All --
I have a need to execute a ClientRunBefore script on full backup but not on
incremental for the same client. Does anyone know of a way to do this?
Thanks.
Karl Cunningham
---
SF.Net email is Sponsored by the Better Software Confer
The other nice thing about bacula is the help of the guys here.
Without the help of Phil and several others, I would still be fighting to get
back up.
Ron
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Phil
Stracchino
Sent: August 22, 2005 7:24 PM
To: Al
Alex Polvi wrote:
> Greetings,
>
> We are looking at moving our backups over to bacula. I checked out the
> testimonials on the main website, but those did not seem comparable to
> our environment. Does anyone have experience using bacula with 100+
> clients (mainly Linux, but also a sprinkle of M
Greetings,
We are looking at moving our backups over to bacula. I checked out the
testimonials on the main website, but those did not seem comparable to
our environment. Does anyone have experience using bacula with 100+
clients (mainly Linux, but also a sprinkle of Mac OSX and Windows Server)?
H
Make sure you did a reload, and make sure the config file you think you
are using is the one you're actually using.
_ _ _ _ ___ _ _ _
|Y#| | | |\/| | \ |\ | | | Ryan Novosielski - User Support Spec. III
|$&| |__| | | |__/ | \| _| | [EMAIL PROTECTED] - 973/972.0922 (2-0922)
\__/ Uni
I'm spooling data before it gets written to tape, and I run multiple
jobs at the same time. My spool size is smaller than a single tape
size, so I have to flush the spool pretty often. Because of this each
tape can have a little bit of each job on it. My question is that if I
create a spool devi
Hello,
This status report will discuss the following five points.
1. Please encourage Landon to implement data encryption by contributing.
2. Bacula Foundation
3. Bacula Funding Idea
4. Bacula 1.38 release status
5. Future Bacula development
1. Please help encourage Landon Fuller implement data
You'll pry my MVC framework out of my cold dead hands :-D--JoeOn Aug 22, 2005, at 10:22 AM, Joshua Kugler wrote:On Sunday 21 August 2005 03:58, Chris Lee wrote: If I understand correctly the way MVC coding works, designing the visuallayout of the application is not something you do with a tool like
On Sunday 21 August 2005 03:58, Chris Lee wrote:
> If I understand correctly the way MVC coding works, designing the visual
> layout of the application is not something you do with a tool like designer
> or glade. At least I don't know of any tools which facilitate this anyway.
If done right, usi
Dan,
Thanks for responding so quickly to reply to your responses:
1. Yes, the old mail server is 192.168.1.5
2. The /etc/hosts file has only the following entries:
127.0.0.1 localhost.localdomain localhost
192.168.73.27 bacula bacula.crary.com
3. bacula-dir.c
I'm using a changer and I'm spooling data. I'm also running more than
one job at once since the spool is a good random I/O device. Because of
this when the spool flushes it often has multiple jobs data in it. So
my jobs end up getting spread across a couple tapes. It seems that when
listing wha
On 22 Aug 2005 at 10:02, Bradley D. Larson wrote:
> Recently we changed our subnet and everything in bacula works great with
> the one exception... It is still trying to email the backup status to
> the old email server...
How do you know it's trying to email to the old email servers?
Is that
Recently we changed our subnet and everything in bacula works great with
the one exception... It is still trying to email the backup status to
the old email server...
I have changed all configuration files I can find and searched for
others but can not find where bacula is getting this IP addr
Jan Johansson wrote:
>>WildFile = "/var/log/*.gz"
>>WildFile = "/var/log/*.tgz"
>
> But, would that also exclude /var/log/apache/*.gz /var/log/exim/*.tgz
> Or would it just handle the files in /var/log itself?
Not sure... give it a go? :)
Or you could use the WildFileRegex or whatever the optio
>Try this:
>
>> FileSet {
>> Name = "Full excl old logs and mySQL"
>> Include {
>> Options {
>> signature = MD5
>> Exclude = yes
>> wildfile = *.MYI
>> wildfile = *.MYD
>WildFile = "/var/log/*.gz"
>WildFile = "/var/log/*.tgz"
> }
But, would that also exclude /v
Hello,
This morning, I released tar Bacula BETA 1.37.36 tar source and Windows VSS
binaries to the beta section of the Bacula project on Source Forge. There
will be no more releases of the non-VSS Win32 binarys. The major changes
since the 1.37.30 release are:
- Improved algorithm for reservi
On Monday 22 August 2005 14:21, Thomas Simmons wrote:
> Kern Sibbald wrote:
> > On Monday 22 August 2005 04:32, Peter Sjoberg wrote:
> >>On Sun, 2005-08-21 at 01:38 -0400, Phil Stracchino wrote:
> >>>Thomas Simmons wrote:
> No one has any thoughts on this?
>
> Thanks,
> Thomas
> >>
Kern Sibbald wrote:
On Monday 22 August 2005 04:32, Peter Sjoberg wrote:
On Sun, 2005-08-21 at 01:38 -0400, Phil Stracchino wrote:
Thomas Simmons wrote:
No one has any thoughts on this?
Thanks,
Thomas
Thomas Simmons wrote:
Hello Everyone,
From what I understand, if I have "Full Backup P
> On Sun, 21 Aug 2005 11:29:32 +1000, Daniel Pittman <[EMAIL PROTECTED]>
> said:
Daniel> Kern Sibbald <[EMAIL PROTECTED]> writes:
>> On Tuesday 16 August 2005 18:37, Martin Simmons wrote:
>>> > On Tue, 16 Aug 2005 14:54:59 +0200, Kern Sibbald <[EMAIL PROTECTED]>
>>> > said
Title: Information: Bacula 1.36.3 for HP-UX 11.11
Hi,
I just wanted to (very happily) note that I've finally got around to compiling working
binaries of bacula on HP-UX for client only, PostgreSQL and MySQL.
I've successfully tested the mysql version and am now trying to build a software
Jan Johansson wrote:
> I thought I would cut down on backed up data, by excluding old log
> files, but the below fileset still backs up every tgz and tar.gz file
> under my /var/log dirs, so whats the _proper_ way to do this?
Try this:
> FileSet {
> Name = "Full excl old logs and mySQL"
> Inc
Try enclosing your wild-card strings in double quotes.
On Monday 22 August 2005 10:16, Jan Johansson wrote:
> I thought I would cut down on backed up data, by excluding old log
> files, but the below fileset still backs up every tgz and tar.gz file
> under my /var/log dirs, so whats the _proper_ w
I thought I would cut down on backed up data, by excluding old log
files, but the below fileset still backs up every tgz and tar.gz file
under my /var/log dirs, so whats the _proper_ way to do this?
FileSet {
Name = "Full excl old logs and mySQL"
Include {
Options {
signature = MD5
On Monday 22 August 2005 04:32, Peter Sjoberg wrote:
> On Sun, 2005-08-21 at 01:38 -0400, Phil Stracchino wrote:
> > Thomas Simmons wrote:
> > > No one has any thoughts on this?
> > >
> > > Thanks,
> > > Thomas
> > >
> > > Thomas Simmons wrote:
> > >> Hello Everyone,
> > >> From what I understand,
26 matches
Mail list logo