Re: [Bacula-users] Failure Backing Up Windows Client Machine

2014-02-26 Thread John Drescher
On Wed, Feb 26, 2014 at 6:57 PM, John Drescher wrote: > > > > On Wed, Feb 26, 2014 at 6:16 PM, Larry Kemp wrote: > >> Kern/All, >> >> >> >> I was able to get the Bacula file daemon to start manually on my Windows >> Server 2003 32bit system by using the following exact command: >> >> Command to s

Re: [Bacula-users] Failure Backing Up Windows Client Machine

2014-02-26 Thread John Drescher
On Wed, Feb 26, 2014 at 6:16 PM, Larry Kemp wrote: > Kern/All, > > > > I was able to get the Bacula file daemon to start manually on my Windows > Server 2003 32bit system by using the following exact command: > > Command to start File Daemon: > > *C:\Program Files\Bacula>bacula-fd.exe -c ./bacula-

Re: [Bacula-users] Failure Backing Up Windows Client Machine

2014-02-26 Thread Larry Kemp
Kern/All, I was able to get the Bacula file daemon to start manually on my Windows Server 2003 32bit system by using the following exact command: Command to start File Daemon: C:\Program Files\Bacula>bacula-fd.exe -c ./bacula-fd.conf To see if the Bacula-FD is running I entered the followi

Re: [Bacula-users] MySQL "hangs", jobs hang. Well not really, but

2014-02-26 Thread Jari Fredriksson
26.02.2014 14:23, Jari Fredriksson kirjoitti: > 26.02.2014 14:13, Richard Fox kirjoitti: >> Hi Jari, >> >> On Wed, 26 Feb 2014, Jari Fredriksson wrote: >> >>> MySQL process keeps on running at 100% CPU and is processing >>> >>> SELECT Path.Path, Filename.Name, Temp.FileIndex, Temp.JobId, LStat, MD5

Re: [Bacula-users] Configure separate centos server as storage device

2014-02-26 Thread Phil Stracchino
On 02/26/14 09:38, Sean Smith wrote: > I have an existing bacula server that has been running and working well > for my needs. > > It uses its own local hard drive as the storage medium, however the hard > drive is not sufficient anymore for my backups. > > So, I have newly configured Centos serv

Re: [Bacula-users] Internet Tolerant

2014-02-26 Thread Dimitri Maziuk
On 2/26/2014 8:59 AM, Dan Langille wrote: > There are options for retrying the job. Look for 'Reschedule On > Error'. That might be useful for very small jobs and transient errors, but in general automatically retrying something that doesn't work is not a very smart idea. Dima --

Re: [Bacula-users] Internet Tolerant

2014-02-26 Thread Dan Langille
On 2014-02-24 01:05 PM, andersonn21 wrote: > >> >> I've done some searching on here and see older posts about the lack of >> network failure tolerance for backing up over the internet. I wonder, >> does this still apply to the latest version? >> >> >> Yes. If the connection drops the backup e

[Bacula-users] Configure separate centos server as storage device

2014-02-26 Thread Sean Smith
I have an existing bacula server that has been running and working well for my needs. It uses its own local hard drive as the storage medium, however the hard drive is not sufficient anymore for my backups. So, I have newly configured Centos server and I want to use its hard drive as for m

Re: [Bacula-users] MySQL "hangs", jobs hang. Well not really, but

2014-02-26 Thread Jari Fredriksson
26.02.2014 14:13, Richard Fox kirjoitti: > Hi Jari, > > On Wed, 26 Feb 2014, Jari Fredriksson wrote: > >> MySQL process keeps on running at 100% CPU and is processing >> >> SELECT Path.Path, Filename.Name, Temp.FileIndex, Temp.JobId, LStat, MD5 > [snip] >> FileIndex > 0 ORDER BY Temp.JobId, FileInd

Re: [Bacula-users] MySQL "hangs", jobs hang. Well not really, but

2014-02-26 Thread Richard Fox
Hi Jari, On Wed, 26 Feb 2014, Jari Fredriksson wrote: > MySQL process keeps on running at 100% CPU and is processing > > SELECT Path.Path, Filename.Name, Temp.FileIndex, Temp.JobId, LStat, MD5 [snip] > FileIndex > 0 ORDER BY Temp.JobId, FileIndex ASC > > My setup has worked flawlessly for years,

Re: [Bacula-users] do jobs only prune themselves?

2014-02-26 Thread Martin Simmons
> On Tue, 25 Feb 2014 16:41:21 -0500, Dan Langille said: > > Warning: This question relates to Bacula 5.0.3 (yes, over three years > old; we'll be upgrading soon). > > > I noticed this in a job: > > ... >Job:abc.2014-02-24_23.05.02_08 > ... > > 25-Feb 01:06 my-dir

[Bacula-users] MySQL "hangs", jobs hang. Well not really, but

2014-02-26 Thread Jari Fredriksson
MySQL process keeps on running at 100% CPU and is processing SELECT Path.Path, Filename.Name, Temp.FileIndex, Temp.JobId, LStat, MD5 FROM ( SELECT FileId, Job.JobId AS JobId, FileIndex, File.PathId AS PathId, File.FilenameId AS FilenameId, LStat, MD5 FROM Job, File, ( SELECT MAX(JobTDate) AS JobT

[Bacula-users] How to select drive for Verify job

2014-02-26 Thread Radek Svoboda
Hallo, I have library with 3 drives defined in autochanger resource. I would like to run verify job on another drive than was used by backup job after finish backup. Is possible to tell bacula "use this drive for this job " or 'don't use this drive for this job'? Thanks Radek Svoboda -