On Wed, 07 Mar 2007 10:31:27 -0600
Brad Larson <[EMAIL PROTECTED]> wrote:
> I currently have my "on-site" bacula performing backups to a large
> LVM partition (no tapes). Some extra stuff gets copied to that
> partion (ie. bacula db dump,etc...) and then gets rsync'd through a
> ssh connection ove
On Wed, 07 Mar 2007 08:36:44 -0700
Don MacArthur <[EMAIL PROTECTED]> wrote:
> Nick,
>
> I use a similar approach with one significant difference and a few
> small ones.
>
> I have have periodic (daily and weekly) pools and write (in parallel
> jobs for all the clients) all the backups to one vol
Hi,
2007/3/5, Dominik Jonas <[EMAIL PROTECTED]>:
> we got a new server in our company. It run several services on several
> XEN virtual machines (e.g. mail, webserver, yp). I want to know if it is
> better to run bacula in its own XEN or directly on the hostsystem? This
> server has enough hardwar
Hi,
On 3/8/2007 12:12 AM, [EMAIL PROTECTED] wrote:
> I've installed and tested bacula 1.36/MySql from the Suse 10.0 install media.
> I used this to run some basic tests and check the tape drive. I'm
> attempting to upgrade to 2.02 before I start final production configuration.
> I'm failing
I've installed and tested bacula 1.36/MySql from the Suse 10.0 install media.
I used this to run some basic tests and check the tape drive. I'm attempting
to upgrade to 2.02 before I start final production configuration. I'm failing
at the rpm command:
omares-backup:/home/dthacker # rpm -U -v
* Kern Sibbald <[EMAIL PROTECTED]> [2007-03-07 20:49]:
> Hello,
Hi Kern!
> I have released the source code for Bacula 2.0.3.
Do you plan to update http://www.bacula.org/?page=news ?
It seems to not have been updated since 2.0.1...
http://freshmeat.net/projects/bacula needs love as well :-D
Than
Peter Crighton wrote:
> On Mon, 26 Feb 2007 09:49:00 -0800, you wrote:
>
>
> I didn't realise I'd been unsubscribed - why would that have happened?
> Anyone else been finding that they were unsubscribed?
>
Same anti-spam software REJECTS email it considers spam. Sourceforge
will cut you off th
A few weeks ago there was a short thread on a similar theme. See
http://article.gmane.org/gmane.comp.sysutils.backup.bacula.general/31927
and other posts in the thread.
In that thread, the on-site disk-volumes were written first and then
copied to tape for off-site protection.
However your requ
Hi,
On 3/7/2007 8:43 PM, Alex wrote:
> Hi !
>
> I'm trying to run my autochanger (EXABYTE 110L under Mandriva 2007) with
> BACULA 2.0.2 but still without any effects.
> Test by btape seems to be good:
>
> /301 Issuing autochanger "loaded" command.
> Slot 1 loaded. I am going to unload it.
> 330
On Wednesday 07 March 2007 19:58, Zakai Kinan wrote:
> Where can I the latest code for check_bacula?
It is in release version 2.0.3 on the Source Forge site -- in the
examples/nagios directory.
>
> ZK
>
> --- DAve <[EMAIL PROTECTED]> wrote:
> > Masopust, Christian wrote:
> > >>> /usr/bin/g++ -O
On Wednesday 07 March 2007 20:11, Peter Crighton wrote:
> On Mon, 26 Feb 2007 09:49:00 -0800, you wrote:
>
>
> I didn't realise I'd been unsubscribed - why would that have happened?
> Anyone else been finding that they were unsubscribed?
>
> And I didn't ask to be!
Sorry you had this problem. A f
Hello,
I have released the source code for Bacula 2.0.3. This version consists
mostly of bug fixes for a good number bugs reported since version 2.0.2 was
released. The most important fix is for a critical problem of encrypted
files being truncated during restore.
Version 2.0.3 also has one
Hi !I'm trying to run my autochanger (EXABYTE 110L under Mandriva 2007) with
BACULA 2.0.2 but still without any effects.
Test by btape seems to be good:301 Issuing autochanger "loaded" command.
Slot 1 loaded. I am going to unload it.
3302 Issuing autochanger "unload 1 0" command.
unload status=OK
On Mon, 26 Feb 2007 09:49:00 -0800, you wrote:
I didn't realise I'd been unsubscribed - why would that have happened?
Anyone else been finding that they were unsubscribed?
And I didn't ask to be!
--
Peter Crighton
-
Take S
Where can I the latest code for check_bacula?
ZK
--- DAve <[EMAIL PROTECTED]> wrote:
> Masopust, Christian wrote:
> >>> /usr/bin/g++ -O -L../lib -L../cats -o
> check_bacula check_bacula.o
> >>> authenticate.o -lbac -lm -lpthread
> >>> check_bacula.o(.text+0x1c): In function `usage':
> >>>
>
Hello,
I am with bacula installed in one linux opensuse 10,0 functioning well…
but I am with one doubts: Backup is made in disk, each server that I
make backup has a own volume . Backup FULL is made a time for month and
the Incremental one is made daily. The problem is that backup FULL is
not
Hi, List
> Florian Heigl had a repository of binaries for HP-UX (11i) here:
> http://deranfangvomen.de/~floh/bacula/
> but at least now the site is not accessible.
The wonders of cheap virtual hosting. The hoster 'migrated servers'
and rumor has it there
is a backup of my old box available with t
I currently have my "on-site" bacula performing backups to a large LVM
partition (no tapes). Some extra stuff gets copied to that partion (ie.
bacula db dump,etc...) and then gets rsync'd through a ssh connection
over the internet to an "off-site" LVM. One server has a monthly "full"
backup th
I apologize if I was ambiguous, it was unintentional.
I use the schedule to run a single job for each client, all starting at
10 PM, with a limit of 10 concurrent jobs.
So, about 20 jobs are initiated, and 10 run while the rest wait. When
one of the running jobs terminates, a waiting job sta
On 7 Mar 2007 at 8:36, Don MacArthur wrote:
> Nick,
>
> I use a similar approach with one significant difference and a few small
> ones.
>
> I have have periodic (daily and weekly) pools and write (in parallel
> jobs for all the clients) all the backups to one volume to save disk
> space and red
Nick,
I use a similar approach with one significant difference and a few small
ones.
I have have periodic (daily and weekly) pools and write (in parallel
jobs for all the clients) all the backups to one volume to save disk
space and reduce the management complexity. This media goes off site.
Masopust, Christian wrote:
>>> /usr/bin/g++ -O -L../lib -L../cats -o check_bacula check_bacula.o
>>> authenticate.o -lbac -lm -lpthread
>>> check_bacula.o(.text+0x1c): In function `usage':
>>> /usr/local/src/bacula-2.0.1/src/check_bacula/check_bacula.c:58:
>>> undefined reference to `gettext'
>>
Nick,
For what it might be worth to you, here's how I do this with a couple
of my clients.
Part I
Full install on a Windows 2003 NAS/Server unit with full jobs on two
of the workstations and 'sniping' production only data sitting on the
NAS/Server unit.
Two external HDD that rotate M,W,F
Hello,
I am with bacula installed in one linux opensuse 10,0 functioning well…
but I am with one doubts: Backup is made in disk, each server that I
make backup has a own volume . Backup FULL is made a time for month and
the Incremental one is made daily. The problem is that backup FULL is
not
G'day guys,
Just trying to design a backup solution using Bacula for a small
company I work for and would appreciate some help with a few issues.
This email may be rather long, so certainly appreciate anyone taking
the time to read it, let alone offer any insight they may have!
The main problem I
>
> Does bacula have any features that would be equivelent to an append
> period? An append period is a window of time after the last job
written
> completes that still allows the tape to be appended. After the window
> closes, no more appends would be allowed.
As in something similar to Backup
On Tue, 6 Mar 2007, Brian Debelius wrote:
>> 2. Your Why clause is really a continuation of the What, so you need to
>> provide some reason why we might want to implement this -- off of the top of
>> *my* head, I don't immediately see one.
The thing that springs to mind is closing off a tape whic
Hi.
This night backup was OK (as it wasn't necessary to truncate any volumes).
What I did yesterday:
* deleted one of my two volumes (with "delete volume" in bconsole as well as
physically from the directory)
* tried Full backup once more, but it failed while trying to truncate the
other volume
28 matches
Mail list logo