On Wed, Sep 24, 2014 at 12:27:30PM -0300, Sergio Belkin wrote:
> Hi Folks,
>
> I've read this thread, and I'd want to get some clarification about this
> topic.
>
> if Julien have set the Volume Retention of incremental in 35 days, I don't
> understand why
install bacula 5.2.6 by modifying this script? Do I
have to change the MD5 parameter if I replace the 5.2.12 parameter?
2) Chocolatey
Same question for chocolatey, has anyone succeeded in installing
Bacula-fd on windows (>=7) with chocolatey?
3) Is installing 5.2.13 version of bacula on the
On 03/20/2013 16:50, dweimer wrote:
> OK, so I thought, hey why not setup an automated scheduled task to
> delete the orphaned file and path entries, seemed like a good idea at
> first. I have a fairly short retention period set, and as a result
> generates about 300,000 orphaned file name records
On 15/03/2013 17:42, Konstantin Khomoutov wrote:
> On Fri, 15 Mar 2013 15:02:52 +0100
> Julien Cochennec wrote:
>
> [...]
>>> Thanks a lot for your help. I added user and group and changed
>>> ownership of /var/lib/bacula files and it works again (see below).
>&
On 15/03/2013 14:11, Julien Cochennec wrote:
> On 14/03/2013 15:56, Konstantin Khomoutov wrote:
>> On Thu, 14 Mar 2013 09:08:01 +0100
>> Julien Cochennec wrote:
>>
>>> I've replaced my server recently and migrate database, from 5.0.3 to
>>> 5.2.? and up
On 14/03/2013 15:56, Konstantin Khomoutov wrote:
> On Thu, 14 Mar 2013 09:08:01 +0100
> Julien Cochennec wrote:
>
>> I've replaced my server recently and migrate database, from 5.0.3 to
>> 5.2.? and upgraded tables from v12 to v14 (Debian Wheezy).
>> When I tr
Hi there,
I've replaced my server recently and migrate database, from 5.0.3 to
5.2.? and upgraded tables from v12 to v14 (Debian Wheezy).
When I try to start bacula by /etc/init.d/bacula-director start it says
OK but no process appears when I do ps -lfC bacula-dir.
Is there anything wrong with th
On 30/11/2012 10:53, lst_ho...@kwsoft.de wrote:
> Zitat von Julien Cochennec :
>
>> Hi Everybody,
>> I have a Dir Inserting Attribute (it's been 2 days now) so all my
>> backups are stuck because of this.
>> Is there a "quick fix", or even a "dirty
Hi Everybody,
I have a Dir Inserting Attribute (it's been 2 days now) so all my
backups are stuck because of this.
Is there a "quick fix", or even a "dirty fix" to get rid of this?
I saw solutions about compiling again without a batch-insert option, but
I really don't want to do that.
I can confi
Hi there,
I know it is not a Bacula problem but maybe some of you already met this.
On Mac computers (desktops only) I run this script in clientAfterJob :
#! /bin/bash
if [ "$(who -u | grep -c console)" == 0 ]
then
echo "Off" && shutdown -h +5;
else
echo "Not yet";
fi
exit 0;
So
On 20/11/2012 15:42, Dan Langille wrote:
Ok Sorry, I didn't know the original post wasn't available. I use a mail
app so I always get original post, but didn't think It was not that way,
really sorry.
So here's the problem again :
Hi everybody, here's a Fileset that's driving me crazy :
FileS
On 19/11/2012 10:12, Julien Cochennec wrote:
> On 13/11/2012 00:14, Dan Langille wrote:
>> Try installing a 5.0.1 client.
> Ok, done, but the problem is still the same. I had to compile it. Ain't
> there any archive repository where I can find those?
> Anyway the problem h
On 13/11/2012 00:14, Dan Langille wrote:
>
> Try installing a 5.0.1 client.
Ok, done, but the problem is still the same. I had to compile it. Ain't
there any archive repository where I can find those?
Anyway the problem hasn't changed, still no data althought the directory
exists.
Any Idea?
Hi everybody, here's a Fileset that's driving me crazy :
FileSet {
Name = "Home Machin Linux Backup"
Include {
Options {
signature = MD5
compression = GZIP
}
File = /home/machin
}
Exclude {
File = /home/machin/musique
File = /home/machin/pictur
Hi Everybody,
Maybe a simple (dumb?) question :
1) Description
Bacula-fd is running as a service on Mac Os X clients so I would like to
make a "ClientRunAfterJob" command, as root, without password, to switch
the computer if nobody has a tty session opened. The way I get number of
sessions is e
try to pkg_delete bacula-client and bacula-server before
On 08/01/2012 19:09, Doug Sampson wrote:
> Upon performing a portmaster -w upgrade of Bacula-client and bacula-server
> from 5.2.6 to 5.2.10 and restarting all of the Bacula processes, I received
> the following error:
>
> Shared object "l
Le 08/06/2012 14:41, Julien Cochennec a écrit :
> Le 08/06/2012 13:54, Uwe Schuerkamp a écrit :
>> Maximum Concurrent Jobs = 20
> Ok, I'll do this, thanks. The default value is 1?
Great! It works! All Jobs toget
Le 08/06/2012 13:54, Uwe Schuerkamp a écrit :
> Maximum Concurrent Jobs = 20
Ok, I'll do this, thanks. The default value is 1?
When you wrote :
> (the
> output of "stat dir" during a backup run should give you an idea
> what's blocking).
You mean bconsole, then status, then director? If so I alwa
Le 08/06/2012 11:21, Uwe Schuerkamp a écrit :
> Hello Julien,
>
> what are your settings for "Maximum Concurrent Jobs" for storage, sd,
> director, fd's and so on? What exactly is Bacula waiting for (the
> output of "stat dir" during a backup run should give
Hi,
New to this list and bacula newbie, here almost everything works great,
backup around 50 clients, except one thing.
I followed this example
http://www.bacula.org/fr/dev-manual/Basic_Volume_Management.html#SECTION00122.
It's about concurrent disk jobs.
The problem is that altho
Perhaps by distributing the load over several director ?
Le 9 avril 2012 22:42, John Drescher a écrit :
>
> Neither of these will effect the problem you are trying to solve.
>
> John
>
--
Better than sec? Nothing is bett
Do you think if I tuning databases with :
http://www.newitperson.com/2011/01/reduce-bacula-dbcheck-time/
CREATE INDEX File_JobId_idx ON File(JobId);
CREATE INDEX File_PathId_idx ON File(PathId);
CREATE INDEX File_FilenameId_idx ON File(FilenameId);
CREATE INDEX Path_PathId_idx ON Path(PathId);
CREA
Le 6 avril 2012 18:10, John Drescher a écrit :
> > I have a bacual-dir with ~250 clients. And each client has its own
> catalog.
> >
> > When bacula-dir start, bacula-dir checks each database (~10s per client =
> > ~45 minutes !!!)
> > Meanwhile, the director is not accessible...
> >
> > How can
with "wday-keyword". Example : "jan *1st mon* at 00:00"
--
Julien
Le 6 avril 2012 07:43, Nicolas a écrit :
> **
>
> The syntaxe I used doesn't work :
>
> "jan 1st at 00:00am"
>
Hi,
I have a bacual-dir with ~250 clients. And each client has its own catalog.
When bacula-dir start, bacula-dir checks each database (~10s per client =
~45 minutes !!!)
Meanwhile, the director is not accessible...
How can I bypass that or reduce that ?
Thanks in advance,
--
Julien
hen spooling is enabled? (I don't use
spooling)
Julien
--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoi
Hi,
I have read and tried to understand "File Deduplication" :
http://www.bacula.org/en/dev-manual/main/main/File_Deduplication_using_Ba.html
But it is not working :
# - POOL: base -
Pool {
Name= base_backup
Pool Type = Backup
Storage =
On Mon, 2010-06-07 at 20:10 +0100, Martin Simmons wrote:
> > On Mon, 7 Jun 2010 18:24:34 +0200, Florian Heigl said:
> >
> > Hi all,
> >
> > > Within psql/mysql:
> > > 1) select count(*) from File;1sec30min
> >
> > Disclaimer: I don't know a dime's worth of databases p
On Mon, 2010-06-07 at 18:24 +0200, Florian Heigl wrote:
> Hi all,
>
> > Within psql/mysql:
> > 1) select count(*) from File;1sec30min
>
Is your MySQL database in the MyISAM format ? If yes, then it's
perfectly normal.
> Disclaimer: I don't know a dime's worth of database
Stephen Thompson wrote:
Hello everyone,
We recently attempted a mysql to postgresql migration for our bacula
5.0.2 server. The data migration itself was successful, however we are
disappointly either getting the same or significantly worse performance
out of the postgres db.
I was hoping
he recommended setup is always to have the same version for both client
and servers, but 2.4.x FD should be compatible with 3.0.x DIR
> Cheers and thanks in advance
Regards,
Julien
--
Julien Cigar
Belgian Biodiversity Platform
http://www.biodiversity.be
Université Libre de Bruxelles (ULB)
Ca
ot my language
begin:vcard
fn:Julien LOGEL
n:LOGEL;Julien
org;quoted-printable:ORSID Rh=C3=B4ne-Alpes
email;internet:j.lo...@orsid.com
title;quoted-printable:Administrateur R=C3=A9seaux & Syst=C3=A8mes
tel;work:04 78 66 87 72
version:2.1
Hello,
Do you have the same problem as this one :
http://www.nabble.com/file-count-mismatch-tt19508099.html ?
(It's an old post of mine, but I never received any feedback)
Julien
On Thu, 2009-04-16 at 09:03 +0100, Graham Keeling wrote:
> On Wed, Apr 15, 2009 at 09:34:30PM +0200,
On Thu, 2009-04-02 at 20:52 -0400, mo...@frakir.org wrote:
> On Thu, Apr 02, 2009 at 09:25:55PM +0200, Julien Cigar wrote:
>
> > > 1 may 0:00 am : Full backup -> volume "Full-0001"
> > > 1 may 8:00 pm : Incremental backup -> volume "Incr-0001"
Sorry to insist .. but no one on this ? is it an error in the Bacula
manual ?
thanks
On Thu, 2009-04-02 at 12:40 +0200, Julien Cigar wrote:
> Hello,
>
> In the Bacula manual I read that :
>
> "However, one must keep in mind that if your Volume Retention period is
> too
s configuration I will always have a valid Full backup every
month and an incremental backup for every day of this month, and I don't
see any situation where an incremental backup would be promoted to a
full or that my last valid full backup would be pruned.. ?, so why
should the minimum volume reten
Note that for LVM snapshots you need to stop PostgreSQL before
On Sat, 2009-01-03 at 14:36 -0500, Eduardo J. Ortega U. wrote:
> Thanks to all for your suggestions, I'll take a look at LVM snapshots
> and PITR, which seem pretty good options.
>
>
quest Sense: Sense Key=Illegal Request
> mtx: Request Sense: FileMark=no
> mtx: Request Sense: EOM=no
> mtx: Request Sense: ILI=no
> mtx: Request Sense: Additional Sense Code = 53
> mtx: Request Sense: Additional Sense Qualifier = 03
> mtx: Request Sense: BPV=no
> mtx: Request Sense: E
On Thu, 2008-12-04 at 15:44 +, Alan Brown wrote:
> On Wed, 3 Dec 2008, Julien Cigar wrote:
>
> > > Which model and revision?
> >
> > I posted the full output on the FreeBSD ML some times ago :
> > http://lists.freebsd.org/pipermail/freebsd-scsi/2008-November/
On Thu, 2008-12-04 at 13:50 +, Martin Simmons wrote:
> >>>>> On Thu, 04 Dec 2008 14:20:37 +0100, Julien Cigar said:
> >
> > On Thu, 2008-12-04 at 12:50 +, Martin Simmons wrote:
> > > >>>>> On Thu, 04 Dec 2008 12:04:34 +0100, Julien Ci
On Thu, 2008-12-04 at 12:50 +, Martin Simmons wrote:
> >>>>> On Thu, 04 Dec 2008 12:04:34 +0100, Julien Cigar said:
> >
> > On Thu, 2008-12-04 at 11:33 +0100, Ralf Gross wrote:
> > > Julien Cigar schrieb:
> > >
> > > Are you sure you
On Thu, 2008-12-04 at 11:33 +0100, Ralf Gross wrote:
> Julien Cigar schrieb:
>
> Are you sure you need these additional options?
>
> > Hardware End of Medium = no
> > Backward Space Record = no
> > Backward Space File= no
> > Fast Forward Sp
s are OK too (sometimes it fails
with a media that didn't fail in a previous rotation cycle), and I
tested with another SCSI cable too. The only thing I haven't changed is
the SCSI terminator ..
What's strange is that all the it happens randomly (it could run 5+ jobs
without any proble
sa0:isp0:0:5:0): unable to rewind after test read
(sa0:isp0:0:5:0): unable to rewind after test read
(sa0:isp0:0:5:0): unable to rewind after test read
If you have any idea ... it's welcome :-)
Could it be a bug in Bacula ?
Regards,
Julien
On Wed, 2008-12-03 at 10:37 +, Alan Brown wrot
On Wed, 2008-12-03 at 10:37 +, Alan Brown wrote:
> On Tue, 2 Dec 2008, Julien Cigar wrote:
>
> > Yes the SCSI card is an Adaptec
>
> Which model and revision?
>
I posted the full output on the FreeBSD ML some times ago :
http://lists.freebsd.org/pipermail/freebsd-scsi
uld be wrong).
Best regards,
Julien
On Tue, 2008-12-02 at 18:18 +0200, Pasi Kärkkäinen wrote:
> On Tue, Dec 02, 2008 at 06:11:11PM +0200, Pasi Kärkkäinen wrote:
> > On Tue, Dec 02, 2008 at 03:56:33PM +0100, Julien Cigar wrote:
> > > Same problem here with a Sony SDX-700C
> > &g
,656,896 Blocks Read=59,658 Bytes/block=64,512
> > Positioned at File=0 Block=3,848,592,601
> > Device "IBM-LTO3-Drive" (/dev/nst0) is not open.
> > Device is being initialized.
> > Drive 0 is not loaded.
> >
> >
> > Used
Hi,
I would change the order because of the "first match" rule :
FileSet {
Name = "DataToSave"
Include {
Options {
exclude = yes
wildfile = "*.LDF" ## list of
wildfile = "*.MDF" ## extensions I want to
wildfile = "*.ldb" ## exclude co
I think that this (serious) bug could be forwarded to -devel list ... as
it seems no to be a configuration mistake ?
On Mon, 2007-07-30 at 16:56 +0300, Doytchin Spiridonov wrote:
> Hello,
>
> unfortunately spooling didn't helped here, so may you just had a
> chance not getting errors in your cas
Hi Mair,
did you tried with a dbcheck ?
(dbcheck -c /path/to/bacula-dir.conf ; Toggle modify database flag ; 16)
All (3-15))
I had also a huge difference between files expected and files restored,
but the operation above fixed that ...
Regards,
Julien
On Mon, 2007-07-30 at 09:03 +0100, Mair
Just to say that the difference problem I had between "Files Expected"
and "Files Restored" has been resolved with a $> dbcheck
I don't understand why my database had inconsistencies (as I never had
any hard reboot, electric cut or such) ... should dbcheck be executed at
regular interval ?
On Tue
u can ignore it. Following my observations and the little tests I
made, the difference between "files expected" and "files restored" are
the number of directories. It seems that bacula doesn't handle this
properly (a bug in the counter .. ?).
Regards,
Julien
On Mon, 2007-0
from the docs:
Ignore FileSet Changes =
Normally, if you modify the FileSet Include or Exclude lists,
the next backup will be forced to a Full so that Bacula can
guarantee that any additions or deletions are properly saved.
If this directive is set to yes
ndomAccess = no;
> Drive Index = 1
> # as recommended by btape
> # Hardware End of Medium = yes
> BSF at EOM = no
> Autochanger = Yes
> Changer Device = /dev/changer
> Changer Command = "/home/bacula/etc/bacula/scripts/mtx-changer %c %o
> %S
Hello Michael,
I've the same tape drive here and I have sometimes write errors. I think
that I made something wrong in the configuration but I can't find it ...
Do you have anything species in the bacula-sd.conf file ? Also, which
SCSI card do you have
Thanks,
Julien
Michael P
t the drive under FreeBSD when I have a little time)
Regards,
Julien
On Sat, 2007-03-31 at 14:38 -0400, Mike Seda wrote:
> I have a similar MTEOM error with one of my tapes. My drive and other
> tapes are totally fine. I can even restore from this tape, but just
> cannot append to it.
Which SCSI card do you have ? (I had some problems with my Adaptec
AHA-2940UW)
Check your SCSI cable, and the terminator ...
Also, be sure that tape drive is properly initialized under Linux:
mt -f /dev/nst0 rewind
mt -f /dev/nst0 stoptions buffer-writes async-writes read-ahead
and that your ta
were after line 299 it would not work.
Regards,
Julien
Chris Sarginson wrote:
> Hi Julien,
>
> I see, so the snippet should be:
>
> Include {
> Options {
> Exclude = yes
> wildfile = "access.log"
> wildfile = "access.log.*.*.gz"
>
You have to put the Exclude=yes at the _beginning_ because first match wins
Chris Sarginson wrote:
> Hi Guys,
>
> I'm trying to get bacula to exclude log files (live and old compressed)
> and the windows page file, but I'm having a little trouble, IE, it's not
> doing as I ask it. As a result I
On Thu, 2007-02-01 at 22:31 +0100, Kern Sibbald wrote:
> On Thursday 01 February 2007 23:18, Julien Cigar wrote:
> > Sorry to ask this again, but .. it could be one of the reason why my
> > tape drive doesn't work properly:
>
> I've read a huge number of emails toda
it.
>
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier.
> Download IBM WebSphere Application Server v.1.0.
Bill Moran wrote:
> In response to Julien Cigar <[EMAIL PROTECTED]>:
>
>> We've bought a new tape drive here, a Sony SDX-700C (AIT-3), with new
>> tapes. I'm running Bacula 1.38.11 under (Debian) Linux (2.6.18)
>> I've run the btape test / btape f
03.00.00 Error: Unable to
position to end of data on device "sony SDX-700C" (/dev/nst0):
ERR=dev.c:839 ioctl MTEOM error on "sony SDX-700C" (/dev/nst0).
ERR=Input/output error.
01-Feb 03:27 phoenix-sd: Marking Volume "Full-Tape-0001" in Error in
Catalog.
age=join.php&p=sourceforge&CID=DEVDEV
>> ___
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>
>
>
--
Julien Cigar
Belgian
sourceforge&CID=DEVDEV
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
--
Julien Cigar
Belgian Biodiversity Platform
http://www.biodiversity.be
Université Libre
I had exactly the same problem two weeks ago and I still haven't found
an explanation why Bacula do this ...
Perhaps there is a bug in Bacula recycling process when you only specify
a Volume Retention (lower than a Job / File Retention) ? But in the doc
said : "The *Volume Retention* is applie
Arno Lehmann wrote:
> Hi,
>
>
hello :)
> On 10/5/2006 9:49 AM, Julien Cigar wrote:
>
>> Hello,
>>
>> ===
>> Bacula: 1.38.11
>> Os: Linux (Debian), kernel 2.6.17
>> Tape drive: Sony SDX-500C
>> Scsi card: Adaptec 2940 Ultra SCSI
&g
f you interrupt a backup, so the catalog is not updated
> properly.
>
> Here's how to fix it:
> http://www.bacula.org/dev-manual/Tips_Suggestions.html#SECTION000367000
>
> Greetings,
> Ger
>
> Op donderdag 5 oktober 2006 09:49, schreef Julien Cigar:
ull-Tape-0004, Full-Tape-0008, Full-Tape-0010. I don't
understand why because volume Full-Tape-0003 has been written before
Full-Tape-0004 and Full-Tape-0003 has not been pruned ... (I have a
Volume Retention of 30 days).
Thanks for answers,
Julien
--
Julien Cigar
Belgian Biodiversity Platfo
Run the upgrade script. You probably upgrade Bacula without upgrading
the database.
Also, please note that SQLite isn't recommended in "production"
Fredy Rodriguez -Equant wrote:
>
> Hello,
>
>
>
> Please, i’ve traed to start the bacula and get the following message:
>
>
>
> [EMAIL PROTECTED]
mt -f /dev/nst0 rewind
mt -f /dev/nst0 weof
mt -f /dev/nst0 rewind
bconsole
* label
Jaime Ventura wrote:
> Hi
> I've made some tests with a tape using btape command.
> Now, I don't know how to erase the tape so I cant use it with bacula.
> Can you help me?
> thanks
>
---
Only the bacula file daemon should be run as root ... which is quite
logical otherwise some files could not be read (permission denied)
Mathew Brown wrote:
> Hi,
>I'm currently trying to set up bacula. However, considering the
>numerous components (FD, SD, Tape, Dir, console, DB), I'm ru
Great job ! Thanks to the translators !
Kern Sibbald wrote:
> Hello,
>
> This is to let you know that Alexandre Baron has finished the first cut of
> translating the Bacula web site into French. It looks really nice. As I
> mentioned, this is a first cut, there are probably still a few broken
*seems* to work for now ... I'll be fixed monday (the full
backup jobs runs every sunday at 3:00am).
Julien
Kern Sibbald wrote:
> From a cursory look at what you are doing, it doesn't look like you are using
> the right commands.
>
> Please take ten minutes to read the ta
is :
source internal : 10.0.0.x -> 164.15.0.1 -> 10.0.0.2 (port forwarding +
SNAT)
source external : 134.184.0.x -> 164.15.0.1 (port forwarding)
Hope it helps
Julien
Wilson, David wrote:
>
> Greetings,
>
> I am looking for a way to control backups for hosts located inside of
&
EMAIL PROTECTED] wrote:
> Dear Julien,
>
> Under 2.6 try (note stsetoptions, not stoptions):
>
> mt -f /dev/nst0 stsetoptions 0
> dmesg | grep st0
>
> That should give you the information you need. Clearly from the existing
> info your drive is coming
> Up incorrectl
of the tape drive)
In fact the people who have to change the tape when they received a mail
should not access bconsole (too complicated ...), so all they have to do
is to press on the button and put the other tape (so without having to
*umount).
Many thanks,
Julien
[EMAIL PROTECTED] wrote:
>
f File (EOF) to the tape
> mt -f /dev/nst0 weof
>
> # Run bconsole
> # label
> # mount
> ---cut-here-->8
>
> My Bacula server (director/client/storage): Dell 2800
> running RHELAS 4 with an IBM LTO-2 tape drive.
> Regards,
>
> Georger
>
>
rnel and it seems to work !! It means that
Bacula has still some problems with 2.6.x kernels (?) .. or simply that
the my scsi card driver is buggy under 2.6.x ...
Julien
[EMAIL PROTECTED] wrote:
> Dear Julian,
>
> In order to execute 'tapeinfo' in Linux you need to make sure
.. but I don't think it's the cause of my problem :(
Regards,
Julien
MaxxAtWork wrote:
> On 7/13/06, Julien Cigar <[EMAIL PROTECTED]> wrote:
>
>
>> phoenix:/etc/bacula# tapeinfo -f /dev/nst0
>> mtx: Request Sense: Long Report=yes
>> mtx: Request Sense:
ant: the "btape test" completes successfully (with /dev/nst0).
I also did a "btape fill", with success too.
I'm 100% sure that the tapes are ok (they are new) and I've cleaned the
tape too ... The scsi cable should be OK, the jobs never fail
Any idea before I throw this
Found it
http://bacula.org/dev-manual/Bacula_Consol_Restor_Comman.html#SECTION000218000
Forgot this message ...
Julien Cigar wrote:
> Hello !
>
> Another strange error I have today ... I did a :
> *umount tape-st
> $> tapeinfo -f /dev/st0
> $> mt -f /dev/
s not a Bacula
labeled Volume, because: ERR=block.c:263 Volume data error at 0:0!
Wanted ID: "BB02", got "". Buffer discarded.
3905 Device "sony SDX-500C" (/dev/st0) open but no Bacula volume is mounted.
If this is not a blank tape, try unmounting and remountin
Arno Lehmann wrote:
> Hello,
>
> On 7/5/2006 10:19 AM, Julien Cigar wrote:
>
>> Hi !
>>
>> ===
>> Bacula: 1.38.9-10 (with the Postgresql 8.1.4 backend), director
>> configuration: http://mordor.ath.cx/stuff/bacula-dir.conf.html
>>
>&
306.4 KB/s
Software Compression: None
Volume name(s): Full-Tape-0002
Volume Session Id: 12
Volume Session Time:1151910220
Last Volume Bytes: 48,606,123,849 (48.60 GB)
Non-fatal FD errors:2
SD Errors: 0
FD termination status: Error
SD term
- as
> the rotation have carried one for some rounds, what's then the relevance of
> always pruning the oldes volume?
>
> Onsdag 28 juni 2006 15:47 skrev Julien Cigar:
>
>> Hi !
>>
>> I'm using 1.38.9 (Debian) with PostgreSQL (8.1.4)
>>
>> A
Arno Lehmann wrote:
> Hello,
>
> On 6/28/2006 3:47 PM, Julien Cigar wrote:
>
>> Hi !
>>
>> I'm using 1.38.9 (Debian) with PostgreSQL (8.1.4)
>>
>> Am I the only one to have this kind of message : 28-Jun 12:39
>> phoenix-dir: Pruning oldest
Yep it's turned on, but I have this messages every time I do a *status
dir, and nothing is pruned
Sebastian Stark wrote:
>
> If you have automatic pruning turned on this is expected behaviour I
> would say.
>
>
> Sebastian
>
> On 28.06.2006, at 15:47, Julien Cig
Hi !
I'm using 1.38.9 (Debian) with PostgreSQL (8.1.4)
Am I the only one to have this kind of message : 28-Jun 12:39
phoenix-dir: Pruning oldest volume "Canis-Incr-Disk-0001" when I do a
*status dir ? (nothing is pruned of course)
(Complete output is available on
http://rafb.net/paste/results
- I think for "new" files it´s maybe
> enough to change nls to UTF-8 (kernel and in some cases fstab).
>
> Greetings,
> User100
>
>
>
>> -Ursprüngliche Nachricht-
>> Von: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] Im
>> Auftr
Thanks for your answers,
My locales are en_US.UTF-8, the PostgreSQL database is in UTF-8 too
(fresh install) .. everything is in UTF-8
What do you mean by "the filenames have to be UTF-8 to work" ? Setting
en_US.UTF-8 for the locales isn't enough ?
Magnus Hagander wrote:
>>> (...)
>>>
>>> Does
1.21.41 Fatal error:
catreq.c:367 Attribute create error. sql_create.c:853 Create db Filename
record INSERT INTO Filename (Name) VALUES ('R�gles_encod_exemples.doc')
failed. ERR=ERROR: invalid byte sequence for encoding "UTF8": 0xe8676c
(...)
Does bacula support UTF-8 ?
Thanks,
Julien
Wolfgang Denk wrote:
Dear Eric,
in message <[EMAIL PROTECTED]> you wrote:
Yes, I received following messages:
04-Apr 00:48 epohost-sd: epo-xp.2006-04-03_23.14.09 Error: block.c:538 Write
error at 7:1119 on device "DDS-4" (/dev/nst0). ERR=Input/output error.
04-Apr 00:48 epohost-sd: epo-xp.
_
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users
--
Julien Cigar
Belgian Biodiversity Platform
http://www.biodiversity.be
Université Libre de Bruxelles
Campus de la Plaine CP 257
Bâtiment NO, Bureau 4 N4 115C (Niveau 4)
Boulevard du Triomphe
Martin Simmons wrote:
On Sun, 19 Feb 2006 15:45:46 +0100, Julien Cigar <[EMAIL PROTECTED]> said:
I have also some problems with filesets (bacula 1.36.3), I have :
*show filesets
FileSet: name=canis-fs
O 0M00
N
I /etc
I /home/admin
I /home/aheugheb
I have also some problems with filesets (bacula 1.36.3), I have :
*show filesets
FileSet: name=canis-fs
O 0M00
N
I /etc
I /home/admin
I /home/aheugheb
I /home/andimuba
I /home/fwautele
I /home/gbottu
I /home/jcigar
I /home/jdelaet
I /home/jdu
Hello list !
I'm using bacula 1.36.3 under debian linux (testing) with a 2.4 kernel.
My tape drive is a Sony SDX-500C (SCSI).
The backup machine runs for several months now without problem. At the
moment when Bacula wants another tape I manually eject the tape, put
another one in the tape driv
I had exactly the same problem some months ago, full thread can be found
here: http://www.nabble.com/Still-problems-with-my-Sony-tapes-t504270.html
Alexander Bergolth wrote:
Hi!
Tonight, I got the following I/O error for the first time:
The Drive is a DLT1 tape:
Vendor: BNCHMARK Model: DLT
Martin Simmons wrote:
On Mon, 09 Jan 2006 23:53:14 +0100, Julien Cigar <[EMAIL PROTECTED]> said:
Julien> | 65| canis-job-full| 2006-01-09 03:00:02 | B| F |
500389 | 86335144294 | T |
Julien> | 66| canis-job-incremental | 2006-01
53 was a full backup three days ago
... I'm a bit confused ...
Any ideas ?
In advance thanks for support,
Julien
---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX
1 - 100 of 120 matches
Mail list logo