Re: [Bacula-users] Very slow backups

2005-10-30 Thread Tracy R Reed
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 ---

RE: [Bacula-users] mysqldump using fifo

2005-10-30 Thread frank
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

[Bacula-users] fatal: libmysqlclient_r.so.14: open failed: No such file or directory

2005-10-30 Thread Robert W Hartzell
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-

[Bacula-users] Bacula-newbie! Introduction, greeting, and question/discussion.

2005-10-30 Thread Barry L. Bond
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

Re: [Bacula-users] Very slow backups

2005-10-30 Thread Phil Stracchino
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

Re: [Bacula-users] Re: Commented out job still being scheduled

2005-10-30 Thread Phil Stracchino
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

[Bacula-users] Re: Commented out job still being scheduled

2005-10-30 Thread Ross Boylan
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

[Bacula-users] Commented out job still being scheduled

2005-10-30 Thread Ross Boylan
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

[Bacula-users] Very slow backups

2005-10-30 Thread Tracy R Reed
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

Re: [Bacula-users] Using Bacula for multiple wan backup

2005-10-30 Thread Jonas Björklund
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

[Bacula-users] Using Bacula for multiple wan backup

2005-10-30 Thread Yves Bernard
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