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
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
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
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
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
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
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-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
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
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
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
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
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
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
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
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
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
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
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
19 matches
Mail list logo