[Bacula-users] Director is not starting after backup

2009-04-28 Thread Eitan Talmi
Hi all

After upgrading from version 2.4.4 to 3.0.0 the director is not starting.

If I am running bacula-dir -t I am getting this error message

bacula-dir: dird.c:878 Could not open Catalog "MyCatalog", database
"bacula".
bacula-dir: dird.c:883 Version error for database "bacula". Wanted 10, got
11
28-Apr 09:11 bacula-dir ERROR TERMINATION


I already run the update_bacula_tables script couple of times with no luck
this is what I am receiving after running the script

Altering MySQL tables

This script will update a Bacula MySQL database from version 10 to 11
 which is needed to convert from Bacula version 2.0.x to 3.0.x or higher

ERROR 1060 (42S21) at line 8: Duplicate column name 'ReadBytes'
ERROR 1060 (42S21) at line 9: Duplicate column name 'ActionOnPurge'
ERROR 1060 (42S21) at line 10: Duplicate column name 'ActionOnPurge'
ERROR 1050 (42S01) at line 19: Table 'JobHisto' already exists
Update of Bacula MySQL tables succeeded.


Thanks
Eitan
--
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Restore Windows files with no Catalog

2009-05-25 Thread Eitan Talmi
You may use the bscan utility.

Tnd also you may have a look at manual of version of 2.44 at page 299
"Restoring When Things Go Wrong".

The manual is here http://bacula.org/en/rel-bacula.pdf

Eitan


2009/5/25 Gabriele Bulfon 

> Hello,
> I have an old tape, that is no more listed in the Catalog DB.
> The only way to restore is to use bls/bextract commands.
> The tape contains different jobs, some are unix machines, one is a windows
> server.
> The files I need to restore are the windows server job files.
> I can get the job number via bls.
> Is there some way I can I restore the entire job manually on the unix
> machine?
> I don't care about files permissions.
>
> Thanx for any help
> Gabriele.
>
>      Gabriele Bulfon - Sonicle S.r.l.
> Tel +39 028246016 Int. 30 - Fax +39 028243880
> Via Felice Cavallotti 16 - 20089, Rozzano - Milano - ITALY
> http://www.sonicle.com
>
>
> --
> Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
> is a gathering of tech-side developers & brand creativity professionals.
> Meet
> the minds behind Google Creative Lab, Visual Complexity, Processing, &
> iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
> Group, R/GA, & Big Spaceship. http://www.creativitycat.com
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>
--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com ___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Issue installing bacula-director-mysql On Debian 5.0

2009-06-10 Thread Eitan Talmi
try in this way
1. apt-get build-dep bacula

2. apt-get install mysql-server

3.  download the source files of bacula

4. extract the files:  tar -xvvf bacula-3.0.1.tar.gz

5. compile and install

   cd bacula-3.0.1
   ./configure --with-mysql
   make
   make install

Eitan




On Tue, Jun 9, 2009 at 8:46 AM, adriand wrote:

>
> Hi,
>
> Im a newbie to bacula and am having no end of difficulty installing this
> piece of software.
>
> Im running on Debian5 (lenny)
>
> Below is a shot of what i am experiencing.
>
> debian:/etc# aptitude install bacula-director-mysql
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Reading extended state information
> Initializing package states... Done
> Reading task descriptions... Done
> The following NEW packages will be installed:
>  bacula-director-mysql dbconfig-common{a} libdbd-mysql-perl{a}
> libdbi-perl{a} libhtml-template-perl{a} libnet-daemon-perl{a}
> libplrpc-perl{a}
>  libterm-readkey-perl{a} mysql-client{a} mysql-client-5.0{a}
> mysql-server{a} mysql-server-5.0{a}
> The following packages will be REMOVED:
>  bacula-director-sqlite3{a}
> 0 packages upgraded, 12 newly installed, 1 to remove and 0 not upgraded.
> (skip)
> Unpacking mysql-server (from .../mysql-server_5.0.51a-24+lenny1_all.deb)
> ...
> Processing triggers for man-db ...
> Setting up dbconfig-common (1.8.39) ...
> Setting up libnet-daemon-perl (0.38-1.1) ...
> Setting up libplrpc-perl (0.2017-1.1) ...
> Setting up libdbi-perl (1.605-1) ...
> Setting up libdbd-mysql-perl (4.007-1) ...
> Setting up mysql-client-5.0 (5.0.51a-24+lenny1) ...
> Setting up mysql-client (5.0.51a-24+lenny1) ...
> Setting up bacula-director-mysql (2.4.4-1) ...
> Installing new version of config file
> /etc/bacula/scripts/make_catalog_backup ...
> dbconfig-common: writing config to
> /etc/dbconfig-common/bacula-director-mysql.conf
> *** WARNING: ucf was run from a maintainer script that uses debconf, but
> the script did not pass --debconf-ok to ucf. The maintainer
> script should be fixed to not stop debconf before calling ucf,
> and pass it this parameter. For now, ucf will revert to using
> old-style, non-debconf prompting. Ugh!
>
> Please inform the package maintainer about this problem.
>
> I had a popup window at this point asking me to put in the passwords for
> the DB etc which i did but it swore at me a few times until i hit
> ignore.
>
> Can anyone give me a few tips if it is possible for me to fix the problem
> myself?
>
> Thanks
> Adrian
>
> +--
> |This was sent by adr...@kiwilink.co.nz via Backup Central.
> |Forward SPAM to ab...@backupcentral.com.
> +--
>
>
>
>
> --
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables unlimited
> royalty-free distribution of the report engine for externally facing
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Access to Bacula configuration from Webmin

2009-06-14 Thread Eitan Talmi
Hi Mario

Click on the configuration module on this page and choose your correct
server (in my case MySQL)

Eitan


On Thu, Jun 11, 2009 at 6:10 PM, Tolj Mario wrote:

> Hello,
>
> I try to access to the bacula configuration page with Webmin, but i have
> the error message "/Failed to connect to the Bacula database : Failed to
> load the database DBI driver SQLite at ./bacula-backup-lib.pl line 44.
> Maybe it is not set up, or the module configuration
>  is incorrect./"
>
> I have the latest version of Webmin.
>
> Someone have already have the same message and have a solution ?
>
> Thanks.
>
> Mario.
>
>
> --
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables unlimited
> royalty-free distribution of the report engine for externally facing
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Windows restore

2009-08-27 Thread Eitan Talmi
Hi,

There is no problem to restore some files to windows

just make sure that you are backup the dump files of the SQL (i didn't
checked it with live database)

I already make some restores to Windows and there are no problem with it

The only "problem" is that you can't restore the entire windows (I didn't
try it)

Eitan


2009/8/27 g d 

> I'm new to bacula and am considering it for a back up solution for a small
> business.
>
> I've gotten the impression from reading the docs and wiki that it is
> difficult to restore a windows system (like windows server 2003 for
> instance) after a wipe.
>
> Couldn't I just reinstall the OS, the registry backup, and the windows
> bacula client, reconfigure it and do a restore? I really only want some sql
> (ms sql, mysql) databases, and a directory full of pdfs backed up nightly in
> case of a failure or some kind of over write problem. What problems might I
> come across trying this method? Thanks for any comments in advance.
>
> I just set up bacula on ubuntu 8.04 server, and have a couple win 2003
> servers.
>
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] adding my first windows client

2009-08-31 Thread Eitan Talmi
At the server try to ping to your bacula server, make sure that it's
responding with the real IP and not 127.0.0.1.

Try to telnet from the server to the client at port 9102

Eitan



2009/9/1 Syn, Joonho 

>  Hi,
> I’m trying to add my first windows client to my test instance of bacula
> running on RHEL5 but I keep getting Authentication Failed errors.  It claims
> that I have an incorrect password but I know this is not true.  Since the
> client is a laptop I thought perhaps that bacula might be confused since it
> has a wireless  and wired interface but this is not the case since I
> hard-coded the IP into the bacula-dir.conf.   I’ll paste the bacula-dir.conf
> and the bacula-fd.conf from the client.
>
>
>
> TIA
>
> Error message:
> 31-Aug 14:39 bacula-dir JobId 237: No prior Full backup Job record found.
> 31-Aug 14:39 bacula-dir JobId 237: No prior or suitable Full backup found
> in catalog. Doing FULL backup.
> 31-Aug 14:39 bacula-dir JobId 237: Start Backup JobId 237,
> Job=us-sfo1-521.2009-08-31_14.39.19_03
> 31-Aug 14:39 bacula-dir JobId 237: Using Device "bacula-sd"
> 31-Aug 14:39 bacula-dir JobId 237: Fatal error: Unable to authenticate with
> File daemon at "10.49.55.41:9102". Possible causes:
> Passwords or names not the same or
> Maximum Concurrent Jobs exceeded on the FD or
> FD networking messed up (restart daemon).
> Please see *
> http://www.bacula.org/en/rel-manual/Bacula_Freque_Asked_Questi.html#SECTION00376
> * for help.
> 31-Aug 14:39 us-sfo1-521-fd: Fatal Error at
> /home/kern/bacula/k/src/filed/authenticate.c:143 because:
> Incorrect password given by Director at client.
> 31-Aug 14:39 bacula-dir JobId 237: Warning: Unexpected Client Job message:
> 2999 Authentication failed.
>
> 31-Aug 14:39 bacula-dir JobId 237: Fatal error: No Job status returned from
> FD.
> 31-Aug 14:39 bacula-dir JobId 237: Error: Bacula bacula-dir 3.0.1
> (30Apr09): 31-Aug-2009 14:39:32
>   Build OS:   i686-redhat-linux-gnu redhat Enterprise release
>   JobId:  237
>   Job:us-sfo1-521.2009-08-31_14.39.19_03
>   Backup Level:   Full (upgraded from Incremental)
>   Client: "us-sfo1-521-fd"
>   FileSet:"Win Client Set" 2009-08-28 13:43:43
>   Pool:   "Default" (From Job resource)
>   Catalog:"MyCatalog" (From Client resource)
>   Storage:"bacula-sd" (From Job resource)
>   Scheduled time: 31-Aug-2009 14:39:18
>   Start time: 31-Aug-2009 14:39:21
>   End time:   31-Aug-2009 14:39:32
>   Elapsed time:   11 secs
>   Priority:   10
>   FD Files Written:   0
>   SD Files Written:   0
>   FD Bytes Written:   0 (0 B)
>   SD Bytes Written:   0 (0 B)
>   Rate:   0.0 KB/s
>   Software Compression:   None
>   VSS:no
>   Encryption: no
>   Accurate:   no
>   Volume name(s):
>   Volume Session Id:  23
>   Volume Session Time:1251415297
>   Last Volume Bytes:  4,123,946 (4.123 MB)
>   Non-fatal FD errors:0
>   SD Errors:  0
>   FD termination status:  Error
>   SD termination status:  Waiting on FD
>   Termination:*** Backup Error ***
>
> Bacula-fd.conf on the windows client:
>
> Director {
>
>   Name = bacula-dir
>
>   Password = "ihatevista"
>
> }
>
>
>
> Director {
>
>   Name = bacula-mon
>
>   Password = "FB137AJQy/jgalkgiEE5q2GxpW7cb9XAC/m1m0x9jvYA"
>
>   Monitor = yes
>
> }
>
>
>
> FileDaemon {  # this is me
>
>   Name = us-sfo1-521-fd
>
>   FDport = 9102  # where we listen for the director
>
>   WorkingDirectory = "C:\\Program Files\\Bacula\\working"
>
>   Pid Directory = "C:\\Program Files\\Bacula\\working"
>
>   Maximum Concurrent Jobs = 10
>
> }
>
>
>
> # Send all messages except skipped files back to Director
>
> Messages {
>
>   Name = Standard
>
>   director = bacula-dir = all, !skipped, !restored
>
> }
>
>
>
>
> Bacula-dir.conf
> Director {# define myself
>   Name = bacula-dir
>   DIRport = 9101# where we listen for UA connections
>   QueryFile = "/usr/lib/bacula/query.sql"
>   WorkingDirectory = "/var/lib/bacula"
>   PidDirectory = "/var/run"
>   Maximum Concurrent Jobs = 10
>   Password = "Hvq3ZzJhDrpvj69RllRWTH98KEP6PM/RFtzwBnZIh6UO" #
> Console password
>   Messages = Daemon
> }
>
> JobDefs {
>   Name = "DefaultJob"
>   Type = Backup
>   Level = Incremental
>   Client = bacula-fd
>   FileSet = "Full Set"
>   Schedule = "WeeklyCycle"
>   Storage = bacula-sd
>   Messages = Standard
>   Pool = Default
>   Priority = 10
> }
>
>
> JobDefs {
>   Name = "WinClientJob"
>   Type = Backup
>   Level = Incremental
>   Client = us-sfo1-521-fd
>   FileSet = "Win Client Set"
>   Schedule = "WeeklyCycle"
>   Storage = bacula-sd
>   Messages = Standard
>   Pool = Default
>   Priority = 10
> }
>
> #
> # Define the main ni

Re: [Bacula-users] adding my first windows client

2009-09-02 Thread Eitan Talmi
I also had this problem, in may case the problem was that the director name
is case sensitive.

make sure that both on the server on the client they are exactly the same


On Wed, Sep 2, 2009 at 9:34 PM, Syn, Joonho  wrote:

> The FD on the windows client is 3.0.2 so I don't think it's version
> incompatibility unless there 3.0.1 and 3.0.2 do not play nicely.  I tried
> disabling the wireless card but it doesn't seem to help either. I did run
> the file director with debugging turned on and it appears that the password
> hash it was expecting was not matching with what it received..Which is odd
> because the passwords match!  I tried saving the file as different file
> types of text document (unicode, ms-dos text, text) none of which helped
> either...
>
>
> On 8/31/09 5:08 PM, "Cedric Tefft"  wrote:
>
> > Syn, Joonho wrote:
> >>
> >> Hi,
> >> I¹m trying to add my first windows client to my test instance of
> >> bacula running on RHEL5 but I keep getting Authentication Failed
> >> errors. It claims that I have an incorrect password but I know this is
> >> not true. Since the client is a laptop I thought perhaps that bacula
> >> might be confused since it has a wireless and wired interface but this
> >> is not the case since I hard-coded the IP into the bacula-dir.conf.
> >> I¹ll paste the bacula-dir.conf and the bacula-fd.conf from the client.
> >>
> >>
> > Version incompatibility?? I see your director is v3.0.1. What version of
> > the FD are you running on the Windows box? If it is not at least 3.0 you
> > might need to upgrade.
> >
> > A couple more things to try: run the FD on the Windows box with
> > debugging turned on (try adding "-d 200" to the command-line). The
> > debugging output may be more helpful.
> > Also, just for grins, I would try temporarily disabling the Windows
> > box's other network card -- whichever one bacula is not connecting to.
> > This shouldn't make any difference, but if nothing changes it will
> > eliminate a number of possibilities.
> >
> > - Cedric
> >
>
>
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] adding my first windows client

2009-09-02 Thread Eitan Talmi
Did you open port 9102 on the windows FW?

On Thu, Sep 3, 2009 at 3:09 AM, Syn, Joonho  wrote:

>  The case matches up fine.  The bwx-console has no problems connecting to
> the director
>
>
>
> On 9/2/09 1:00 PM, "Eitan Talmi"  wrote:
>
> I also had this problem, in may case the problem was that the director name
> is case sensitive.
>
> make sure that both on the server on the client they are exactly the same
>
>
> On Wed, Sep 2, 2009 at 9:34 PM, Syn, Joonho  wrote:
>
> The FD on the windows client is 3.0.2 so I don't think it's version
> incompatibility unless there 3.0.1 and 3.0.2 do not play nicely.  I tried
> disabling the wireless card but it doesn't seem to help either. I did run
> the file director with debugging turned on and it appears that the password
> hash it was expecting was not matching with what it received..Which is odd
> because the passwords match!  I tried saving the file as different file
> types of text document (unicode, ms-dos text, text) none of which helped
> either...
>
>
> On 8/31/09 5:08 PM, "Cedric Tefft"  wrote:
>
> > Syn, Joonho wrote:
> >>
> >> Hi,
> >> I’m trying to add my first windows client to my test instance of
> >> bacula running on RHEL5 but I keep getting Authentication Failed
> >> errors. It claims that I have an incorrect password but I know this is
> >> not true. Since the client is a laptop I thought perhaps that bacula
> >> might be confused since it has a wireless and wired interface but this
> >> is not the case since I hard-coded the IP into the bacula-dir.conf.
> >> I’ll paste the bacula-dir.conf and the bacula-fd.conf from the client.
> >>
> >>
> > Version incompatibility?? I see your director is v3.0.1. What version of
> > the FD are you running on the Windows box? If it is not at least 3.0 you
> > might need to upgrade.
> >
> > A couple more things to try: run the FD on the Windows box with
> > debugging turned on (try adding "-d 200" to the command-line). The
> > debugging output may be more helpful.
> > Also, just for grins, I would try temporarily disabling the Windows
> > box's other network card -- whichever one bacula is not connecting to.
> > This shouldn't make any difference, but if nothing changes it will
> > eliminate a number of possibilities.
> >
> > - Cedric
> >
>
>
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>
>
>
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Any news about the windows port of bat finding it's way into the installer

2009-09-03 Thread Eitan Talmi
You may use the webmin


2009/9/3 Martina Mohrstein 

>  Hi together,
>
> the last I have heared about bat for windows is one year ago. Are the some
> news about this port?
>
> Regads Martina
>
> --
> Erster! Sommerfotos mit Hotmail versenden - 70% 
> schneller!
>
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] adding my first windows client

2009-09-04 Thread Eitan Talmi
Try to uninstall the client and re-install it, make sure to type the
director name exactly as its wrote in the bacula-dir.conf file on the server
(case sensitive). I use to have this problem and that was the solution for
me

Eitan


On Thu, Sep 3, 2009 at 7:30 PM, Syn, Joonho  wrote:

>  Yup!  I can connect to 9102 on the client with no trouble at all.
>
>
> On 9/2/09 11:00 PM, "Eitan Talmi"  wrote:
>
> Did you open port 9102 on the windows FW?
>
> On Thu, Sep 3, 2009 at 3:09 AM, Syn, Joonho  wrote:
>
> The case matches up fine.  The bwx-console has no problems connecting to
> the director....
>
>
>
> On 9/2/09 1:00 PM, "Eitan Talmi"  http://eit...@gmail.com> > wrote:
>
> I also had this problem, in may case the problem was that the director name
> is case sensitive.
>
> make sure that both on the server on the client they are exactly the same
>
>
> On Wed, Sep 2, 2009 at 9:34 PM, Syn, Joonho  http://joo...@a9.com> > wrote:
>
> The FD on the windows client is 3.0.2 so I don't think it's version
> incompatibility unless there 3.0.1 and 3.0.2 do not play nicely.  I tried
> disabling the wireless card but it doesn't seem to help either. I did run
> the file director with debugging turned on and it appears that the password
> hash it was expecting was not matching with what it received..Which is odd
> because the passwords match!  I tried saving the file as different file
> types of text document (unicode, ms-dos text, text) none of which helped
> either...
>
>
> On 8/31/09 5:08 PM, "Cedric Tefft"  http://logicl...@gmail.com> > wrote:
>
> > Syn, Joonho wrote:
> >>
> >> Hi,
> >> I’m trying to add my first windows client to my test instance of
> >> bacula running on RHEL5 but I keep getting Authentication Failed
> >> errors. It claims that I have an incorrect password but I know this is
> >> not true. Since the client is a laptop I thought perhaps that bacula
> >> might be confused since it has a wireless and wired interface but this
> >> is not the case since I hard-coded the IP into the bacula-dir.conf.
> >> I’ll paste the bacula-dir.conf and the bacula-fd.conf from the client.
> >>
> >>
> > Version incompatibility?? I see your director is v3.0.1. What version of
> > the FD are you running on the Windows box? If it is not at least 3.0 you
> > might need to upgrade.
> >
> > A couple more things to try: run the FD on the Windows box with
> > debugging turned on (try adding "-d 200" to the command-line). The
> > debugging output may be more helpful.
> > Also, just for grins, I would try temporarily disabling the Windows
> > box's other network card -- whichever one bacula is not connecting to.
> > This shouldn't make any difference, but if nothing changes it will
> > eliminate a number of possibilities.
> >
> > - Cedric
> >
>
>
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net <
> http://Bacula-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>
>
>
>
>
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Want to backup pst files in vista in addition to desktop and documents

2009-09-18 Thread Eitan Talmi
Have you tried to remove this line: WildDir = "C:/Users/*/AppData/Local/
Microsoft/Outlook"

why are you using those lines: Wild = "C:/Users/*/Documents/*"
 Wild =
"C:/Users/*/Desktop/*"

have you try to use this line: Wildfile = *.pst

Eitan


2009/9/18 Syn, Joonho 

>  I’m able to back up the Desktop and Documents folders without much
> problem, but backing up the default location for .pst files seems much more
> difficult.  I want to backup
> C:/Users/*/AppData/Local/Microsoft/Outlook/*.pst but with my current FileSet
> directives, I’m still only backing up Desktop and Documents.  Any
> suggestions?
>
> FileSet {
>   Name = "WinClientSet"
>   Include {
> Options {
>   Ignore Case = yes
>   WildDir = "C:/Users/*/Documents"
>   Wild = "C:/Users/*/Documents/*"
>   WildDir = "C:/Users/*/Desktop"
>   Wild = "C:/Users/*/Desktop/*"
>   WildDir = "C:/Users/*/AppData/Local/Microsoft/Outlook"
>   WildFile = "C:/Users/*/AppData/Local/Microsoft/Outlook/*.pst"
> }
> Options {
>   Exclude = yes
>   Ignore Case = yes
>   Wild = "C:/Users/*/*"
> }
> File = "C:/Users"
>   }
>   Exclude {
> File = "C:/Users/Public"
> File = "C:/Users/Default"
>   }
> }
>
>
> --
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9-12, 2009. Register now!
> http://p.sf.net/sfu/devconf
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>
--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] No bacula-dir.conf created during install

2009-10-06 Thread Eitan Talmi
Attached

Eitan


2009/10/6 Oliver Burger 

> I just installed bacula-3.0.2 out of the sources and I'm now trying to
> configure it. But my first problem is hard to solve for me. According to the
> manual, there should be a bacula-dir.conf in my specified sysconfdir but I
> just can't find it anywhere (using locate after updating the locate
> database).
>
> What could have gone wrong? Where can I get some default bacula-dir.conf?
>
> Oliver
>
>
> --
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9-12, 2009. Register now!
> http://p.sf.net/sfu/devconf
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>


bacula-sd.conf
Description: Binary data


bacula-dir.conf
Description: Binary data
--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Problems with some characters

2009-10-28 Thread Eitan Talmi
Hi,

I used to have the same problem with Hebrew characters.

I am using mysql, I solved in this way

before you are creating the Database you should add it the support for your
language

# vim src/cats/create_mysql_database

search for this section

if $bindir/mysql $* -f <

>  Hi,
>
> I'm getting errors during backup. Path for backup is "c:\documents and
> settings\Tom*à*s\Datos de Programa". Problems is "à". Log from backup
> register "c:\documents and settings\Tomà s\Datos de Programa", so of course,
> director doesn't find that path.
>
> What can I do?
>
> Clients is running on a Windows XP.
> Bacula server is 2.4.3 (dir, fd and sd)
> Bacula console client is version 3.0.1
>
> Thanks!!
>
>
> --
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Backup: Windows 2003 Server: Could not stat C:\WINDOWS\: ERR=No such file or directory

2009-11-04 Thread Eitan Talmi
Hi Gavin

you should add the line Wildfile=*.* above the signature. look at the
example


Fileset {
  Name = Windows
  Include{
  Options{
 Wildfile=*.*
 signature = MD5
 IgnoreCase = yes
}
File = "c:/windows"
  }
}

Eitan


On Wed, Nov 4, 2009 at 6:52 PM, Gavin McCullagh wrote:

> Hi,
>
> On Wed, 04 Nov 2009, Dennis Schneck wrote:
>
> > i wann backup a windows 2003 server.
>
> > FileSet {
> >   Name = "Full Set WIN"
> >   Enable VSS = yes
> >   Include {
> > Options {
> >   Ignore Case = yes
> >   signature = MD5
> > }
> >file = "C:\\WINDOWS\\"
> > }
> >
> >   Exclude {
> > file = "c:\\temp"
> > file = "c:\\pagefile.sys"
> > file = "*Temporary Internet Files*"
> >   }
> > }
>
> > 04-Nov 15:32 baculaSRV-sd JobId 72: Ready to append to end of Volume
> "BckUp0006" size=1481814731
> > 04-Nov 15:32 baculaSRV-fd JobId 72:  Could not stat C:\WINDOWS\:
> ERR=No such file or directory
>
> > What did i wrong ?
> > The bacula-fd service on the Windows 2003 (domain controller) runs als
> user administrator
>
> I think you need to use c:/windows, ie use forward slashes in place of
> backslashes.  You probably don't need "" in most cases either.
>
> Gavin
>
>
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Newbee questions client/server + GUI

2008-11-17 Thread Eitan Talmi
On Mon, Nov 17, 2008 at 2:21 PM, Johnny SSH <[EMAIL PROTECTED]> wrote:

>
> Hi,
>
> I hope someone can help me, I have a network with a few servers (3) and
> clients (5) which use the Linux platform. I have managed to find out how to
> connect multiple clients to the system and have them backed up!! :-)
>
> I use a Debian Etch based server which is the main server and also doubles
> up as the backup server, using a second HD for backups.
>
> For this I use a 500GB HD, but as the drives of the client machines are
> large I have to select which part of the file systems will be backed up.
>
> Please bare with me if these questions seem trivial but I have checked the
> Bacula wiki and searched Google too for answers with no results.
>
> My questions are as follows:
>
> 1. In the director I have created a few clients and jobs for those clients
> with multiple filesets. To be able to restore the individual filesets to
> each machine do I need to create individual restore jobs?



No, one restore job is ok
>
>
>
> Currently the restore set is the default template:
>
> [# Standard Restore template, to be changed by Console program
> #  Only one such job is needed for all Jobs/Clients/Storage ...]
>
> However I'm assuming this will only backup what is set as the default
> fileset?
>
>
> 2. For my multiple clients do I need to use multiple pools or will 1 pool
> store data for each machine individually?



I am using one pool for each client

>
>
>
> 3. Can I restore individual files with Bacula? Say for example server 5
> lost
> a config file /etc/program/conf.config is there a way to restore just that
> one file and not the whole file system? Also is there a way to view the
> files in the database?
>

You can restore one file only
To view the files use the bconsole and then choose restore and during the
process you will be asked what do you want to restore, and you will be able
to see the files

>
>
> 4. I am confused between the GUI's of Bacula, on the wiki it says that
> there
> is something called bat. How can I obtain this and what command do I need
> to
> issue to view it? (my servers don't have GUI's so I will need to do this
> via
> a remote X session through SSH!)
>

I am using the Webmin, you can manage the Bacula from any machine on your
network

>
>
> 5. This maybe obsolete if it refers to Q4. however bconsole has a graphical
> mode it says from the man and help pages. What command do I need to run
> this?
>


>
>
> 6. Out of the GUI's mentioned can anyone view the backed up files of the
> machines in the pool as a list say?  If not is there something that can? I
> have installed Bacula-web however it only shows statistics of backups and
> not actually 'what' has been backed up!
>

you can use the webmin or the bconsole for that

>
> Many thanks for any replies, sorry so many questions but they are specific
> and I am really new to client/server backups even with the previous reading
> I've done to get this far!
>
> Kaya



Eitan


>
> --
> View this message in context:
> http://www.nabble.com/Newbee-questions-client-server-%2B-GUI-tp20529490p20529490.html
> Sent from the Bacula - Users mailing list archive at Nabble.com.
>
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Full / Incremental / Virtual backup jobs

2009-11-16 Thread Eitan Talmi
Hi all

I'm cracking my head on this:

I have an NTFS workstation with about 4 millions files that need backup.

I want to set an automated backup job that does the following:
- 1st time Full backup of all files
- everyday an incremental backup
- once a week consolidate all the incremental + Full with Virtual Backup and
replace the previous Full backup.

Can I do this automatically? what is the best way?

Thanks
Eitan
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] [GENERAL] Catastrophic changes to PostgreSQL 8.4

2009-12-03 Thread Eitan Talmi
Hi Avi

Please have a look at this link, this is how to install Bacula with MYSQL
database with Hebrew support

Eitan


On Thu, Dec 3, 2009 at 12:35 PM, Avi Rozen  wrote:

> Craig Ringer wrote:
> > Kern Sibbald wrote:
> >
> >> Hello,
> >>
> >> Thanks for all the answers; I am a bit overwhelmed by the number, so I
> am
> >> going to try to answer everyone in one email.
> >>
> >> The first thing to understand is that it is *impossible* to know what
> the
> >> encoding is on the client machine (FD -- or File daemon).  On say a
> >> Unix/Linux system, the user could create filenames with non-UTF-8 then
> switch
> >> to UTF-8, or restore files that were tarred on Windows or on Mac, or
> simply
> >> copy a Mac directory.  Finally, using system calls to create a file, you
> can
> >> put *any* character into a filename.
> >>
> >
> > While true in theory, in practice it's pretty unusual to have filenames
> > encoded with an encoding other than the system LC_CTYPE on a modern
> > UNIX/Linux/BSD machine.
> >
>
> In my case garbage filenames are all too common. It's a the sad
> *reality*, when you're mixing languages (Hebrew and English in my case)
> and operating systems. Garbage filenames are everywhere: directories and
> files shared between different operating systems and file systems, mail
> attachments, mp3 file names based on garbage id3 tags, files in zip
> archives (which seem to not handle filename encoding at all), etc.
>
> When I first tried Bacula (version 1.38), I expected to have trouble
> with filenames, since this is what I'm used to. I was rather pleased to
> find out that it could both backup and restore files, regardless of
> origin and destination filename encoding.
>
> I like Bacula because, among other things, it can take the punishment
> and chug along, without me even noticing that there was supposed to be a
> problem (a recent example: backup/restore files with a negative mtime ...)
>
> My 2c
> Avi
>
>
> --
> Join us December 9, 2009 for the Red Hat Virtual Experience,
> a free event focused on virtualization and cloud computing.
> Attend in-depth sessions from your desk. Your couch. Anywhere.
> http://p.sf.net/sfu/redhat-sfdev2dev
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users