]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/win64_installer/Readme.txt
ebl fix bacula-logo
[bacula/bacula] / bacula / src / win32 / win64_installer / Readme.txt
1 Bacula - Windows Version Disclaimer
2 ===================================
3
4 Please note, only the Win64 Client (File daemon) is supported, and
5 contrary to the Win32 Client, the other components (Director, Storage daemon,
6 their utilities) are not provided because they have not been ported.
7 Note: the Win64 Client can only be installed on 64 bit Windows Operating
8 systems.
9
10 Bacula - Windows Version Notes
11 ==============================
12
13 These notes highlight how the Windows version of Bacula differs from the 
14 other versions.  It also provides any notes additional to the documentation.
15
16 For detailed documentation on using, configuring and troubleshooting Bacula,
17 please consult the installed documentation or the online documentation at
18 http://www.bacula.org/?page=documentation.
19
20
21 Start Menu Items
22 ----------------
23 A number of menu items have been created in the Start menu under All Programs
24 in the Bacula submenu.  They may be selected to edit the configuration files,
25 view the documentation or run one of the console or utility programs.  The 
26 choices available will vary depending on the options you chose to install.
27
28
29 File Locations
30 --------------
31 Everything is installed in the directory 
32 "C:\Program Files\Bacula" unless a different directory was selected during
33 installation. Note: due to a bug in the NSIS installer we are using, on 
34 64 bit machines appears to install Bacula in "C:\Program Files (x86)\Bacula".
35
36 Code Page Problems
37 -------------------
38 Please note that Bacula expects the contents of the configuration files to be 
39 written in UTF-8 format. Some translations of "Application Data" have accented
40 characters, and apparently the installer writes this translated data in the
41 standard Windows code page coding.  This occurs for the Working Directory, and 
42 when it happens the daemon will not start since Bacula cannot find the directory.
43 The workaround is to manually edit the appropriate conf file and ensure that it
44 is written out in UTF-8 format.
45
46 The conf files can be edited with any UTF-8 compatible editor, or on most 
47 modern Windows machines, you can edit them with notepad, then choose UTF-8
48 output encoding before saving them.