Re: [Bacula-users] A few of questions

2011-04-15 Thread Martin Simmons
 On Thu, 14 Apr 2011 14:56:56 -0400, Mike Hobbs said:
 
   When backing up to a disk/RAID system, how do you guys mirror your 
 raid array?  If you were to mirror in real-time and something got 
 corrupted it could cause problems on your mirror.  Do you mirror once a 
 day?  What software do you use to mirror your array?  is rsync good enough?

What do you mean by corrupted and cause problems?  A disk error or something
in software?

RAID arrays are designed to cope gracefully with disk errors.  File systems
using checksums with built-in RAID capabilities such as zfs can make that
process more robust.

If you are worried about software bugs (in the filesystem implementation or
Bacula), then I think you need to make separate backups and test them
regularly, because any kind of automatic synchronization of the mirror will
just silently propagate the corruption to all copies.

__Martin

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-dir.conf - the DirAddress variable [SOLVED]

2011-04-15 Thread Wagner Pereira
Hi, John.

Thanks for the answer.

Att,
-- 

Wagner Pereira
PoP-SP/RNP - Ponto de Presença da RNP em São Paulo
CCE/USP - Centro de Computação Eletrônica da Universidade de São Paulo
http://www.pop-sp.rnp.br
Tel. +55 11 3091-8901
fone@RNP: 10158902


Em 14/04/2011 18:41, John Drescher escreveu:
 On Thu, Apr 14, 2011 at 5:37 PM, John Drescherdresche...@gmail.com  wrote:
 That's my first message to the bacula-users mailing list.

 I searched in all the Bacula's documentation and didn't find the answer:

 In the bacula-dir.conf file there is a variable named DirAddress (the
 default is 127.0.0.1). I think I should to change to my server's IP, but
 I'm not sure.

 Yes. Change this and ALL instances of 127.0.0.1 or localhost to limit
 bacula to only the machine that the director runs on.

 Sorry my browser locked up because of an addon and I did not send what
 I intended..

 I meant change all instances of 127.0.0.1 and localhost to the
 external ip address unless you want to limit bacula to only the
 machine that the director is on.

 Some over secure distributions supply bacula with default
 configuration files that cause bacula to be a single machine backup
 server that can only backup itself and you can only connect to it on
 the server itself..

 John

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-dir.conf - the DirAddress variable

2011-04-15 Thread Marcello Romani
Il 14/04/2011 23:41, John Drescher ha scritto:
 On Thu, Apr 14, 2011 at 5:37 PM, John Drescherdresche...@gmail.com  wrote:
 That's my first message to the bacula-users mailing list.

 I searched in all the Bacula's documentation and didn't find the answer:

 In the bacula-dir.conf file there is a variable named DirAddress (the
 default is 127.0.0.1). I think I should to change to my server's IP, but
 I'm not sure.


 Yes. Change this and ALL instances of 127.0.0.1 or localhost to limit
 bacula to only the machine that the director runs on.

 Sorry my browser locked up because of an addon and I did not send what
 I intended..

 I meant change all instances of 127.0.0.1 and localhost to the
 external ip address unless you want to limit bacula to only the
 machine that the director is on.

 Some over secure distributions supply bacula with default
 configuration files that cause bacula to be a single machine backup
 server that can only backup itself and you can only connect to it on
 the server itself..

 John

 --
 Benefiting from Server Virtualization: Beyond Initial Workload
 Consolidation -- Increasing the use of server virtualization is a top
 priority.Virtualization can reduce costs, simplify management, and improve
 application availability and disaster protection. Learn more about boosting
 the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users

One of these distros is debian.
If you put the fqdn or hostname (as suggested by comments in the conf 
file) instead of the server IP address, check /etc/hosts and comment out 
or delete the line that has 127.0.0.1 and the hostname, otherwise the 
hostname will be translated to 127.0.0.1 and you'll be back to the start.

-- 
Marcello Romani

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-dir.conf - the DirAddress variable [SOLVED]

2011-04-15 Thread Wagner Pereira
Got it, Marcello.

For now, I prefer to use IP but I'll remember that when I go to use the 
FQDN instead.

Att,
-- 

Wagner Pereira
PoP-SP/RNP - Ponto de Presença da RNP em São Paulo
CCE/USP - Centro de Computação Eletrônica da Universidade de São Paulo
http://www.pop-sp.rnp.br
Tel. +55 11 3091-8901
fone@RNP: 10158902


Em 15/04/2011 09:59, Marcello Romani escreveu:
 Il 14/04/2011 23:41, John Drescher ha scritto:
 On Thu, Apr 14, 2011 at 5:37 PM, John Drescherdresche...@gmail.com   wrote:
 That's my first message to the bacula-users mailing list.

 I searched in all the Bacula's documentation and didn't find the answer:

 In the bacula-dir.conf file there is a variable named DirAddress (the
 default is 127.0.0.1). I think I should to change to my server's IP, but
 I'm not sure.

 Yes. Change this and ALL instances of 127.0.0.1 or localhost to limit
 bacula to only the machine that the director runs on.

 Sorry my browser locked up because of an addon and I did not send what
 I intended..

 I meant change all instances of 127.0.0.1 and localhost to the
 external ip address unless you want to limit bacula to only the
 machine that the director is on.

 Some over secure distributions supply bacula with default
 configuration files that cause bacula to be a single machine backup
 server that can only backup itself and you can only connect to it on
 the server itself..

 John

 --
 Benefiting from Server Virtualization: Beyond Initial Workload
 Consolidation -- Increasing the use of server virtualization is a top
 priority.Virtualization can reduce costs, simplify management, and improve
 application availability and disaster protection. Learn more about boosting
 the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 One of these distros is debian.
 If you put the fqdn or hostname (as suggested by comments in the conf
 file) instead of the server IP address, check /etc/hosts and comment out
 or delete the line that has 127.0.0.1 and the hostname, otherwise the
 hostname will be translated to 127.0.0.1 and you'll be back to the start.


--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem with acl

2011-04-15 Thread laurent flori
Le jeudi 14 avril 2011 à 20:19 +0200, Bruno Friedmann a écrit :
 On 04/14/2011 02:57 PM, laurent flori wrote:
  Hello,
  
  We are using bacula for system and datas backup for all our modules here
  and we have problems for restoring acls. Even with these stanzas in the
  configuration file, no acls are restored.
  We have this in our config file:
  
  Include {
Options {
  aclsupport = yes
  xattrsupport = yes
  @/etc/bacula/include-options.conf
}
  
  We are using bacula version 5.0.1 in ubuntu.
  
  Are we missing something ?
  
  Thanks in advance for any clue about this problem.
  
  Cordially
  Laurent Flori
  EOLE Team
  http://eole.orion.education.fr/
  
  
 
 Just be sure where you restore is mounted by a filesystem with acl enable
 
 a mount command should show for ext3/4 fs a acl,user_xattr option
 xfs is native, and also latest btrfs build.
 
 
Yes the filesystem where we restore have acl and user_xattr enabled but
even with these options, no acl are restored.




--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problem with acl

2011-04-15 Thread Bruno Friedmann
On 04/15/2011 03:10 PM, laurent flori wrote:
 Le jeudi 14 avril 2011 à 20:19 +0200, Bruno Friedmann a écrit :
 On 04/14/2011 02:57 PM, laurent flori wrote:
 Hello,

 We are using bacula for system and datas backup for all our modules here
 and we have problems for restoring acls. Even with these stanzas in the
 configuration file, no acls are restored.
 We have this in our config file:

 Include {
   Options {
 aclsupport = yes
 xattrsupport = yes
 @/etc/bacula/include-options.conf
   }

 We are using bacula version 5.0.1 in ubuntu.

 Are we missing something ?

 Thanks in advance for any clue about this problem.

 Cordially
 Laurent Flori
 EOLE Team
 http://eole.orion.education.fr/



 Just be sure where you restore is mounted by a filesystem with acl enable

 a mount command should show for ext3/4 fs a acl,user_xattr option
 xfs is native, and also latest btrfs build.


 Yes the filesystem where we restore have acl and user_xattr enabled but
 even with these options, no acl are restored.
 
 
So in that case did the acl exist in source ?
What's the output of a subset of backuped folders from
getfacl -R -n *

Other stupid question, if bacula is compiled from source did you check if you 
have enabled acl/xattr, and have corresponding
-devel package installed, otherwise you wouldn't get them inside bacula.

As you see a bit more information about bacula, distribution, environnment etc 
would help to solve your trouble.

Here acl works from 1.3x series without any glitches ;-)


-- 

Bruno Friedmann
Ioda-Net Sàrl www.ioda-net.ch

openSUSE Member  Ambassador
GPG KEY : D5C9B751C4653227
irc: tigerfoot

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Admin Job and RunScript

2011-04-15 Thread Rodrigo Renie Braga
You're absolutely right, Admin Jobs doesn't like the RunScript section, I
replaced it with RunBeforeJob and RunAfterJob and it worked like a charm.

Thanks!

2011/4/15 Jeremy Maes j...@schaubroeck.be

 Op 14/04/2011 15:55, Rodrigo Renie Braga schreef:

  Hello list

 I've been trying to create an Admin Job to execute a script on the
 director itself, but the Admin Job simply ignore the RunScript section. I
 know that Admin Jobs can only run Director Script, not remote Client Script,
 but my Client is the Director, so, what am I doing wrong?

 *snip*


 Job {
Name = job.admin
Client = client.ptibacula-dir
JobDefs = jobdef.default
Type = Admin

RunScript {
RunsWhen = Before
FailJobOnError = Yes
Command = /bin/myscript.sh
   }
 }

  Have you tried running the before job with a RunBeforeJob =
 /bin/myscript.sh yet? Maybe an Admin job doesn't like the RunScript
 directive. (mine are all with RunBeforeJob) The end result should be the
 same as the default is to fail the job on error.


  JobDefs {
Name = jobdef.default
Type = Backup
Write Bootstrap = /var/lib/bacula/jobs/bootstrap.%c.%n.bsr

 Not sure if an admin job takes a Write Bootstrap directive. Though I
 think you should get an error when starting bacula if it doesn't. Same with
 Spool Data etc. Maybe you should try to take out the JobDefs in your Admin
 job definition and try by adding only the strictly necessary stuff like
 client, pool, type, name , messages and schedule (and the runbeforejob
 directive of course)

 FileSet = fs.default
Messages = msg.default
Pool = pool.default
Schedule = sch.default
Max Start Delay = 48h
Spool Data = yes
Allow Duplicate Jobs = no
Cancel Lower Level Duplicates = yes
 }


 P.S.: Documentation on Admin Jobs are really poor...
 ists.sourceforge.net/lists/listinfo/bacula-users


  DISCLAIMER 
 http://www.schaubroeck.be/maildisclaimer.htm

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] force backup of unchanged file, inincrementalbackup

2011-04-15 Thread Bob Hetzel


 From: James Harper james.har...@bendigoit.com.au

  On 14. apr. 2011, at 13.57, James Harper wrote:
 
   It's not. MSSQL is MicroSoft SQL, so guess which platforms it runs on
   :)
  
   I'm not sure if a Windows equivalent of 'touch' could work while the
   database files are open, and even if it did, I'd be reluctant to tinker
   with it.
 
  I have a large, dedicated MS SQL server with a couple dozen databases 
  ranging
  from a few MBs to several GBs. I dump them with ClientRunBeforeJob scripts 
  and
  back up the dumps. It's really no different than dumping mysql dbs on the 
  fly.
  I also have management tasks running which dumps transaction logs at 
  regular
  intervals throughout the day and back them up at night.
 
  Check out the SQLCMD.EXE program installed with SQL Server. If you want I
  could post some example scripts?
 
  Or did I misunderstand something?
 
 I don't have space on this particular server to dump out 40GB of database 
 (the database itself is about 80MB but there are lots of FILESTREAM images 
 that would be included in the backup stream).

 I have found that all I need to do is run a 'CHECKPOINT' to ensure all data 
 is written out to the database. Can you post an example Job with a 
 ClientRunBeforeJob? I just get errors every time I try to do it.

 Thanks

 James

If you run the SQL Server services under a domain account you should be 
able to script a backup to a windows share and then back that up elsewhere.

That being said... if you're running a db server that close to the limit 
(less than 40gb free, really?) you're asking for trouble, or at least 
making a lot more work for yourself.  Or did you really mean that you don't 
have the time/performance to dump a file that big?

You can probably just backup the db occasionally but backup the logs 
frequently.  My system has  100GB of databases, but I have 800GB of 
database backup files on a separate drive inside the same server.  With 
SATA drives being so cheap it makes sense to keep your SQL Server backup 
files on the server for as long as possible because restores from a tape 
are a lot more work.

If you're running = SQL 2005 you can set up a database maintenance plan 
that a) backs up all user databases automatically so you won't forget to 
add the backup script when you add a database and b) expires the backup 
files automatically for you based on whatever number of days you want.
I generally have 3 DB maintenance plans.  1 to do the system backups with a 
short retention period, 1 to do full backup of the user dbs, and 1 to do 
transaction log backups of the user dbs.  The backup files can even be 
compressed in SQL 2008.

Bacula backs up those db backup files quite well.  If you try to do your 
backups of closed systems like Microsoft products in ways specifically 
warned against don't expect it to go very well.  Even if it works today it 
might break tomorrow after a SQL Server or Windows update is installed, and 
you probably won't know it's not working until you have to do a restore 
from the backup that didn't get your data like you thought it did.

 Bob




--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Installing Bweb for the first time

2011-04-15 Thread Wagner Pereira
Hi, folks.

In my first attempt to install Bweb in my Debian server, I was unsuccessful.

All the Google tutorials propose to create the bweb directory under 
/usr/lib/cgi-bin, but this directory doesn't exist in my server.

Even though, I tried to do that under other directory: /usr/local, but 
it didn't work.

Can someone guide me through?

Att,
-- 

Wagner Pereira
PoP-SP/RNP - Ponto de Presença da RNP em São Paulo
CCE/USP - Centro de Computação Eletrônica da Universidade de São Paulo
http://www.pop-sp.rnp.br
Tel. +55 11 3091-8901
fone@RNP: 10158902


--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Accounts and Quotas

2011-04-15 Thread Billy Anglin
Hello,

I'm researching using this software for a lab. and was wondering if it
allows admin to assign quotas and user accounts. Also, what kind of
reporting is done in the software, or could someone provide me with a
link where I'd be able to find information about the reporting
features.

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Accounts and Quotas

2011-04-15 Thread John Drescher
 I'm researching using this software for a lab. and was wondering if it
 allows admin to assign quotas and user accounts.

No quotas exist. However I guess you can assign a user a pool and give
that a maximum # of fixed size volumes. As long as they use their pool
you would have the same effect as a quota.

 Also, what kind of
 reporting is done in the software, or could someone provide me with a
 link where I'd be able to find information about the reporting
 features.

There are a few web clients that display information about volume
usage ... This is not a concern of mine so I can not be of much help.

-- 
John M. Drescher

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] SQL_ASCII, Collation and Ctype, PostgreSQL 8.4

2011-04-15 Thread Fletcher Johnson
I am currently using an older version of bacula, (director version 2.0.3) as 
shipped in the EPEL 5.0 repositories for CentOS 5. I am also using PostgreSQL 
8.4.
The database creation script in this package has not been updated to fix the
problem noted here:

http://markmail.org/search/?q=SQL_ASCII+list:net.sourceforge.lists.bacula-users#query:SQL_ASCII%20list%3Anet.sourceforge.lists.bacula-users+page:1+mid:vmpq3povm7utgzfs+state:results

But thats ok, I went ahead and just added the TEMPLATE=template0; modification.
What I am wondering now is if it is ok for the Collation and Ctype to be set as 
en_US.UTF8 instead of C/POSIX.

This is what my database looks like.

 List of databases
   Name|  Owner   | Encoding  |  Collation  |Ctype|   Access 
privileges   
---+--+---+-+-+---
 bacula| postgres | SQL_ASCII | en_US.UTF-8 | en_US.UTF-8 | 


-- 
Fletcher Johnson fjohn...@rotman-baycrest.on.ca

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] migrate different pools to one pool

2011-04-15 Thread J. Echter
Hi,

i have 3 different pools ( one for incremental, differential and full).

is it possible to merge these 3 pools into one?

the reason im asking is, i find it kinda difficult to restore from these
pools (find jobids and stuff like this).

if you guys have hints for me how to handle these 3 pools more easy,
please tell me ;)

greetings

juergen

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] How to setup Tape Drive with Bacula

2011-04-15 Thread dieruffgrad
Hi Guys,

I have installed bacula 5.0.3 on opensuse 11.3 64bit. I have been able to 
backup to file, and restore from a file backup with no problem. I now have an 
HP 72x6 dat external tape drive that I would like to use. I am kind of lost on 
how to configure bacula you use a tape drive. I know the device is dev/st0, but 
not to sure were to go from there.

Thank you.

+--
|This was sent by trizzo...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Force Bacula to retain at least one Full backup per job?

2011-04-15 Thread CDuv
Hello,

While testing Bacula, I've had this bad No full backup before 2011-04-15 
13:37:00 found surprise when trying to restore files of a Job

The client status shows that jobs were correctly done (both full and 
incremental btw) but restore command says he can't.

I think my problem comes from retention times: files/jobs of a full backup 
getting pruned after the defined File/Job Retention setting.

Let's say I set a retention of 10 days and schedule my full backup every weeks 
: this should run fine, 10-days-old backups will be pruned 3 days after the 
last full backup. Right?

But what if that Client isn't available for two weeks? The Job won't run, so 
will the full backup. But I think pruning will occurs and will make my job 
without any backup (either full or incremental). Am I still right?

So here is my question: Is there a way to prevent Bacula from pruning 
files/jobs that are part of the last full backup Job done?

Thank you

+--
|This was sent by c.duvergier@online.fr via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Duplicate entries on mysql database

2011-04-15 Thread Leonardo Almeida Lage
Hello Friends,

I'm using bacula at one month.. no problems, but this week, many jobs 
fail, with this error:

2011-04-15 20:19:25 JobId 637: Fatal error: sql_create.c:875 Fill 
Filename table Query failed: INSERT INTO Filename (Name) SELECT a.Name 
FROM (SELECT DISTINCT Name FROM batch) AS a WHERE NOT EXISTS (SELECT 
Name FROM Filename AS f WHERE f.Name = a.Name): ERR=Duplicate entry 
'20821966' for key 1

My database really have big number of register, but have a limit?

I use mysql database, I already try to repair db using myisamchk but not 
fix problem.

Anybody already see this problem?

Thanks

Leonardo

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Duplicate entries on mysql database

2011-04-15 Thread James Harper
 Hello Friends,
 
 I'm using bacula at one month.. no problems, but this week, many jobs
 fail, with this error:
 
 2011-04-15 20:19:25 JobId 637: Fatal error: sql_create.c:875 Fill
 Filename table Query failed: INSERT INTO Filename (Name) SELECT a.Name
 FROM (SELECT DISTINCT Name FROM batch) AS a WHERE NOT EXISTS (SELECT
 Name FROM Filename AS f WHERE f.Name = a.Name): ERR=Duplicate entry
 '20821966' for key 1
 
 My database really have big number of register, but have a limit?
 
 I use mysql database, I already try to repair db using myisamchk but
not
 fix problem.
 
 Anybody already see this problem?
 

What version of Bacula are you using?

James

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users