Phil Stracchino wrote:
> Have you investigated a database bottleneck? What SQL backend are you
> using? What's system CPU load during backup?
I am using SQLite3. There is 95% idle cpu during the backup.
--
Tracy R Reed
http://copilotconsulting.com
---
OK, I finally have it up and running although I do have some loose ends.
To run the script directly from the backup job is pretty much a chicken and egg
story. The backup job keeps waiting for the script to be finished and the
script (which calls mysqldump) keeps waiting for something to read
I have successively compiled 1.36.3 with these configure options:
CFLAGS="-g" ./configure \
--sbindir=$HOME/bacula/sbin \
--sysconfdir=$HOME/bacula/bin \
--mandir=$HOME/bacula/man \
--with-mysql=/opt/csw/mysql4 \
--enable-smartalloc \
--with-pid-dir=$HOME/bacula/bin/working \
--with-
Greetings!
I'm a relative new bacula user (about three weeks, now), and this is
my first posting to this mailing list.
The highlight/short story of how I'm using bacula is this. I had a
(RedHat 7.1) version of Linux, and a Travan tape that I used for backup
since I got this computer, i
Tracy R Reed wrote:
> Ok, so over the course of the last few days I think I have got just
> about everything figured out. I have a full backup of all three of my
> systems safely on DVD, I can restore, it does incrementals automatically
> every night, I am happy.
>
> Except for one thing: The back
Ross Boylan wrote:
> I can explain the duplicate jobs, but not the primary problem of the
> commented out job being run.
Suggestion: Rather than commenting out a job to disable it without
restarting, change its Schedule to a null schedule:
Schedule {
Name = NEVER
}
Job {
Name = foo
I can explain the duplicate jobs, but not the primary problem of the
commented out job being run.
Last night the clocks jumped back because of daylight savings time.
My jobs are scheduled for 1:05am, and that happened twice. This is a
known problem, though the solution is unclear. See bacula bug
One of the default jobs in the bacula-dir.conf file I got keeps
getting scheduled, even though I commented it out and reloaded the
director.
For example, now I see
IncrementalBackup80 31-Oct-05 01:05BackupCatalog
Inc2005-10-30_0068
even though more than 24 hours previously I commente
Ok, so over the course of the last few days I think I have got just
about everything figured out. I have a full backup of all three of my
systems safely on DVD, I can restore, it does incrementals automatically
every night, I am happy.
Except for one thing: The backups are VERY slow. Even the host
Hello,
On Sun, 30 Oct 2005, Yves Bernard wrote:
I'm looking for the right way for doing a backup from multiple site over
internet on one server.
Typically, I need to save several stations from site A (behind a
router/firewall) and the same from site B. Everythings need to be backed up
on si
Hi,
I'm looking for the right way for doing a backup from multiple site over
internet on one server.
Typically, I need to save several stations from site A (behind a
router/firewall) and the same from site B. Everythings need to be backed
up on site C.
What is the good implementation of ba
11 matches
Mail list logo