]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/win32_installer/Readme.txt
Implement more automatic build of Win64 client. Note, there are still
[bacula/bacula] / bacula / src / win32 / win32_installer / Readme.txt
1 Bacula - Windows Version Disclaimer\r
2 ===================================\r
3 \r
4 Please note, only the Win32 Client (File daemon) is supported.  All the\r
5 other components (Director, Storage daemon, their utilities) are provided\r
6 on an "as is" basis.  Unfortunately, they are neither properly tested,   \r
7 documented, or supported.  This means that we cannot ensure that bug reports\r
8 against the non-supported components will be fixed.  For them to be supported, \r
9 we need three things from the Open Source community:\r
10 \r
11 1. Full documentation of the Windows particularities of the Director,\r
12    the Storage daemon, and their utilities in the Bacula manual.\r
13 \r
14 2. Someone to periodically and on demand run the regressions tests.\r
15 \r
16 3. One or more developers who are willing to accept and correct Windows\r
17    related bugs as they occur.\r
18 \r
19 4. A certain Win32 community that will respond to user support questions\r
20    on the bacula-users list.  (This is probably already fullfilled). \r
21              \r
22 \r
23 Bacula - Windows Version Notes\r
24 ==============================\r
25 \r
26 These notes highlight how the Windows version of Bacula differs from the \r
27 other versions.  It also provides any notes additional to the documentation.\r
28 \r
29 For detailed documentation on using, configuring and troubleshooting Bacula,\r
30 please consult the installed documentation or the online documentation at\r
31 http://www.bacula.org/?page=documentation.\r
32 \r
33 \r
34 Start Menu Items\r
35 ----------------\r
36 A number of menu items have been created in the Start menu under All Programs\r
37 in the Bacula submenu.  They may be selected to edit the configuration files,\r
38 view the documentation or run one of the console or utility programs.  The \r
39 choices available will vary depending on the options you chose to install.\r
40 \r
41 \r
42 File Locations\r
43 --------------\r
44 The programs and documentation are installed in the directory \r
45 "C:\Program Files\Bacula" unless a different directory was selected during\r
46 installation.  The configuration and other application data files are in the\r
47 "C:\Documents and Settings\All Users\Application Data\Bacula" directory.\r
48 \r
49 Code Page Problems\r
50 -------------------\r
51 Please note that Bacula expects the contents of the configuration files to be \r
52 written in UTF-8 format. Some translations of "Application Data" have accented\r
53 characters, and apparently the installer writes this translated data in the\r
54 standard Windows code page coding.  This occurs for the Working Directory, and \r
55 when it happens the daemon will not start since Bacula cannot find the directory.\r
56 The workaround is to manually edit the appropriate conf file and ensure that it\r
57 is written out in UTF-8 format.\r
58 \r
59 The conf files can be edited with any UTF-8 compatible editor, or on most \r
60 modern Win32 machines, you can edit them with notepad, then choose UTF-8\r
61 output encoding before saving them.\r
62 \r
63 \r
64 Storage and Director Services\r
65 -----------------------------\r
66 These services are still considered experimental in this release.  Use of \r
67 them should be approached with caution since they haven't received the\r
68 same level of extensive usage and testing that the File service has \r
69 received.\r
70 \r
71 Storage Device Names\r
72 --------------------\r
73 There is a utility installed called scsilist.exe which displays the installed \r
74 devices, their physical address and their device name.  A link to it is \r
75 created in the Bacula menu when the Storage service is installed.\r
76 \r
77 Changer and Tape device names in Windows are Changer0, Changer1, etc and \r
78 Tape0, Tape1, etc.  If there isn't a device driver loaded for the Changer \r
79 then you need to use the address <Port>:<Bus>:<Target>:<Lun>.  Port is the \r
80 SCSI Adapter Number, Bus is the Bus Number on the adapter (usually 0 since \r
81 most adapters only have one bus), Target is the device's Target Device ID, \r
82 Lun is the Logical Unit Number.\r
83  \r
84 You must specify DeviceType = tape in the Device resource in bacula-sd.conf \r
85 since auto detection of device type doesn't work at the present time.\r