Re: [Bacula-users] Restore Windows client file names with spaces on FreeBSD

2011-08-01 Thread Andrei Moraru
The issue solved by restoring the files to the Windows client 
filesystem. This the example of the restore job parameters:

Run Restore job
JobName: RestoreFiles
Bootstrap: /var/db/bacula/backup0.localhost-dir.restore.20.bsr
Where: D:\\new1
Replace: always
FileSet: windowsfd_work
Backup Client: windows-fd
Restore Client: windows-fd
Storage: windows_workStorage
When: 2011-08-01 10:25:40
Catalog: MyCatalog
Priority: 10
Plugin Options: *None*


Thanks for prompt response

-- 
Best regards, Cu profund respect, С уважением,

Andrei Moraru,


On 01.08.2011 01:32, Dan Langille wrote:
 On Jul 31, 2011, at 4:37 PM, Andrei Moraru wrote:

 Hello

 Operating System: FreeBSD 8.1
 Bacula-dir version 5.0.3

 I have backed up a folder from Windows. Some files names in that folder
 contains spaces, like in the name New Word Document.doc. When I try to
 restore that files, the directory that should contain the restored files
 is empty.

 The directory where to restore is writable by all, so this is not the
 problem.
 I suppose this is related with problems creating file names with spaces
 on Unix system.

 Any workaround?

 Other files (in the same directory, and without spaces) can be restored 
 easily?



--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Experiences with Autochanger IBM TS3100

2011-08-01 Thread selanty
Hi Daniel,

Thx for the tip mtx inquiry gives me the folowing.
Product Type: Medium Changer
Vendor ID: 'IBM '
Product ID: '3573-TL '
Revision: 'A.40'
Attached Changer: No

and i can use it with /dev/st0 and /dev/st1

Regards Marcel

+--
|This was sent by marcel.van.gereste...@steltix.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] FW: Pruning/Purging and Volume Retention

2011-08-01 Thread Martin Simmons
 On Sat, 30 Jul 2011 18:34:47 +0100, Graham Sparks said:

 It's a real shame that the pruning takes effect across pools.  If it only
 affected volumes in the same pool as the job, and didn't happen if the job
 failed (I think the latter's the case anyway), that would be great for cases
 where the client may not always be accessible.

I think this is fixed in the development branch (for the next release).

In 5.0.x, it prunes everything related to the client that was used in the job.

__Martin

--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] removing indexes on File table

2011-08-01 Thread Gavin McCullagh

Hi,

I've reported before that we've had very slow restores, due to the time taken
to build the file tree for the console -- which is about 20+ minutes.

http://adsm.org//lists/html/Bacula-users/2010-11/msg0.html

I've been looking at this again, particularly at a bug that had some
interesting debugging and at the FAQ page.  

http://wiki.bacula.org/doku.php?id=faq#restore_takes_a_long_time_to_retrieve_sql_results_from_catalog
http://bugs.bacula.org/view.php?id=1472

I don't recall seeing this detail before, but there is a suggestion to
removing additional indexes.  These are the indexes on our File table.

mysql show indexes FROM  File;
+---++-+--+-+---+-+--++--++-+
| Table | Non_unique | Key_name| Seq_in_index | Column_name | Collation | 
Cardinality | Sub_part | Packed | Null | Index_type | Comment |
+---++-+--+-+---+-+--++--++-+
| File  |  0 | PRIMARY |1 | FileId  | A |   
 64154092 | NULL | NULL   |  | BTREE  | |
| File  |  1 | PathId  |1 | PathId  | A |   
   812077 | NULL | NULL   |  | BTREE  | |
| File  |  1 | FilenameId  |1 | FilenameId  | A |   
  2673087 | NULL | NULL   |  | BTREE  | |
| File  |  1 | FilenameId  |2 | PathId  | A |   
 12830818 | NULL | NULL   |  | BTREE  | |
| File  |  1 | JobId   |1 | JobId   | A |   
 1484 | NULL | NULL   |  | BTREE  | |
| File  |  1 | JobId   |2 | PathId  | A |   
  3207704 | NULL | NULL   |  | BTREE  | |
| File  |  1 | JobId   |3 | FilenameId  | A |   
 64154092 | NULL | NULL   |  | BTREE  | |
| File  |  1 | jobid_index |1 | JobId   | A |   
 1484 | NULL | NULL   |  | BTREE  | |
+---++-+--+-+---+-+--++--++-+
8 rows in set (0.01 sec)

It looks to me like I should remove the indexes PathId and FilenameID,
leaving the PRIMARY, JobId and jobid_index.  Does that seem correct?

Gavin


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] bat on windows crashing

2011-08-01 Thread Jeff Shanholtz
Is it expected that windows bat would crash with a blank error message if
trying to interact with a 3.0.3 director? I might be forced to find a
compiled version of the servers or try to build them on my own if that's the
only way to get to use bat in a windows only network. I thought I might get
lucky but I'm guessing the crash is an indication that it is incompatible
with an older version of the director.

--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bat on windows crashing

2011-08-01 Thread John Drescher
2011/8/1 Jeff Shanholtz jeffs...@shanholtz.com:
 Is it expected that windows bat would crash with a blank error message if
 trying to interact with a 3.0.3 director?

You need the same version of bat as the bacula director. Even if you
get that bat is not extremely stable under windows (at least in my
experience). bat-5.0.X is better than 3.0.X however.

John

--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] removing indexes on File table

2011-08-01 Thread Gavin McCullagh
Hi,

On Mon, 01 Aug 2011, Gavin McCullagh wrote:

 It looks to me like I should remove the indexes PathId and FilenameID,
 leaving the PRIMARY, JobId and jobid_index.  Does that seem correct?

Oooh.  I think I'm close to shouting Eureka.  Having dropped those indexes
(indices?), the same restore now takes about 6-7 minutes to build a tree of
6 million files instead of 25 minutes and more.  A 1 million file tree
takes under 2 minutes.  This leaves me a little slower than the graph on
the wiki page, but it's manageable nonetheless and is in the same ball park. 

The MYI file for that database has dropped from 4.1GB to 2.8GB. 

gavinmc@cuimhne:~$ sudo ls -lh /var/lib/mysql/bacula/File.MYI 
/var/lib/mysql/bacula/File.MYD
-rw-rw 1 mysql mysql 6.7G 2011-08-01 15:50 /var/lib/mysql/bacula/File.MYD
-rw-rw 1 mysql mysql 2.8G 2011-08-01 15:59 /var/lib/mysql/bacula/File.MYI

http://wiki.bacula.org/doku.php?id=faq#restore_takes_a_long_time_to_retrieve_sql_results_from_catalog

It looks like my day is made.  Sincere thanks to mnalis who appears to have put
that entry into the FAQ and to Eric and the others who worked on researching
this :-)

Gavin


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula windows2008 Server and exchange2007

2011-08-01 Thread Joseph L. Casale
i am looking for a good howto / best practice for backup and recovery of
exchange2007 server.

i have following constellation:
bacula-server:linux-debian 64 bit
Windows2008 (64bit) with exchange 2007.

I don't know the current state of the plugin, but as the Windows client makes
use of VSS, it's safe to back the DB and Logs up using a Full w/ VSS enabled.

One thing I don't know, as I have never migrated my old runbefore/after scripts
which actually create and expose the snap, then clear it is to see if the 
behavior
of purging the logs remains when Bacula does the snap.

Let us know...
jlc

--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread rlh1533
I've scoured the universe for others with this problem, and I promise you, only 
one other person has posted about this back in 2010 and there was no 
resolution, or at least, nothing helpful. I've installed bacula-fd 5.0.2 on 
Server 2008 R2. The FD started automatically after installation. I shut it 
down, edited the bacula-fd.conf file to change the password, and now bacula-fd 
won't start at all. Can't double click the bacula-fd.exe because when you do, a 
command window flashes then is gone, and nothing. Starting it from the command 
line yields the following error:

PS C:\Program Files\Bacula .\bacula-fd
PS C:\Program Files\Bacula
01-Aug 11:30 bacula-fd: ERROR TERMINATION at 
/tmp/bacula/bacula/src/lib/parse_conf.c:898
Config error: Cannot open config file C:\ProgramData\Bacula/bacula-fd.conf: 
No such file or directory


Can someone help me figure this out? I'm at a total loss.

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread Jeff Shanholtz
You need to specify the location of your conf file with the -c flag when you
run from a command prompt. You can check the command line used by the
service in the registry (HKLM\System\CurrentControlSet\Services\Bacula-fd),
but you'll want to remove the /service part when running from the command
line.

-Original Message-
From: rlh1533 [mailto:bacula-fo...@backupcentral.com] 
Sent: Monday, August 01, 2011 8:59 AM
To: bacula-users@lists.sourceforge.net
Subject: [Bacula-users] Bacula on Windows 2008 won't start

I've scoured the universe for others with this problem, and I promise you,
only one other person has posted about this back in 2010 and there was no
resolution, or at least, nothing helpful. I've installed bacula-fd 5.0.2 on
Server 2008 R2. The FD started automatically after installation. I shut it
down, edited the bacula-fd.conf file to change the password, and now
bacula-fd won't start at all. Can't double click the bacula-fd.exe because
when you do, a command window flashes then is gone, and nothing. Starting it
from the command line yields the following error:

PS C:\Program Files\Bacula .\bacula-fd
PS C:\Program Files\Bacula
01-Aug 11:30 bacula-fd: ERROR TERMINATION at
/tmp/bacula/bacula/src/lib/parse_conf.c:898
Config error: Cannot open config file
C:\ProgramData\Bacula/bacula-fd.conf: No such file or directory


Can someone help me figure this out? I'm at a total loss.

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--




--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bat on windows crashing

2011-08-01 Thread Jeff Shanholtz
Has anyone here already compiled windows versions of the director and
storage daemons? Or is anyone aware of such binaries being available on the
web anywhere? I don't want to waste my time trying to get it built if
someone else already has.

-Original Message-
From: John Drescher [mailto:dresche...@gmail.com] 
Sent: Monday, August 01, 2011 7:51 AM
To: Jeff Shanholtz
Cc: Bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] bat on windows crashing

2011/8/1 Jeff Shanholtz jeffs...@shanholtz.com:
 Is it expected that windows bat would crash with a blank error message 
 if trying to interact with a 3.0.3 director?

You need the same version of bat as the bacula director. Even if you get
that bat is not extremely stable under windows (at least in my experience).
bat-5.0.X is better than 3.0.X however.

John


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread Joseph L. Casale
Starting it from the command line yields the following error:

PS C:\Program Files\Bacula .\bacula-fd
PS C:\Program Files\Bacula
01-Aug 11:30 bacula-fd: ERROR TERMINATION at 
/tmp/bacula/bacula/src/lib/parse_conf.c:898
Config error: Cannot open config file C:\ProgramData\Bacula/bacula-fd.conf: 
No such file or directory


Can someone help me figure this out? I'm at a total loss.

Why install 5.0.2? 5.0.3 is current and just as easy to fetch, it also puts the
config file in a more obvious location, are you sure you notice the path the
fd is compiled to look in by default as per the error above?

--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread rlh1533
The bacula registry key has this in it for bacula-fd.exe execution:

C:\Program Files\Bacula\bacula-fd.exe /service  -c C:\Program 
Files\Bacula\bacula-fd.conf

That is the correct location of bacula-fd.conf. In a command window, this 
command seems to work:

PS C:\Program Files\Bacula .\bacula-fd -c C:\Program 
Files\Bacula\bacula-fd.conf


At least, after I use that command, I have these  in the shell, and not an 
error message. After that, I still can't connect to the fd though from the 
director...

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread rlh1533
@Joeseph:


I am using 5.0.2 because that is the version of the director. The config file 
is in the same folder as the fd .exe: C:\Program Files\Bacula\

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread Jeff Shanholtz
Can you telnet to it on the fd port? I would first try that on the client
system, and assuming it makes a connection, try it again from the director
system. If it fails to connect from that system then you've got some sort of
firewall issue.

-Original Message-
From: rlh1533 [mailto:bacula-fo...@backupcentral.com] 
Sent: Monday, August 01, 2011 9:44 AM
To: bacula-users@lists.sourceforge.net
Subject: [Bacula-users] Bacula on Windows 2008 won't start

The bacula registry key has this in it for bacula-fd.exe execution:

C:\Program Files\Bacula\bacula-fd.exe /service  -c C:\Program
Files\Bacula\bacula-fd.conf

That is the correct location of bacula-fd.conf. In a command window, this
command seems to work:

PS C:\Program Files\Bacula .\bacula-fd -c C:\Program
Files\Bacula\bacula-fd.conf


At least, after I use that command, I have these  in the shell, and not
an error message. After that, I still can't connect to the fd though from
the director...

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--




--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread Joseph L. Casale
I am using 5.0.2 because that is the version of the director. The config file 
is in the same folder as the fd .exe: C:\Program Files\Bacula\

Ok, look *very* closely at the error? Unless you specify the config file, it 
looks
in C:\ProgramData\Bacula *NOT* C:\Program Files\Bacula
   

--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread Joseph L. Casale
I am using 5.0.2 because that is the version of the director. The config file 
is in the same folder as the fd .exe: C:\Program Files\Bacula\


Whoops, missed your earlier post. In this case, my guess is you edited the 
config
with a non ascii only editor. This happened to me the first time I setup a win 
fd.
Worth a look...

--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread rlh1533
I can't telnet to that port...I believe the reason is because bacula-fd isn't 
running to accept any connections, though. I've completely turned the firewall 
off, so I don't think that's the problem

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread rlh1533
@Joseph:

Editing the config with a non-ASCII only editor will screw it up...? You've got 
to be kidding me...I just used notepad in Windows. What should I use?

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread Joseph L. Casale
Editing the config with a non-ASCII only editor will screw it up...? You've 
got to be kidding me...I just used notepad in Windows. What should I use?

Of course, if it adds xml formatting for example...

Notepad is good, as per the docs:
On most modernWin32 machines, you can edit the conf files with notepad and
choose output encoding UTF-8.

Honestly, its been so long as I use vi on windows as well..

You certainly can check to see if the process is running to remove the 
ambiguity...

--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread rlh1533
Used notepad, the process is not running. It definitely will not start on 
Windows.

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread Joseph L. Casale
Used notepad, the process is not running. It definitely will not start on 
Windows.

Have a closer look, I just opened the fd conf on this Win7 wkst as it doesn't 
ever get
used often as I had to change the director name anyway. I intentional used 
another
encoding method _other_ than what the docs called and it won't start. Restored 
the
backup, edited the dir name and saved it properly and it starts.

--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread rlh1533
@Joeseph: At your behest, I went back and saved the file as UTF-8, rather than 
ANSI, and the bacula-fd.exe works! I never would have thought that. You just 
made my day sir. MAY A THOUSAND BEAUTIFUL WOMEN SWOON AT YOUR FEET.

+--
|This was sent by rlh1...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--



--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula on Windows 2008 won't start

2011-08-01 Thread Joseph L. Casale
You just made my day sir.

Lol, glad to see it working...

--
BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos  much more. Register early  save!
http://p.sf.net/sfu/rim-blackberry-1
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users