Re: [Bacula-devel] Endianness vs. OSX Cross Compiling

2009-09-08 Thread Kern Sibbald
On Tuesday 08 September 2009 21:49:51 lorenz schori wrote: > Hi > > On 08.09.2009, at 20:50, Martin Simmons wrote: > >> On Tue, 8 Sep 2009 17:38:01 +0200, Kern Sibbald said: > >> > >> On Tuesday 08 September 2009 17:04:39 Eric Bollengier wrote: > >>> Hello Lorenz, > >>> > >>> I don't understand

Re: [Bacula-devel] Re commended Windows build platform

2009-09-08 Thread wvoice
Hi Graham, That definitely solved that problem. I feel as if I'm in the home stretch now. Now I've got a couple of annoying issues remaining, but all of the .exe and .dll files are being built. Things are now bailing on the final Makefile in ../newinstaller/Makefile. It's looking for the manua

Re: [Bacula-devel] Endianness vs. OSX Cross Compiling

2009-09-08 Thread lorenz schori
Hi On 08.09.2009, at 20:50, Martin Simmons wrote: >> On Tue, 8 Sep 2009 17:38:01 +0200, Kern Sibbald said: >> >> On Tuesday 08 September 2009 17:04:39 Eric Bollengier wrote: >>> Hello Lorenz, >>> >>> I don't understand very well why the current code doesn't work, >>> what is the >>> diffren

Re: [Bacula-devel] Endianness vs. OSX Cross Compiling

2009-09-08 Thread Martin Simmons
> On Tue, 8 Sep 2009 17:38:01 +0200, Kern Sibbald said: > > On Tuesday 08 September 2009 17:04:39 Eric Bollengier wrote: > > Hello Lorenz, > > > > I don't understand very well why the current code doesn't work, what is the > > diffrence between the #ifdef and the if(htonl(1) == 1L) ? > > > > T

Re: [Bacula-devel] Lorenz' Endianness vs OSX cross compiling patch

2009-09-08 Thread Eric Bollengier
Hello Lorenz, I've commited your patches, thanks you for your help, this is a very nice contribution. Bye Le Tuesday 08 September 2009 18:06:14 Kern Sibbald, vous avez écrit : > Hello Eric, > > Since you have picked up on Lorenz' commits, please feel free to commit his > Endian patches. I have

[Bacula-devel] Lorenz' Endianness vs OSX cross compiling patch

2009-09-08 Thread Kern Sibbald
Hello Eric, Since you have picked up on Lorenz' commits, please feel free to commit his Endian patches. I have verified that the code is indeed correct, and Lorenz' tests show the same thing. Best regards, Kern PS: for other developers, Lorenz has submitted his changes using "git format-pat

Re: [Bacula-devel] Endianness vs. OSX Cross Compiling

2009-09-08 Thread Kern Sibbald
On Tuesday 08 September 2009 17:04:39 Eric Bollengier wrote: > Hello Lorenz, > > I don't understand very well why the current code doesn't work, what is the > diffrence between the #ifdef and the if(htonl(1) == 1L) ? > > They should produce the same thing, isn't it ? The answer is yes, they should

Re: [Bacula-devel] feature suggestion: convert old full?backups?to?"reverse" incremental backups

2009-09-08 Thread Kern Sibbald
On Tuesday 08 September 2009 16:37:42 Gavin McCullagh wrote: > Hi, > > On Tue, 08 Sep 2009, Kern Sibbald wrote: > > I think I now understand what you are asking for. You want to have > > Incremental Jobs go forward in time from a Full (current behavior) and > > incremental (decremental) jobs that

Re: [Bacula-devel] Endianness vs. OSX Cross Compiling

2009-09-08 Thread Eric Bollengier
Hello Lorenz, I don't understand very well why the current code doesn't work, what is the diffrence between the #ifdef and the if(htonl(1) == 1L) ? They should produce the same thing, isn't it ? Bye Le Tuesday 08 September 2009 12:08:30 lorenz schori, vous avez écrit : > Hi Kern > > On 07.09.2

Re: [Bacula-devel] [Patch] fix for working dir on osx and version string in installer

2009-09-08 Thread Eric Bollengier
Hello, Thanks, you modifications are now in the current master branch. Bye Le Tuesday 08 September 2009 16:23:41 lorenz schori, vous avez écrit : > Hi > > Another two patches fixing minor issues in the osx installer package > builder. > > Lorenz -

Re: [Bacula-devel] feature suggestion: convert old full?backups?to?"reverse" incremental backups

2009-09-08 Thread Gavin McCullagh
Hi, On Tue, 08 Sep 2009, Kern Sibbald wrote: > I think I now understand what you are asking for. You want to have > Incremental Jobs go forward in time from a Full (current behavior) and > incremental (decremental) jobs that go backward in time. Those reverse > incremental jobs would be som

[Bacula-devel] [Patch] fix for working dir on osx and version string in installer

2009-09-08 Thread lorenz schori
Hi Another two patches fixing minor issues in the osx installer package builder. Lorenz 0001-fix-version-string-in-osx-installer-Info.plist.patch Description: Binary data 0002-osx-bacula-fd-use-working-dir-under-private-var-bacu.patch Description: Binary data --

Re: [Bacula-devel] feature suggestion: convert old f ull backups?to? "reverse" incremental bac kups

2009-09-08 Thread Kern Sibbald
On Tuesday 08 September 2009 13:16:37 Gavin McCullagh wrote: > Hi, > > On Sat, 05 Sep 2009, Kern Sibbald wrote: > > I don't think you have looked into the possibility of doing separate > > "long term" backups to tape. If you do it correctly, I am not convinced > > that the growth in data is as bad

Re: [Bacula-devel] feature suggestion: convert old full backups?to?"reverse" incremental backups

2009-09-08 Thread Gavin McCullagh
Hi, On Sat, 05 Sep 2009, Kern Sibbald wrote: > I don't think you have looked into the possibility of doing separate "long > term" backups to tape. If you do it correctly, I am not convinced that the > growth in data is as bad as you say. If you do a Full once a year then > incrementals once

[Bacula-devel] Results for bacula 3.0.2 backup-bouncer veryfication

2009-09-08 Thread lorenz schori
Hi I got some very promising results verifying a bacula backup using backup bouncer. The file daemon reported some errors though, I'll investigate on them further. I used the following file set options: hfsplussupport = yes aclsupport = yes xattrsupport = yes Home of the backup bouncer: http

Re: [Bacula-devel] Endianness vs. OSX Cross Compiling

2009-09-08 Thread lorenz schori
Hi Kern On 07.09.2009, at 17:03, Kern Sibbald wrote: [..] PS: the code in src/lib/serial.c already does dynamic endian testing. It uses: if (htonl(1) == 1L) { bigendian } else { littlendian } If I remember right. Okay, i got bacula 3.0.2 universal binary on Mac OS X 10.4/P