Arno Lehmann wrote:
> By the way, the shell expansion does not use regular expressions...
>
> To select only stuff starting with a dot, in a regular expression you
> should write '\.[^\.].+'. Unless I'm wrong, of course :-)
>
> That RE would be spelled like "take everything which starts with a do
Hello,
On 2/1/2006 1:55 PM, Florian Schnabel wrote:
i still didn't find a reason for my problem ...
bacula prunes old jobs, then i get an error no volume available, THEN
the volume gets recycled and backup starts
Well, this kind of confirms my suspicion that Baculas recycling
algorithm could
Hello,
On 2/1/2006 5:03 PM, Phil Stracchino wrote:
Stephan Holl wrote:
Hello Phil,
On Tue, 31 Jan 2006 15:07:35 -0500 Phil Stracchino
<[EMAIL PROTECTED]> wrote:
Stephan Holl wrote:
I am trying to implement all dot-files into a fileset. but cannot
manage it correctly. Perhaps someone ha
> On Wed, 01 Feb 2006 11:03:36 -0500, Phil Stracchino <[EMAIL PROTECTED]>
> said:
>
> Stephan Holl wrote:
> > Hello Phil,
> >
> > On Tue, 31 Jan 2006 15:07:35 -0500 Phil Stracchino
> > <[EMAIL PROTECTED]> wrote:
> >
> >
> >>Stephan Holl wrote:
> >>
> >>>I am trying to implement all dot
I had the exact same problem, running out of free memory while having
2GB installed, I had to split the backups into 10 separate jobs, where
the biggest consist of 3,8M files and 250GB data, and even this takes a
lot of time on my dual xenon system with fibre channels and scsi disks,
while buil
All,
We have run our first full backup of our data server, and we are in the
process of restoring the entire system to a temporary drive. Everything
is going great, although when bconsole goes to grab all of the files
(before we are able to mark the ones that we want), it take 10-15
minutes before
Hi there,
We are looking into purchasing an LoaderXpress LTO2 11 tape changer
drive and was wondering if anyone has had any experience working with
this unit within Bacula.
From reading the docs I can see there is support for LTO2 drives, but
no mention on this specific model, if you need so
On Wed, Feb 01, 2006 at 05:06:38PM -, Dominic Marks wrote:
> Perhaps InnoDB should be the default MySQL database format in the next
> Bacula release, Kern?
And if so, perhaps also consider enabling foreign key constraints? This
would eliminate 90% of the work that dbcheck currently has to do.
is there no performance impact ? innodb is not that good at inserting data ...
Le Mercredi 01 Février 2006 16:08, Daniel Holtkamp a écrit :
> Hi !
>
> Roger Kvam wrote:
> > My MySQL database is 6.8G, while the File.MYD is 4.0G
>
> You ran into a mysql-limit there. The File Table apparently uses My
Roger wrote:
> mysql> select count(*) from File;
> +--+
> | count(*) |
> +--+
> | 47405618 |
> +--+
> 1 row in set (0.00 sec)
>
Perhaps InnoDB should be the default MySQL database format in the next
Bacula release, Kern?
> Frank Sweetser wrote:
>> On Wed, Feb 01, 2006 at 0
Stephan Holl wrote:
> Hello Phil,
>
> On Tue, 31 Jan 2006 15:07:35 -0500 Phil Stracchino
> <[EMAIL PROTECTED]> wrote:
>
>
>>Stephan Holl wrote:
>>
>>>I am trying to implement all dot-files into a fileset. but cannot
>>>manage it correctly. Perhaps someone has done that successfully.
>>>
>>>
>>>#
What will happend to the MyISAM file, will it be converted, or just left
behind an I need to start my backups from scratch?
Roger Kvam
Daniel Holtkamp wrote:
Hi !
Roger Kvam wrote:
My MySQL database is 6.8G, while the File.MYD is 4.0G
You ran into a mysql-limit there. The File Table appa
Hi !
Roger Kvam wrote:
My MySQL database is 6.8G, while the File.MYD is 4.0G
You ran into a mysql-limit there. The File Table apparently uses MyISAM
as storage engine and the max-limit there is 4 GB. Fire up
mysql-administrator and change the storage engine to InnoDB then you`re
fine. (On m
mysql> select count(*) from File;
+--+
| count(*) |
+--+
| 47405618 |
+--+
1 row in set (0.00 sec)
Frank Sweetser wrote:
On Wed, Feb 01, 2006 at 03:37:11PM +0100, Roger Kvam wrote:
27-Jan 00:45 alexandria-dir: LogicBackupAvr32.2006-01-27_00.05.10 Fatal
error: sql_creat
27-Jan 00:45 alexandria-dir: LogicBackupAvr32.2006-01-27_00.05.10 Fatal error:
sql_create.c:732 sql_create.c:732 insert INSERT INTO File
(FileIndex,JobId,PathId,FilenameId,LStat,MD5) VALUES
(55527,829,2825202,2033976,'Bc sHVV IGk B Yc Y CwOuQ WvE BAA C4 BD0Kbs BD0Kbs
BD2MTW A A C','0') failed:
On Wed, Feb 01, 2006 at 03:37:11PM +0100, Roger Kvam wrote:
> 27-Jan 00:45 alexandria-dir: LogicBackupAvr32.2006-01-27_00.05.10 Fatal
> error: sql_create.c:732 sql_create.c:732 insert INSERT INTO File
> (FileIndex,JobId,PathId,FilenameId,LStat,MD5) VALUES
> (55527,829,2825202,2033976,'Bc sHVV IG
Will McDonald <[EMAIL PROTECTED]> wrote:
>
>> When I did the upgrade from 1.38.2 to 1.38.5-2 on my RHEL4.2
>> system via rpmbuild, there were a few gotchas that stopped
>> the director from starting. One was that /etc/sysconfig/bacula
>> needed these lines:
>>
>> DIR_USER="bacula"
>> DIR_GROUP="d
On Tue, 31 Jan 2006, Ryan Novosielski wrote:
So, I have switched to spooling, on the advice I've seen written recently...
sounds like the way to go, especially if you only have one tape drive. I
expected a speed increase too, as the drive would be used more efficiently.
What I did not expect i
> On Wed, 01 Feb 2006 11:15:27 +0100, Evelyne Cangini <[EMAIL PROTECTED]>
> said:
>
> Hello,
>
> At one unexpected hour (no job in progress or just finished or
> scheduled) bacula's deamon indicates :
>
> ERROR in bsys.c:536 Could not create state file.
> /home/bacula/working/bacula-
i still didn't find a reason for my problem ...
bacula prunes old jobs, then i get an error no volume available, THEN
the volume gets recycled and backup starts
i'll attach the messages, maybe someone can help me with that;
i don't really like to get an error message every couple days
Florian
Hello,
At one unexpected hour (no job in progress or just finished or
scheduled) bacula's deamon indicates :
ERROR in bsys.c:536 Could not create state file.
/home/bacula/working/bacula-dir.9101.state ERR=Ioctl() inapproproprié pour un
périphérique
bacula-fd.9102.state and bacula-sd.9103.s
Am 31.01.2006 um 08:43 schrieb Natxo Asenjo:
30-Jan 20:00 vpn-sd: NightlySave.2006-01-30_20.00.00 Fatal error:
dev.c:387 dev.c:381 Unable to open device "Tape" (/dev/nst0):
ERR=Read-only file system
Is the operating system disk okay?
Bacula can not open the device node for writing, so I
Two of the boxes have SCSI drives. It's happening on 3 different machines:
Dell 2450 4 SCSI drives (3 RAID 0 striped), Windows 2003
P III whitebox 2 SCSI drives, Fedora FC2
P IV whitebox 2 IDE drives, Windows 2000
yet it backs up other 2 other PIII whiteboxes, Windows and FC3, and a couple
of
Hi all
Sorry, two questions in one day... :)
Is it possible to have two directors backup one host? (Not at the same
time I might add!). Is it just a case of adding the second director
entry to the fd.conf on the host (as well as adding the normal config to
the backup dir.conf). I am specifica
Robert Leche wrote:
Dear Bacula community,
I have a problem with a Bacula server producing the following error
every 24-48 hours:MySQL server has gone away". After such time, Bacula
can be restarted and all is well for a day or so.
Some Hardware/software info:
Platform: Dell 2850 Dual
Dear Bacula community,
I have a problem with a Bacula server producing the following error
every 24-48 hours:MySQL server has gone away". After such time, Bacula
can be restarted and all is well for a day or so.
Some Hardware/software info:
Platform: Dell 2850 Dual 3.0GHZ Xeon, 2G RAM
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Brad Pinkston wrote:
I apologize if this has already been posted.
How can I backup Exchange 2003 with bacula? I am currently using
windows backup to a share and backing up that file, but this isn’t
efficient. I’d like to be able to connect to the
27 matches
Mail list logo