Re: [Bacula-users] Changing Directors.

2007-05-14 Thread Miki Lewinger
Flak Magnet wrote: > I've been running bacula on solaris since December of '06. It started out as > a single-box backup solution, with the dir, sd and fd running on a single > box. Since then we've scaled it up to include a second sd and fd on another > Sun box, the an fd-only on a ubuntu mach

[Bacula-users] mail job report to user - variables and python

2007-05-14 Thread Miki Lewinger
Hi there, I'm looking for a convenient way to send individual mail reports to users as soon as his/her particular job(s) have finished. Ideally (for a non-programmer like me...) this could/should be done by substituting the recipient's email address variable (%r) defined within a MESSAGE resource,

Re: [Bacula-users] rpm for fc6 in a production environment

2007-05-13 Thread Miki Lewinger
Hi Vittorio, RPMS would be installed on typical system locations such as /usr/bin, /sbin, /etc, etc... so don't try it. If you write me directly at [EMAIL PROTECTED] I can send you a TAR file with all the binaries, compiled for fedora6 on which I'm currently running bacula 2.0.3. Che

Re: [Bacula-users] Storage on a different machine

2007-05-13 Thread Miki Lewinger
help with the relevant parts in bacula's updated manual pp 103 or at http://murl.se/24783. Cheers, Miki Lewinger Jean-François Leroux wrote: > Hi, I'm a bit confused by this. I'd like to have bacula backups on > another machine than the one with bacula-director runnig. &g

Re: [Bacula-users] High database load when migrating many smallfiles

2007-04-25 Thread Miki Lewinger
Hello, Mysql has hung (hanged ?) on me when query data (INSERT) was too big to fit in a field. I had this happening when someone was backing up something that went recursively for about 20 dirs downwards (dir1/dir2/dir3/dir1/dir2dir3/dir1 etc). I never discovered what caused this recursion but

Re: [Bacula-users] Job history after db refresh

2007-04-22 Thread Miki Lewinger
Hello Kyle. You may have figured it out already :) It is from the client. Michael Kyle Tucker wrote: > Today I implemented an all-new backup scheme on my > 2.0.2 Bacula installation. I ran drop_mysql_tables > and then make_mysql_tables successfully and my first > job started at job number 1. But

[Bacula-users] consolidating volumes

2007-02-15 Thread Miki Lewinger
Hello, If I purge (sometimes I need to) jobs, there are volumes that remain with very little used space in them, and until job/volume retention periods are reached, they just remain there, taking space... As far as I understand migrating jobs would reorganize them on arrival and fill new volum

Re: [Bacula-users] Bacula 2.0.1 Startup script not working, manual start works fine.

2007-02-13 Thread Miki Lewinger
Howdy, Please check the permissions of the directories involved are set to user and group bacula (check the compilation config file for the /working, /bin, etc, paths). If they are not and you try chown it into bacula, and it fails, it means your passwd file (or whatever authentication scheme

[Bacula-users] restarting bacula

2007-02-03 Thread Miki Lewinger
ing, start time, etc) finish first ? Thanks, Miki Lewinger BGU - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Do

[Bacula-users] segmentation fault

2007-02-01 Thread Miki Lewinger
compiled bacula from source (ver 2.0.1) on fedora 5 and I'm using mysql 5. I followed the documentation, and got the btraceback output below. Can someone help me diagnose this problem ? Thanks, Miki Lewinger BGU Using host libthread_db library "/lib/libthread_db.so.1". `shared object r

[Bacula-users] "unwanted" feature in winbacula

2007-01-22 Thread Miki Lewinger
Hello, Currently any user (even non-admins) can stop the bacula file server service on winnt-2k-xp workstations at will. This is a very unusual "unwanted feature". Can it be fixed in later versions ? If not what is the rational behind such behavior ? Thks, Miki Lewinger BGU Ano

[Bacula-users] ntbackup in bacula

2007-01-21 Thread Miki Lewinger
C:\WINDOWS\system32\ntbackup ? C:\WINDOWS\system32\ntbackup.exe ! :) Miki L. BGU - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opini

[Bacula-users] Some remarks

2007-01-21 Thread Miki Lewinger
Hello, This is my first mail to the list, so first let me publicly congratulate Kern and all the other developers for the EXCELLENT product. Some remarks 1) I have yet to succeed in a migrate job. In the migrate job documentation (Chapter 26), the "Client" directive - does it refer to the dir

Re: [Bacula-users] mysql.h

2006-11-14 Thread Miki Lewinger
Hello, The syntax of the defaultconfig file is wrong, use the prefixes --with-mysql=yes --with-mysql-dir=/$HOME/bacula/mysql and the line subsys-dir should be changed, in my config it looks like --with-subsys-dir=$HOME/bacula/bin/subsys Cheers, Miki Philip Wege wrote: > Hi > > Just got bacu