[Bacula-users] Backing up 32bit clients with a 64 bit director/sd?

2010-03-04 Thread Stan Meier
Hi there, is it possible to backup a 32 bit filedaemon client using a 64bit server? Cheers Stan -- Download IntelĀ® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, an

Re: [Bacula-users] Bacula Exchange plugin question

2010-03-04 Thread James Harper
Exchange 2003 or 2007? (or 2010?) James > -Original Message- > From: Gregory Durham [mailto:gregory.dur...@gmail.com] > Sent: Friday, 5 March 2010 04:02 > To: bacula-users@lists.sourceforge.net > Subject: [Bacula-users] Bacula Exchange plugin question > > Hello all, > I am having a probl

Re: [Bacula-users] Bacula Exchange plugin question

2010-03-04 Thread James Harper
There have been a few reports of problems on 2007 but I've been unable to replicate them. The reports are somewhat different to yours though. Here's some questions... Can you tell me how big your mailbox store is? Are there any messages in the windows event log that might be relevant? Are you de

Re: [Bacula-users] Bacula Exchange plugin question

2010-03-04 Thread Gregory Durham
Thanks for replying and it is Server 2008 x64 and Exchange 2007. I completely forgot to mention it. Thanks, Greg On Thu, Mar 4, 2010 at 4:40 PM, James Harper wrote: > Exchange 2003 or 2007? (or 2010?) > > James > > > -Original Message- > > From: Gregory Durham [mailto:gregory.dur...@gmai

Re: [Bacula-users] I'm probably missing something obvious.

2010-03-04 Thread Arno Lehmann
Hello, 04.03.2010 20:20, altgren...@exit0.us wrote: > I'm running bacula 5.0.0-1 on an HP DL585-g2 that has Red Hat Linux 5.4 as > the OS. I have a Quantum DXi3500 virtual tape unit fiber attached to the > 585 as the backup library with autochanger. I created the RPMs myself with > no problems. I

[Bacula-users] Fwd: Job stalled indefinitely when performing a Virtual Full Backup

2010-03-04 Thread John Drescher
-- Forwarded message -- From: Daniel Hansen Date: Thu, Mar 4, 2010 at 3:06 PM Subject: Re: [Bacula-users] Job stalled indefinitely when performing a Virtual Full Backup To: John Drescher Here is the output of "status storage": Automatically selected Storage: fslbackup-sd Connec

[Bacula-users] I'm probably missing something obvious.

2010-03-04 Thread altgrendel
I'm running bacula 5.0.0-1 on an HP DL585-g2 that has Red Hat Linux 5.4 as the OS. I have a Quantum DXi3500 virtual tape unit fiber attached to the 585 as the backup library with autochanger. I created the RPMs myself with no problems. I tested the DXi with the mtx command and it changes tapes, rea

Re: [Bacula-users] potential concurrency bug in SD?

2010-03-04 Thread Joseph Dickson
> There are several disk-changer bacula-sd configs in the > regress/scripts/ > directory. Are there any differences in your device config compared to > those? I'm not sure where you mean -- I don't see any regress/scripts dir in either the source distribution or the installed files.. Joe

[Bacula-users] Bacula Exchange plugin question

2010-03-04 Thread Gregory Durham
Hello all, I am having a problem with bacula backing up exchange server. The error logs are at the bottom. I just upgraded to version 5.0.1 as I was having a similar issue on 3.0.3. My configuration on the server is as follows: JobDefs { Name = "ExchangeJob" Type = Backup Level = Full Sch

Re: [Bacula-users] Shell script question.

2010-03-04 Thread Russell Sutherland
Why would you do this: if [ "x$var" = "x" ]; then ... fi The above shell programming construct is ancient, well tested and reliable as it works on the various flavours of the Bourne/Korn/Bash shells. Keep it simple. --- Russell P. Sutherland Email: russ @ madhaus.cns.utoront

Re: [Bacula-users] Shell script question.

2010-03-04 Thread Martin Simmons
> On Thu, 4 Mar 2010 14:47:47 +0100, Marc Schiffbauer said: > Mail-Followup-To: bacula-users@lists.sourceforge.net > > * Martin Simmons schrieb am 04.03.10 um 11:40 Uhr: > > > On Thu, 4 Mar 2010 03:41:36 +0100, Marc Schiffbauer said: > > > > > > Why not use > > > > > > if [ "$var" = "

[Bacula-users] HELP - Bacula 5.0.0 migration jobs not honoring retention period

2010-03-04 Thread Robert LeBlanc
I've set up some migration jobs from tapes that had errors and were not using full capacity to disk so that I could migrate them back. I started these jobs using bacula 3.x then upgraded in the middle. I've set the disk pool to have a retention period of 1 month 7 days and there were two volumes fr

[Bacula-users] Client install Windows 2000 server

2010-03-04 Thread Pedro Bordin Hoffmann
Hello, Im having a problem installing the client under Windows 2000 server.. I execute the installer, but nothing happens. What can be that? Already reboot the machine, deactivated the anti-virus, and nothing. Something is different, the installation of Windows is under E:\ Is there something I c

Re: [Bacula-users] Shell script question.

2010-03-04 Thread Phil Stracchino
On 03/04/10 08:47, Marc Schiffbauer wrote: > Thx Martin, I did not know this. Is it only "!" because of some job > control stuff or everything that is not [:alnum:]? Other problematic metacharacters exist. Basically any character that has special meaning to the shell is potentially problematic in

Re: [Bacula-users] Shell script question.

2010-03-04 Thread Marc Schiffbauer
* Martin Simmons schrieb am 04.03.10 um 11:40 Uhr: > > On Thu, 4 Mar 2010 03:41:36 +0100, Marc Schiffbauer said: > > > > * Phil Stracchino schrieb am 03.03.10 um 20:18 Uhr: > > > On 03/03/10 14:05, Brian Debelius wrote: > > > > Hi, > > > > > > > >Looking at Bacula scripts and other script

Re: [Bacula-users] bacula and curlftpfs 0.9.2 does not work (anymore)

2010-03-04 Thread Marc Schiffbauer
* Dennis Petschull schrieb am 04.03.10 um 08:04 Uhr: > Hey Marc, Hi Dennis, > > Yes, using curlftpfs 0.9.1 would be an option, but when I tried it, I ran > into > this bug, http://bugs.gentoo.org/223239, which prohibits me to upload large > files to the FTP storage. > So this makes this vers

Re: [Bacula-users] Shell script question.

2010-03-04 Thread Martin Simmons
> On Thu, 4 Mar 2010 03:41:36 +0100, Marc Schiffbauer said: > > * Phil Stracchino schrieb am 03.03.10 um 20:18 Uhr: > > On 03/03/10 14:05, Brian Debelius wrote: > > > Hi, > > > > > >Looking at Bacula scripts and other scripts, I see a test for an > > > empty string performed by adding an

Re: [Bacula-users] smartctl permission denied

2010-03-04 Thread Andrea Venturoli
On 03/03/10 20:19, Martin Simmons wrote: > Do you have Access Control Lists or Mandatory Access Control running that > could change the traditional model of user/group access to files? None of them. bye & Thanks av. -

[Bacula-users] Recursive restores not working any more

2010-03-04 Thread Christoph Litauer
Dear bacula users, running bacula 3.0.3 I used to restore a directory hierarchy (in the latest backup) with option 9: Find the JobIds of the most recent backup for a client and then 11: Enter a list of directories to restore for found JobIds As far as I remember the directory and all i

Re: [Bacula-users] Shell script question.

2010-03-04 Thread Kevin Keane
There are several reasons. a) not all shells understand -z. Specifically, csh doesn't. Also, command.com and cmd.exe don't understand it. People used to any of these would naturally gravitate towards the alternative solution. b) your version actually is incorrect. Even with -z, $var still needs