Re: [Bacula-users] Compiling 3.0.2 on OpenSolaris

2009-09-11 Thread Robert Hartzell
On Sat, 2009-09-12 at 06:13 +, Joseph L. Casale wrote: > I have MySQL installed and used a configure script like so: > CFLAGS="-g" ./configure \ > --prefix=/opt/bacula \ > --sbindir=/opt/bacula/bin \ > --sysconfdir=/opt/bacula/bin \ > --with-mysql=/usr/mysql/5.1 \ > --enable-smartall

Re: [Bacula-users] Compiling 3.0.2 on OpenSolaris

2009-09-11 Thread Joseph L. Casale
>I would suggest running in debug mode (-d). >The Init script changes to the correct user. So run the init script with >pfexec. >You should also check for the right permissions on the logfiles. Maybe it is a >problem with connecting to the database. Tries the -d switch, I am only running the Sto

Re: [Bacula-users] Compiling 3.0.2 on OpenSolaris

2009-09-11 Thread Fahrer, Julian
I would suggest running in debug mode (-d). The Init script changes to the correct user. So run the init script with pfexec. You should also check for the right permissions on the logfiles. Maybe it is a problem with connecting to the database. -Ursprüngliche Nachricht- Von: Joseph L. Cas

Re: [Bacula-users] Bacula not running correct job type

2009-09-11 Thread Joseph L. Casale
>Thanks for clearing all this up, that makes sense about not using the schedule >when >executed manually and the default behavior when not specified (As I was >specifying >it in the schedule). I spoke to soon, looking at the schedule, it correctly showed the intended Job Type. It started with a

[Bacula-users] Compiling 3.0.2 on OpenSolaris

2009-09-11 Thread Joseph L. Casale
I have MySQL installed and used a configure script like so: CFLAGS="-g" ./configure \ --prefix=/opt/bacula \ --sbindir=/opt/bacula/bin \ --sysconfdir=/opt/bacula/bin \ --with-mysql=/usr/mysql/5.1 \ --enable-smartalloc \ --with-pid-dir=/opt/bacula/bin/working \ --with-subsys-dir=/opt/b

Re: [Bacula-users] Learning Git

2009-09-11 Thread Graham TerMarsch
On September 11, 2009, Kern Sibbald wrote: > To encourage developers to learn Git and to use it, we (the project) would > like to make the following offer: > > If you are an active Bacula contributor (signed an FLA or in the AUTHORS > file) and plan to send us something in the next 6-12 months, the

Re: [Bacula-users] Bacula not running correct job type

2009-09-11 Thread Joseph L. Casale
>You're not actually testing your schedule settings when you run the job >manually. Cedric/Mike, Thanks for clearing all this up, that makes sense about not using the schedule when executed manually and the default behavior when not specified (As I was specifying it in the schedule). It's now

Re: [Bacula-users] Bacula not running correct job type

2009-09-11 Thread Mike Ruskai
On 9/11/2009 9:16 PM, Joseph L. Casale wrote: When you ran the job the first and second time, do you mean you initiated the job manually (i.e. with the "run" command in the console) or do you mean you sat back, did nothing, and let bacula start the job all by itself based on the schedule?

Re: [Bacula-users] Bacula not running correct job type

2009-09-11 Thread Cedric Tefft
Joseph L. Casale wrote: >> When you ran the job the first and second time, do you mean you >> initiated the job manually (i.e. with the "run" command in the console) >> or do you mean you sat back, did nothing, and let bacula start the job >> all by itself based on the schedule? >> > > I used

Re: [Bacula-users] Bacula not running correct job type

2009-09-11 Thread Joseph L. Casale
>When you ran the job the first and second time, do you mean you >initiated the job manually (i.e. with the "run" command in the console) >or do you mean you sat back, did nothing, and let bacula start the job >all by itself based on the schedule? I used the run command (Well weBacula did actually

Re: [Bacula-users] Bacula not running correct job type

2009-09-11 Thread Cedric Tefft
Joseph L. Casale wrote: > When I run it the first time, it does a FULL, when I add data, and > run it again, it does am Incremental? > > What am I missing? I was expecting a Differential? > > When you ran the job the first and second time, do you mean you initiated the job manually (i.e. with t

Re: [Bacula-users] Strange FD errors on Windows Full Backup Jobs

2009-09-11 Thread Cedric Tefft
Tyler Seaton wrote: > It's entirely possible I don't fully understand the bug which you are > referring to, but it sounds like this would only be a problem if the > pool I was writing to did not have enough enough disk space available. I > have around 1.8TB still available, so it should be able to

Re: [Bacula-users] Strange FD errors on Windows Full Backup Jobs

2009-09-11 Thread Tyler Seaton
It's entirely possible I don't fully understand the bug which you are referring to, but it sounds like this would only be a problem if the pool I was writing to did not have enough enough disk space available. I have around 1.8TB still available, so it should be able to create new volumes on the fl

[Bacula-users] Bacula not running correct job type

2009-09-11 Thread Joseph L. Casale
I have a schedule defined as follows: Schedule { Name = "Server Data Weekly Cycle" Run = Level=Full mon at 18:00 Run = Level=Differential tue-fri at 18:00 } A job as follows: Job { Name = "Backup-Data-client" Client = client-fd JobDefs = "Default" Pool = "Svr_Data" Storage = name

Re: [Bacula-users] Strange FD errors on Windows Full Backup Jobs

2009-09-11 Thread Cedric Tefft
Tyler Seaton wrote: > Hey Everyone, > > I am getting some strange behavior on backups which take longer than 2 > hours and are on Windows machines. I have set the heartbeat interval on > all FD's, the SD and the director but I still am getting strange output > from the FD: > [snip] > 10-Sep 19:1

Re: [Bacula-users] Full/Differential with one job

2009-09-11 Thread Joseph L. Casale
>Unfortunately, this is more or less irrelevant to what you're doing. >You need to be looking at the section of the manual that details the Job >resource, specifically the RunScript directive: > >http://bacula.org/3.0.x-manuals/en/install/install/Configuring_Director.html#SECTION0063000

Re: [Bacula-users] Full/Differential with one job

2009-09-11 Thread Cedric Tefft
Joseph L. Casale wrote: >> Really? Where does it say that, exactly? I looked at what I believe in >> the relevant section of the manual, and I came away with a completely >> different understanding. >> > > In the middle of general Functionality of > http://www.bacula.org/en/dev-manual/Variab

Re: [Bacula-users] Full/Differential with one job

2009-09-11 Thread Joseph L. Casale
>Really? Where does it say that, exactly? I looked at what I believe in >the relevant section of the manual, and I came away with a completely >different understanding. In the middle of general Functionality of http://www.bacula.org/en/dev-manual/Variable_Expansion.html But, now that I read it

Re: [Bacula-users] Full/Differential with one job

2009-09-11 Thread Cedric Tefft
Joseph L. Casale wrote: > The manual states > variable expansion is for Volume Labels only Really? Where does it say that, exactly? I looked at what I believe in the relevant section of the manual, and I came away with a completely different understanding. -

[Bacula-users] Nasty MySQL issue

2009-09-11 Thread Jari Fredriksson
I used to have my MySQL on Linux. Then I moved the database on a Windows machine, and everything went fine. Today I moved it back to Linux. I took a backup with mysqldump (by using the /etc/bacula/scripts/make_database_backup) and imported it. Bacula does not work! The reason being that all

[Bacula-users] Full/Differential with one job

2009-09-11 Thread Joseph L. Casale
With most of my jobs, Bacula handles the Full on an off day if required based on the previous status of the backup in the pool. So I have one job, and the schedule determines when the Full/Diff is done. I am trying to accomplish the same thing with my exchange backup which uses a RunBefore script

[Bacula-users] Strange FD errors on Windows Full Backup Jobs

2009-09-11 Thread Tyler Seaton
Hey Everyone, I am getting some strange behavior on backups which take longer than 2 hours and are on Windows machines. I have set the heartbeat interval on all FD's, the SD and the director but I still am getting strange output from the FD: Please let me know if there is any other information yo

Re: [Bacula-users] [Bacula-devel] Learning Git

2009-09-11 Thread Kern Sibbald
On Friday 11 September 2009 18:53:39 Phil Stracchino wrote: > Kern Sibbald wrote: > > Hello, > > > > I see that some of the developers such as Eric, Lorenz, and Marco (and > > probably others) have picked up on git quite well, but unfortunately, > > some of the you are having difficulties learning

Re: [Bacula-users] [Bacula-devel] Learning Git

2009-09-11 Thread Phil Stracchino
Kern Sibbald wrote: > Hello, > > I see that some of the developers such as Eric, Lorenz, and Marco (and > probably others) have picked up on git quite well, but unfortunately, some of > the you are having difficulties learning it from the feedback that I have > received. > > First I have to sa

Re: [Bacula-users] Trying to restore data of server A's backup on server B

2009-09-11 Thread Nicolas Jungers
Willians Vivanco wrote: > The problem is that in order of clusterize a set of servers i'm > interested in to restore the backup data of an specific client in other > computers... To me bacula seems the wrong tool for the problem at hand, I'd have a look in the hpc toolbox. It's a long time now b

[Bacula-users] Learning Git

2009-09-11 Thread Kern Sibbald
Hello, I see that some of the developers such as Eric, Lorenz, and Marco (and probably others) have picked up on git quite well, but unfortunately, some of the you are having difficulties learning it from the feedback that I have received. First I have to say that Git is indeed harder to learn

Re: [Bacula-users] Bacula 3.0.2 Packages for Solaris and OpenSolaris

2009-09-11 Thread Joseph L. Casale
>I always compile from source on production Solaris 9 & 10 machines. I learned my lesson ages ago with doing such things on with distros that utilize a package manager (even though Solaris 10's is worth sh!t). From that day forward I try my hardest to always use the package manager, and it looks l

Re: [Bacula-users] Bacula 3.0.2 Packages for Solaris and OpenSolaris

2009-09-11 Thread Chris Hoogendyk
Alan Brown wrote: > On Wed, 9 Sep 2009, mehma sarja wrote: > > >> The user community should make an effort to offer pre-compiled fd's and sd's >> for various OSes. I was in the same dilemma. >> > > The user community DOES make an effort to do this. > > If they don't exist then noone runni

Re: [Bacula-users] Trying to restore data of server A's backup on server B

2009-09-11 Thread Alan Brown
On Thu, 10 Sep 2009, Willians Vivanco wrote: > Hi, i need to restore data of server A's backup on to server B > filesystem... Any suggestion? Just change the restore host and set the restore directory appropriately during restore selection. It works well, I do it fairly regularly. --

Re: [Bacula-users] Trying to restore data of server A's backup on server B

2009-09-11 Thread Willians Vivanco
Ralf Gross wrote: > Willians Vivanco schrieb: > >> Hi, i need to restore data of server A's backup on to server B >> filesystem... Any suggestion? >> > > err, where's the problem? What is not working? > > bconsole -> restore -> -> Restore Client: > > Ralf > > ---

Re: [Bacula-users] Bacula 3.0.2 Packages for Solaris and OpenSolaris

2009-09-11 Thread Alan Brown
On Wed, 9 Sep 2009, mehma sarja wrote: > The user community should make an effort to offer pre-compiled fd's and sd's > for various OSes. I was in the same dilemma. The user community DOES make an effort to do this. If they don't exist then noone running your OS has gotten around to it. Why not

Re: [Bacula-users] Dell PV LT2000 supported in Bacula ?

2009-09-11 Thread Ralf Brinkmann
Bekker schrieb: > Does this autochanger work properly with Bacula at the moment ? yes, we are working with Bacula release 2.4.2. In the meantime I print the barcode labels (code39) with a special free available Windows based true type font. Info "http://www.logitogo.com/html/barcode39_erstellen

Re: [Bacula-users] Device is BLOCKED waiting to create a volume for:...

2009-09-11 Thread Ralf Gross
Ralf Gross schrieb: > John Drescher schrieb: > > On Thu, Sep 10, 2009 at 6:37 AM, Ralf Gross wrote: > > > > > > *list media pool=INV-MPC-Differential > > > +-++---+-++--+--+-+--+---+---+

[Bacula-users] regular expressions in FileSets

2009-09-11 Thread Juergen Koch
Hi, I want to split my vhost-Dir in 2 Jobs. I use this in the FileSet: File = /var/www/vhosts/[a-m]* and File = /var/www/vhosts/[n-z]* The Job starts, but I receive this message: Could not stat /var/www/vhosts/[n-z]*: ERR=File or Directory not found But, I think, I can use regular expessions

Re: [Bacula-users] Trying to restore data of server A's backup on server B

2009-09-11 Thread Ralf Gross
Willians Vivanco schrieb: > Hi, i need to restore data of server A's backup on to server B > filesystem... Any suggestion? err, where's the problem? What is not working? bconsole -> restore -> -> Restore Client: Ralf --