Carlos André schrieb:
> I got a little problem here in my work :)...
>
> Backup policy we use a IBM LTO-3 to make full backups on fridays
> and a HP DAT72 to make incremental backups from monday to thursday
>
> I trying to implement Bacula (2.2.8) using same policy (LTO 3 on fridays to
> full bac
> On Thu, 28 Feb 2008 15:36:55 -0500, Karl Hanzel said:
>
> 'A newbie here... please be kind&gentle.
>
> I had differential backup scheduled to run. When it came time, it was
> upgraded to full, citing "Prior failed job found..." But in fact, i had
> a clean full backup (launched manually f
> On Fri, 29 Feb 2008 08:54:16 -0500 (EST), Steve Thompson said:
>
> On Fri, 29 Feb 2008, Ryan Novosielski wrote:
>
> > Martin Simmons wrote:
> >>> On Thu, 28 Feb 2008 11:20:26 -0500 (EST), Steve Thompson said:
> >>> In the output of commands such as 'list jobs', is it possible to configu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I don't know what I'm doing wrong here. Here are my indexes, not that I
really understand how they work (sorry about the awful paste, but it's
hard to get this to show up right otherwise:
mysql> show indexes from Job;
+---++---
Bob Hetzel wrote:
>> => *update slots
>> => Automatically selected Storage: Dell-PV136T
>> => Enter autochanger drive[0]: 0
>> => Connecting to Storage daemon Dell-PV136T at gyrus:9103 ...
>> => 3306 Issuing autochanger "slots" command.
>> => Device "Dell-PV136T" has 0 slots.
>> => No slots in cha
> Date: Wed, 27 Feb 2008 10:17:05 -0500
> From: [EMAIL PROTECTED]
>
> In the message dated: Tue, 26 Feb 2008 19:12:38 EST,
> The pithy ruminations from Bob Hetzel on
> <[Bacula-users] Update slots causes bacula console to prompt for drive, etc?>
> w
> ere:
> => I just noticed this oddity. Perh
If I understand you correctly, This is how I do it
**reload*
You have messages.
**update*
Automatically selected Catalog: MyCatalog
Using Catalog "MyCatalog"
Update choice:
1: Volume parameters
*2: Pool from resource*
3: Slots from autochanger
*Choose catalog item to update (1-3): 2*
Hi,
29.02.2008 17:30, John Drescher wrote:
>> By changing the Volume Use Duration in the Pool config, Bacula will pick up
>> the change after a reload and I don't need to update the volume in the
>> catalog?
>> Is there a better way to address this issue?
>>
>
> I may be wrong on this case but I
I figured out the Duration part, but I'm still not sure if this change is
the correct way to address the larger issue of jobs failing.
*query
Available queries:
1: List up to 20 places where a File is saved regardless of the
directory
2: List where the most recent copies of a file are sa
> By changing the Volume Use Duration in the Pool config, Bacula will pick up
> the change after a reload and I don't need to update the volume in the
> catalog?
> Is there a better way to address this issue?
>
I may be wrong on this case but I have found that any changes in the
pool resource do n
Hi all,
I recently made a change in my Pool configs to change the Volume Use
Duration from 7d to 6d 23h.
Pool {
Name = My_Disks
Pool Type = Backup
Recycle = yes
AutoPrune = yes
Volume Retention = 27d
Volume Use Duration = 6d 23h
LabelFormat = "${Pool}-${NumVols}"
}
I made this
I am running Bacula 2.2.7 on Solaris 10_x86 w/ MySQL4 database. There are
some systems which are being decommissioned and I'd like to remove all
traces of these clients.
I removed their client and jobs from the director config. However, when I
list clients in bconsole, I still see them. How can I g
I have noticed this happen in every version I use.
Steps to reproduce.
1) forget to put the correct tape in
2) day 1 scheduled backup job attempts to run
3) day 1 scheduled CatalogBackup attempts to run
4) all day 1 job waits for tape
5) day 2 scheduled backup job attempts to run
6) day 2 schedul
On Fri, 29 Feb 2008, Ryan Novosielski wrote:
> Martin Simmons wrote:
>>> On Thu, 28 Feb 2008 11:20:26 -0500 (EST), Steve Thompson said:
>>> In the output of commands such as 'list jobs', is it possible to configure
>>> bacula to display numeric quantities as digits alone (no commas)? I really
I got a little problem here in my work :)...
Backup policy we use a IBM LTO-3 to make full backups on fridays
and a HP DAT72 to make incremental backups from monday to thursday
I trying to implement Bacula (2.2.8) using same policy (LTO 3 on fridays to
full backups, one pool per week, 365 days vo
Hi,
Is your catalog empty? Run a test job and refresh bacula-web.
El Friday 29 February 2008 11:08:38 nda escribió:
> Hi Juan Luis,
>
> db_type is correct (mysql in my case)
> Here is my http://www.nabble.com/file/p1572/bacula.conf bacula.conf .
> DB password is hidden but correct in the pro
Arno Lehmann wrote:
Hi,
28.02.2008 12:49, Damian Brasher wrote:
>You need to fix the underlying problem.
>The first step to do so is to run the btape tests and tweak the configuration
>until they all run without >failure.
>I have seen occasional errors - I have decided to replace my SCSI ca
Hi Juan Luis,
db_type is correct (mysql in my case)
Here is my http://www.nabble.com/file/p1572/bacula.conf bacula.conf .
DB password is hidden but correct in the production file.
Regards,
Nico
Juan Luis Frances wrote:
>
> The code:
> else if ( $this->driver == "pgsql") {
>
Hi Juan Luis,
db_type is correct (mysql in my case)
Here is my http://www.nabble.com/file/p15755160/bacula.conf bacula.conf .
DB password is hidden but correct in the production file.
Regards,
Nico
Juan Luis Frances wrote:
>
> The code:
> else if ( $this->driver == "pgsql") {
>
Hi Juan Luis,
db_type is correct (mysql in my case)
Here is my http://www.nabble.com/file/p15755157/bacula.conf bacula.conf .
DB password is hidden but correct in the production file.
Regards,
Nico
Juan Luis Frances wrote:
>
> The code:
> else if ( $this->driver == "pgsql") {
>
The code:
else if ( $this->driver == "pgsql") {
$dbsize = $this->link->query("select
pg_database_size('$this->dbs_name')")
or die ("classes.inc: Error query: 4");
Maybe "db_type" in bacula.conf file is wrong. If you have mysql then:
db_typ
On Fri, Feb 29, 2008 at 3:38 AM, nda <[EMAIL PROTECTED]> wrote:
>
> Hi Jason,
>
> Thanks for the feedback, i'll try to learn how to use the bconsole
> efficiantly.
>
When I have had errors like that with bacula-web. I usually go to the
source (search for the error message) and find out what line
[EMAIL PROTECTED] schrieb:
> I have a FileVolume that is full. How do I purge about 50% of the files in
> this volume?
>
> This is why I need to reduce the size of the file.
> The FileVolume is in a partition that is now full.
You can't free space of volumes partially. You have to purge the
vol
I have a FileVolume that is full. How do I purge about 50% of the files in
this volume?
This is why I need to reduce the size of the file.
The FileVolume is in a partition that is now full.
-
Roger Sinel
www.nordickiwi.com
Arno Lehmann wrote:
Hi,
28.02.2008 12:49, Damian Brasher wrote:
> > Hi List
> >
> > I have had some fairly regular job failures that I have pinpointed to be
> > caused by tape status type error mismatches. The most common is that the
> > tape status does not match that of the catalogue in a n
Hi Jason,
Thanks for the feedback, i'll try to learn how to use the bconsole
efficiantly.
Nico
Jason A. Kates wrote:
>
> Nico,
>
> I don't know how many people are using bacula-web, nor at what level it
> is supported.
>
> My understanding is that for a GUI the development is being done on
Nico,
I don't know how many people are using bacula-web, nor at what level it
is supported.
My understanding is that for a GUI the development is being done on BAT.
Most people use bconsole to manage bacula. I would suggest making it
work then play with the GUI's. I think that you will find
Hi,
Nobody can help me on this issue?
The error message give no info at all...
Thanks,
Nico
nda wrote:
>
> Hi,
>
> We are currently testing Bacula at work, but it isn't a easy task...
> Installation seems ok and i succeed the catalog backup.
> I'm now trying to mage the web interface work, b
28 matches
Mail list logo