[Bacula-users] job afinity

2012-12-11 Thread ccspro
Or better yet setup a SVN or GIT repository for your config file changes? Just an idea. We do this for some of our router,switch and network configs. Yup. Dump the DB to text that's retained for 15 days, back up the dumps directory, compress and archive offs

Re: [Bacula-users] job afinity

2012-12-11 Thread Phil Stracchino
On 12/11/12 19:44, Dan Langille wrote: > > On Dec 11, 2012, at 7:11 PM, Phil Stracchino wrote: > >> On 12/11/12 16:47, ccspro wrote: >>> And make sure your Catalog backup has the lowest priority (say 99) so >>> it will be completed after all Jobs are done for the day. >> >> Personally, I don't bo

Re: [Bacula-users] job afinity

2012-12-11 Thread Dan Langille
On Dec 11, 2012, at 7:11 PM, Phil Stracchino wrote: > On 12/11/12 16:47, ccspro wrote: >> And make sure your Catalog backup has the lowest priority (say 99) so >> it will be completed after all Jobs are done for the day. > > Personally, I don't bother with a catalog backup job separate from my D

[Bacula-users] job afinity

2012-12-11 Thread ccspro
I agree with you here - replication is the better way to go but not everyone does that. In the next few weeks I'll be doing the same thing as you since I've finally decreased my DB size (started to become more strict about client systems and keeping things clean! while at the same time upgradin

[Bacula-users] strange build error

2012-12-11 Thread ccspro
I assume g++ is not able to locate something on the command line to build such as conio.c => conio.o Try adding in any necessary paths to allow the compilers extra locations to check for code/libraries/etc PATH=/usr/bin:/sbin:/usr/local/bin LD_LIBARAY_PAT=/lib:/usr/lib:/usr/local/lib failing th

Re: [Bacula-users] job afinity

2012-12-11 Thread Phil Stracchino
On 12/11/12 16:47, ccspro wrote: > And make sure your Catalog backup has the lowest priority (say 99) so > it will be completed after all Jobs are done for the day. Personally, I don't bother with a catalog backup job separate from my DB backups, since my Bacula catalog is by far the largest schem

[Bacula-users] strange build error

2012-12-11 Thread Boris Epstein
Hello all, I am trying to build Bacula 5.2.12 on OpenIndiana 11 with PostgreSQL 9 as the DB engine. After I ran: ./configure --with-postgresql and make I get the following: -- *** Error code 1 The following c

[Bacula-users] concurrent jobs previously working but now only 2

2012-12-11 Thread ccspro
bacula-fd.conf (both on the server and the client) FileDaemon { Maximum Concurrent Jobs = X } bacula-sd.conf Storage { Maximum Concurrent Jobs = X } Device { Maximum Concurrent Jobs = X } bacula-dir.conf Director { Maximum Concurrent Jobs = X } Job or JobDefs { Maximum Concurrent Jobs

[Bacula-users] job afinity

2012-12-11 Thread ccspro
2012/11/29 Dan Langille langille.org (dan < at > langille.org)> On Nov 29, 2012, at 4:56 PM, Jonathan Horne wrote: If i have say, 2 data base servers, can i set bacula to ensure they are not being backed up at the same time? Â Even if they are the last 2 jobs running, id like to not back them b

Re: [Bacula-users] bconsole question

2012-12-11 Thread Uwe Schuerkamp
On Tue, Dec 11, 2012 at 06:59:44AM -0800, ccspro wrote: > Yes reload also scans through the included config files from bacula-dir.conf > I use them heavily in my environment. > > What a reload does not do is load any modifications of bacula-sd.conf or > bacula-fd.conf you need to restart those da

[Bacula-users] bconsole question

2012-12-11 Thread ccspro
Yes reload also scans through the included config files from bacula-dir.conf I use them heavily in my environment. What a reload does not do is load any modifications of bacula-sd.conf or bacula-fd.conf you need to restart those daemons outside of bconsole. (bacula-sd/bacula-fd) I'm using 5.2.1

Re: [Bacula-users] Bacula stopped suddenly working with tape drives

2012-12-11 Thread Dan Langille
On 2012-12-11 07:20, deepak@wipro.com wrote: > Thanks for clue, > > I hope this changes happen in bacula-sd.conf > > Which is: > > > Bacula-sd.conf > > > [root@backup bacula]# cat bacula-sd.conf > # > # Default Bacula Storage Daemon Configuration file > # > # For Bacula release 5.0.3 (30 Augus

Re: [Bacula-users] Separating Full backups from incremental in the volumes.

2012-12-11 Thread Aleksei Miheev
Isn't it better to specify Pools in Job resource? Job { [skipped] Full Backup Pool = db-full-pool Differential Backup Pool = db-diff-pool Incremental Backup Pool = db-inc-pool } On Mon, 10 Dec 2012 17:31:02 -0200 "Luis H. Forchesatto" wrote: > Woah, that's exactly whath I need. > > I'm

Re: [Bacula-users] Bacula stopped suddenly working with tape drives

2012-12-11 Thread Uwe Schuerkamp
I think your best bet would be to try the "update volume" command and assign the correct slot for the volume that's being requested by bacula. -- NIONEX --- Ein Unternehmen der Bertelsmann SE & Co. KGaA -- LogMeIn Re

Re: [Bacula-users] Bacula stopped suddenly working with tape drives

2012-12-11 Thread deepak.pal
Thanks for clue, I hope this changes happen in bacula-sd.conf Which is: Bacula-sd.conf [root@backup bacula]# cat bacula-sd.conf # # Default Bacula Storage Daemon Configuration file # # For Bacula release 5.0.3 (30 August 2010) -- redhat Enterprise release # # You may need to change the name

Re: [Bacula-users] Full job terminates claiming no space left but tape gets more data

2012-12-11 Thread Robert Wirth
Marco van Wieringen writes: > > ... > > Fseek on attributes file failed: ERR=No space left on device > > ... > > Last Volume Bytes: 1,283,646,163,968 (1.283 TB) > > > > Really, the tape isn't full! The other 5 jobs (and this one > > after being rescheduled) continue to write that tape AD00

Re: [Bacula-users] Bacula stopped suddenly working with tape drives

2012-12-11 Thread Uwe Schuerkamp
On Tue, Dec 11, 2012 at 10:53:23AM +, deepak@wipro.com wrote: > Hi guys, > > I am a new user of bacula. It was working fine previously but suddenly it > stopped working with tape drives. I am not sure why it happens it may be due > to some internal network changes in organization. > > N

[Bacula-users] Bacula stopped suddenly working with tape drives

2012-12-11 Thread deepak.pal
Hi guys, I am a new user of bacula. It was working fine previously but suddenly it stopped working with tape drives. I am not sure why it happens it may be due to some internal network changes in organization. Now... In Bconsole status storage command is showing below output. *status storage

[Bacula-users] bconsole question

2012-12-11 Thread Uwe Schuerkamp
Hi folks, does a "reload" issued to beconsole also reload included config files? Apparently in our setup (5.2.9 or .12), this does not seem to be the case. Is there a signal I can send to the director process to make it rescan an included config dir? We're using the statement @|"sh -c 'for f in