Re: [Bacula-users] Using bconsole from command line

2007-10-17 Thread Paul Heinlein
t go into secure storage. My thinking is that if everything but the tapes gets destroyed, I'd at least have an inkling of which tapes to use first. -- Paul Heinlein <> [EMAIL PROTECTED] <> http://www.madboa.com/ #!/bin/bash # # Script for printing list of jobs

Re: [Bacula-users] Reality check

2007-10-09 Thread Paul Heinlein
On Tue, 9 Oct 2007, John Drescher wrote: > On 10/9/07, Paul Heinlein <[EMAIL PROTECTED]> wrote: >> I recently migrated from an LTO-1 drive (in a PowerVault 122T) to >> an LTO-3 (PowerVault 124T). >> >> Bacula (2.0.3) is locally configured to spool up to 50 GB t

[Bacula-users] Reality check

2007-10-09 Thread Paul Heinlein
/second on the LTO-3. Does anyone have logs lying around that might confirm or deny whether those numbers are in the range of reasonable? -- Paul Heinlein <> [EMAIL PROTECTED] <> http://www.madboa.com/ - This SF.

Re: [Bacula-users] bacula lto-2 drive performance?

2007-07-10 Thread Paul Heinlein
is is 2.0.3 (server and all clients) to a Dell PowerVault 122T with an Ultrium LTO-2 drive. -- Paul Heinlein <> [EMAIL PROTECTED] <> http://www.madboa.com/ - This SF.net email is sponsored by DB2 Express Download DB2

Re: [Bacula-users] RESOLVED: Re: UTF-8 file names support in Bacula ( OS X client)

2006-06-30 Thread Paul Heinlein
n_US.UTF-8 # get a list of UTF-8 locales on this system for loc in $(locale -a | grep utf8 | sort); do # generate filenames of days of the week # in various locales for n in $(seq 1 7); do touch $(env LANG="$loc" date +%A -d 2006/7/$n) done done ls Test by b

Re: [Bacula-users] Re: [Bacula-devel] Fwd: Time for a Bacula book?

2006-01-13 Thread Paul Heinlein
DocBook XML (a good idea, imo), I'm willing to volunteer some time. The migration would likely encompass markup of the existing docs and assembling a decent toolchain for building various output formats: (x)html, man pages, PDF, ... -- Paul Heinlein Galois Connections

Re: [Bacula-users] Re: [Bacula-devel] Fwd: Time for a Bacula book?

2006-01-12 Thread Paul Heinlein
27;t your cup o' tea, then feel free to ignore it. :-) -- Paul Heinlein <> [EMAIL PROTECTED] <> www.madboa.com --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the ne

Re: [Bacula-users] Bacula client on Solaris 10 - configure error

2005-11-17 Thread Paul Heinlein
$CPP to the GNU cpp path (/usr/local/bin/cpp?) 2) Put the directory that holds the GNU tools before /usr/bin in your $PATH. -- Paul Heinlein <> [EMAIL PROTECTED] <> www.madboa.com --- This SF.Net email is sponsored by the JBos

Re: [Bacula-users] Low transfer speed to tape

2005-10-28 Thread Paul Heinlein
D Bytes Written: 1,225,548,154 SD Bytes Written: 1,229,580,582 Rate: 1909.0 KB/s The "Rate" would be much higher if it included only the time needed to spool files to tape; it's the attribute spooling that lowers the

Re: [Bacula-users] ClientRunBeforeJob problem

2005-10-27 Thread Paul Heinlein
correctly, which might not be happening in the bacula app space. Instead of /etc/init.d/ldap {start,stop} do /sbin/service ldap {start,stop} -- Paul Heinlein <> [EMAIL PROTECTED] <> www.madboa.com --- This SF.Net email is

Re: [Bacula-users] *Extreme* low MySQL performance when prunnig or purging jobs/volumes

2005-10-26 Thread Paul Heinlein
ragma.html The upside is that attribute spooling that used to take a couple days is now done in a few hours. My weekly full backups used to take from Friday night until Monday night; now they start Saturday evening and are finished about the time I get my Sunday-morning coffee. -- Pau

Re: [Bacula-users] New to bacula, problems with MAC OS X Client

2005-09-28 Thread Paul Heinlein
the Mac and listening on port 9102, e.g., $ netstat tcp -tln | grep :91 tcp0 0 0.0.0.0:9102 0.0.0.0:* LISTEN -- Paul Heinlein <> [EMAIL PROTECTED] <> www.madboa.com --- This SF.Net email is sponsored by: Pow

Re: [Bacula-users] Bitrate problems using Bacula

2005-08-30 Thread Paul Heinlein
, more RAM, ...). -- Paul Heinlein <> [EMAIL PROTECTED] <> www.madboa.com --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agi

Re: [Bacula-users] Excludes not working?

2005-08-25 Thread Paul Heinlein
on't match a '/'; you'll need to specify the depth, e.g., regexfile = "/var/log/.*\.[0-9]\.gz" regexfile = "/var/log/.*/.*\.[0-9]\.gz" -- Paul Heinlein <> [EMAIL PROTECTED] <> www.madboa.com -

RE: FW: [Bacula-users] bconsole spawns thousands of copies of itself

2005-08-10 Thread Paul Heinlein
On Wed, 10 Aug 2005, Ron Wheeler wrote: ldd just says that it is not a dynamic executable. Are you running ldd against /etc/bacula/bconsole or against /usr/sbin/bconsole? The former is a shell script, but the latter should be a compiled binary. -- Paul Heinlein <[EMAIL PROTEC

RE: FW: [Bacula-users] bconsole spawns thousands of copies of itself

2005-08-10 Thread Paul Heinlein
/libm.so.6 (0x00bfa000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x0057f000) libc.so.6 => /lib/tls/libc.so.6 (0x00dfa000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x004af000) -- Paul Heinlein <[EMAIL PROTECTED]> --- SF