]> git.sur5r.net Git - bacula/docs/blob - docs/manual/win32.tex
Update
[bacula/docs] / docs / manual / win32.tex
1 %%
2 %%
3
4 \chapter{The Windows Version of Bacula}
5 \label{Win32Chapter}
6 \index[general]{Windows Version of Bacula}
7
8 At the current time only the File daemon or Client program has
9 been thouroughly tested on Windows and is suitable for a
10 production environment. As a consequence, when we
11 speak of the Windows version of Bacula below, we are referring to
12 the File daemon (client) only. 
13
14 As of Bacula version 1.39.20 or greater, the installer is capable
15 of installing not just the Client program, but also the Director
16 and the Storage daemon and all the other programs that were
17 previously available only on Unix systems. These additional
18 programs, notably the Director and Storage daemon, have been
19 tested, but still need to be documented. As a consequence, if you
20 install and use them, please test them carefully before putting
21 them into a critical production environment.
22
23 The Windows version of the Bacula File daemon has been tested on Win98, WinMe,
24 WinNT, WinXP, Win2000, and Windows 2003 systems.  We have coded to support
25 Win95, but no longer have a system for testing. The Windows version of
26 Bacula is a native Win32 port, but there are very few source code changes
27 to the Unix code, which means that the Windows version is for the most part
28 running code that has long proved stable on Unix systems.  When running, it
29 is perfectly integrated with Windows and displays its icon in the system
30 icon tray, and provides a system tray menu to obtain additional information
31 on how Bacula is running (status and events dialog boxes).  If so desired,
32 it can also be stopped by using the system tray menu, though this should
33 normally never be necessary.
34
35 Once installed Bacula normally runs as a system service. This means that it is
36 immediately started by the operating system when the system is booted, and
37 runs in the background even if there is no user logged into the system. 
38
39 \section{Win32 Installation}
40 \label{installation}
41 \index[general]{Installation}
42 \index[general]{Win32!Installation}
43
44 Normally, you will install the Windows version of Bacula from the binaries.
45 This install is standard Windows .exe that runs an install wizard using the
46 NSIS Free Software installer, so if you have already installed Windows
47 software, it should be very familiar to you. 
48
49 If you have a previous version Bacula (1.39.20 or lower)
50 installed, you should stop the service, uninstall it, and remove
51 the Bacula installation directory possibly saving your
52 bacula-fd.conf, bconsole.conf, and wx-console.conf files
53 for use with the new version you will install.  The Uninstall
54 program is normally found in {\bf c:\textbackslash{}bacula\textbackslash{}Uninstall.exe}.
55 We also recommend that you completely remove the directory
56 {\bf c:\textbackslash{}bacula}, because the current installer
57 uses a different directory structure (see below).
58
59 Providing you do not already have Bacula installed,
60 the new installer (1.39.22 and later) installs the binaries and dlls in 
61 c:\textbackslash{}Program Files\textbackslash{}Bacula\textbackslash{}bin  
62 and the configuration files
63 in c:\textbackslash{}Documents and Settings\textbackslash{}All Users\textbackslash{}Application Data\textbackslash{}Bacula
64 In addition, the {\bf Start\-\gt{}All Programs\-\gt{}Bacula} menu item
65 will be created during the installation, and on that menu, you
66 will find items for editing the configuration files, displaying
67 the document, and starting wx-console or bconsole.
68
69
70 Finally, proceed with the installation. 
71
72 \begin{itemize}
73 \item You must be logged in as Administrator to the local machine
74 to do a correct installation, if not, please do so before continuing.
75 Some users have attempted to install logged in as a domain administrator
76 account and experienced permissions problems attempting to run
77 Bacula, so we don't recommend that option.
78   
79 \item Simply double click on the {\bf winbacula-1.xx.0.exe}  NSIS install
80    icon. The  actual name of the icon will vary from one release version to 
81    another. 
82
83 \includegraphics{./win32-nsis.eps}  winbacula-1.xx.0.exe  
84   
85 \item Once launched, the installer wizard will ask you if you want  to install
86    Bacula.  
87
88 \addcontentsline{lof}{figure}{Win32 Client Setup Wizard}
89 \includegraphics{./win32-welcome.eps}  
90
91 \item Next you will be asked to select the installation type. 
92
93 \addcontentsline{lof}{figure}{Win32 Installation Type}
94 \includegraphics{./win32-installation-type.eps}
95
96
97 \item If you proceed, you will be asked to select the components to be 
98    installed. You may install the Bacula program (Bacula File Service)  and or
99    the documentation. Both will be installed in sub-directories  of the install
100    location that you choose later. The components  dialog looks like the
101    following:  
102
103 \addcontentsline{lof}{figure}{Win32 Component Selection Dialog}
104 \includegraphics{./win32-pkg.eps}  
105
106 \item If you are installing for the first time, you will  be asked to
107    enter some very basic information about your configuration. If
108    you are not sure what to enter, or have previously saved configuration
109    files, you can put anything you want into the fields, then either
110    replace the configuration files later with the ones saved, or edit
111    the file.
112
113    If you are upgrading an existing installation, the following will
114    not be displayed.
115
116
117 \addcontentsline{lof}{figure}{Win32 Configure}
118 \includegraphics{./win32-config.eps}  
119  
120 \item While the various files are being loaded, you will see the following
121    dialog:
122
123    \addcontentsline{lof}{figure}{Win32 Install Progress}
124    \includegraphics{./win32-installing.eps}  
125
126
127 \item Finally, the finish dialog will appear:  
128
129    \addcontentsline{lof}{figure}{Win32 Client Setup Completed}
130    \includegraphics{./win32-finish.eps}  
131
132
133 \end{itemize}
134
135 That should complete the installation process. When the Bacula File Server is
136 ready to serve files, an icon \includegraphics{./idle.eps} representing a
137 cassette (or tape) will appear in the system tray
138 \includegraphics{./tray-icon.eps}; right click on it and a menu will appear.\\
139 \includegraphics{./menu.eps}\\
140 The {\bf Events} item is currently unimplemented, by selecting the {\bf
141 Status} item, you can verify whether any jobs are running or not. 
142
143 When the Bacula File Server begins saving files, the color of the holes in the
144 cassette icon will change from white to green \includegraphics{./running.eps},
145 and if there is an error, the holes in the cassette icon will change to red
146 \includegraphics{./error.eps}. 
147
148 If you are using remote desktop connections between your Windows boxes, be
149 warned that that tray icon does not always appear. It will always be visible
150 when you log into the console, but the remote desktop may not display it. 
151
152 \section{Post Win32 Installation}
153 \index[general]{Post Win32 Installation}
154 \index[general]{Win32!Post Installation}
155
156 After installing Bacula and before running it, you should check the contents
157 of the configuration files to ensure that they correspond to your
158 installation.  You can get to them by using:
159 the {\bf Start\-\gt{}All Programs\-\gt{}Bacula} menu item.
160
161 Finally, but pulling up the Task Manager (ctl-alt-del), verify that Bacula
162 is running as a process (not an Application) with User Name SYSTEM. If this is 
163 not the case, you probably have not installed Bacula while running as
164 Administrator, and hence it will be unlikely that Bacula can access
165 all the system files.
166
167 \section{Uninstalling Bacula on Win32}
168 \index[general]{Win32!Uninstalling Bacula}
169 \index[general]{Uninstalling Bacula on Win32}
170
171 Once Bacula has been installed, it can be uninstalled using the standard
172 Windows Add/Remove Programs dialog found on the Control panel. 
173
174 \section{Dealing with Win32 Problems}
175 \label{problems}
176 \index[general]{Win32!Dealing with Problems}
177 \index[general]{Dealing with Win32 Problems}
178
179 Sometimes Win32 machines the File daemon may have very slow
180 backup transfer rates compared to other machines.  To you might
181 try setting the Maximum Network Buffer Size to 32,768 in both the
182 File daemon and in the Storage daemon.
183
184 If you are not using the portable option, and you have VSS
185 (Volume Shadow Copy) enabled in the Director, and you experience
186 problems with Bacula not being able to open files, it is most
187 likely that you are running an antivirus program that blocks
188 Bacula from doing certain operations. In this case, disable the
189 antivirus program and try another backup.  If it succeeds, either
190 get a different (better) antivirus program or use something like
191 RunClientJobBefore/After to turn off the antivirus program while
192 the backup is running.
193
194 If turning off anti-virus software does not resolve your VSS
195 problems, you might have to turn on VSS debugging.  The following
196 link describes how to do this:
197 \elink{http://support.microsoft.com/kb/887013/en-us}{http://support.microsoft.com/kb/887013/en-us}.
198
199 The most likely source of problems is authentication when the Director
200 attempts to connect to the File daemon that you installed. This can occur if
201 the names and the passwords defined in the File daemon's configuration file
202 {\bf bacula-fd.conf} file on
203 the Windows machine do not match with the names and the passwords in the
204 Director's configuration file {\bf bacula-dir.conf} located on your Unix/Linux
205 server. 
206
207 More specifically, the password found in the {\bf Client} resource in the
208 Director's configuration file must be the same as the password in the {\bf
209 Director} resource of the File daemon's configuration file. In addition, the
210 name of the {\bf Director} resource in the File daemon's configuration file
211 must be the same as the name in the {\bf Director} resource of the Director's
212 configuration file. 
213
214 It is a bit hard to explain in words, but if you understand that a Director
215 normally has multiple Clients and a Client (or File daemon) may permit access
216 by multiple Directors, you can see that the names and the passwords on both
217 sides must match for proper authentication. 
218
219 One user had serious problems with the configuration file until he realized
220 that the Unix end of line conventions were used and Bacula wanted them in
221 Windows format. This has not been confirmed though, and Bacula version 2.0.0 
222 and above should now accept all end of line conventions (Win32,
223 Unix, Mac).
224
225 Running Unix like programs on Windows machines is a bit frustrating because
226 the Windows command line shell (DOS Window) is rather primitive. As a
227 consequence, it is not generally possible to see the debug information and
228 certain error messages that Bacula prints. With a bit of work, however, it is
229 possible. When everything else fails and you want to {\bf see} what is going
230 on, try the following: 
231
232 \footnotesize
233 \begin{verbatim}
234    Start a DOS shell Window.
235    c:\Program Files\bacula\bin\bacula-fd -t >out
236    type out
237 \end{verbatim}
238 \normalsize
239
240 The precise path to bacula-fd depends on where it is installed. The
241 example above is the default used in 1.39.22 and later.
242 The {\bf -t} option will cause Bacula to read the configuration file, print
243 any error messages and then exit. the {\bf \gt{}} redirects the output to the
244 file named {\bf out}, which you can list with the {\bf type} command. 
245
246 If something is going wrong later, or you want to run {\bf Bacula} with a
247 debug option, you might try starting it as: 
248
249 \footnotesize
250 \begin{verbatim}
251    c:\Program Files\bacula\bin\bacula-fd -d 100 >out
252 \end{verbatim}
253 \normalsize
254
255 In this case, Bacula will run until you explicitly stop it, which will give
256 you a chance to connect to it from your Unix/Linux server. In later versions
257 of Bacula (1.34 on, I think), when you start the File daemon in debug mode it
258 can write the output to a trace file {\bf bacula.trace} in the current
259 directory. To enable this, before running a job, use the console, and enter: 
260
261 \footnotesize
262 \begin{verbatim}
263    trace on
264 \end{verbatim}
265 \normalsize
266
267 then run the job, and once you have terminated the File daemon, you will find
268 the debug output in the {\bf bacula.trace} file, which will probably be 
269 located in the same directory as bacula-fd.exe.
270
271 In addition, you should look in the System Applications log on the Control
272 Panel to find any Windows errors that Bacula got during the startup process. 
273
274 Finally, due to the above problems, when you turn on debugging, and specify
275 trace=1 on a setdebug command in the Console, Bacula will write the debug
276 information to the file {\bf bacula.trace} in the directory from which Bacula
277 is executing. 
278
279 If you are having problems with ClientRunBeforeJob scripts randomly dying, 
280 it is possible that you have run into an Oracle bug.  See bug number 622 in
281 the bugs.bacula.org database.  The following information has been
282 provided by a user on this issue:
283
284 \footnotesize
285 \begin{verbatim}
286 The information in this document applies to:
287  Oracle HTTP Server - Version: 9.0.4
288  Microsoft Windows Server 2003
289  Symptoms
290  When starting an OC4J instance, the System Clock runs faster, about 7
291 seconds per minute.
292  
293  Cause
294  
295  + This is caused by the Sun JVM bug 4500388, which states that "Calling
296 Thread.sleep() with a small argument affects the system clock". Although
297 this is reported as fixed in JDK 1.4.0_02, several reports contradict this
298 (see the bug in
299 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4500388).
300  
301  + Also reported by Microsoft as "The system clock may run fast when you
302 use the ACPI power management timer as a high-resolution counter on Windows
303 2000-based computers" (See http://support.microsoft.com/?id=821893)
304 \end{verbatim}
305 \normalsize
306
307 \label{Compatibility}
308 \section{Windows Compatibility Considerations}
309 \index[general]{Windows Compatibility Considerations}
310 \index[general]{Considerations!Windows Compatibility}
311
312 If you are not using the VSS (Volume Shadow Copy) option described in the
313 next section of this chapter, and if any applications are running during
314 the backup and they have files opened exclusively, Bacula will not be able
315 to backup those files, so be sure you close your applications (or tell your
316 users to close their applications) before the backup.  Fortunately, most
317 Microsoft applications do not open files exclusively so that they can be
318 backed up.  However, you will need to experiment.  In any case, if Bacula
319 cannot open the file, it will print an error message, so you will always
320 know which files were not backed up.  For version 1.37.25 and greater, see
321 the section below on Volume Shadow Copy Service that permits backing up any
322 file.
323
324 During backup, Bacula doesn't know about the system registry, so you will
325 either need to write it out to an ASCII file using {\bf regedit~~/e} or use a
326 program specifically designed to make a copy or backup the registry. 
327
328 In Bacula version 1.31 and later, we use Windows backup API calls by
329 default.  Typical of Windows, programming these special BackupRead and
330 BackupWrite calls is a real nightmare of complications.  The end result
331 gives some distinct advantages and some disadvantages.
332
333 First, the advantages are that on WinNT/2K/XP systems, the security and
334 ownership information is now backed up.  In addition, with the exception of
335 files in exclusive use by another program, Bacula can now access all system
336 files.  This means that when you restore files, the security and ownership
337 information will be restored on WinNT/2K/XP along with the data.
338
339 The disadvantage of the Windows backup API calls is that it produces
340 non-portable backups.  That is files and their data that are backed up on
341 WinNT using the native API calls (BackupRead/BackupWrite) cannot be
342 restored on Win95/98/Me or Unix systems.  In principle, a file backed up on
343 WinNT can be restored on WinXP, but this remains to be seen in practice
344 (not yet tested).  In addition, the stand-alone tools such as {\bf bls} and
345 {\bf bextract} cannot be used to retrieve the data for those files because
346 those tools are not available on Windows.  All restores must use the Bacula
347 {\bf restore} command.  As of Bacula 1.39.x, thanks to Thorsten Engel, this
348 restriction is removed, and Bacula should be able to read non-portable
349 backups on any system and restore the data appropriately.  However,       
350 on a system that does not have the BackupRead/BackupWrite calls (older
351 Windows versions and all Unix/Linux machines), though the file data
352 can be restored, the Windows security and access control data  will not be restored.
353 This means that a standard set of access permissions will be set for
354 such restored files.
355         
356
357 As a default, Bacula backs up Windows systems using the Windows API calls.
358 If you want to backup data on a WinNT/2K/XP system and restore it on a
359 Unix/Win95/98/Me system, we have provided a special {\bf portable} option
360 that backs up the data in a portable fashion by using portable API calls.
361 See the \ilink{portable option}{portable} on the Include statement in a
362 FileSet resource in the Director's configuration chapter for the details on
363 setting this option.  However, using the portable option means you may have
364 permissions problems accessing files, and none of the security and
365 ownership information will be backed up or restored.  The file data can,
366 however, be restored on any system.
367
368 You should always be able to restore any file backed up on Unix or Win95/98/Me
369 to any other system. On some systems, such as WinNT/2K/XP, you may have to
370 reset the ownership of such restored files. Any file backed up on WinNT/2K/XP
371 should in principle be able to be restored to a similar system (i.e.
372 WinNT/2K/XP), however, I am unsure of the consequences if the owner
373 information and accounts are not identical on both systems. Bacula will not
374 let you restore files backed up on WinNT/2K/XP to any other system (i.e. Unix
375 Win95/98/Me) if you have used the defaults. 
376
377 Finally, if you specify the {\bf portable=yes} option on the files you back
378 up. Bacula will be able to restore them on any other system. However, any
379 WinNT/2K/XP specific security and ownership information will be lost. 
380
381 The following matrix will give you an idea of what you can expect. Thanks to
382 Marc Brueckner for doing the tests: 
383
384 \addcontentsline{lot}{table}{WinNT/2K/XP Restore Portability Status}
385 \begin{longtable}{|l|l|p{2.8in}|}
386  \hline 
387 \multicolumn{1}{|c|}{\bf Backup OS} & \multicolumn{1}{c|}{\bf Restore OS}
388 & \multicolumn{1}{c|}{\bf Results } \\
389  \hline {WinMe} & {WinMe} & {Works } \\
390  \hline {WinMe} & {WinNT} & {Works (SYSTEM permissions) } \\
391  \hline {WinMe} & {WinXP} & {Works (SYSTEM permissions) } \\
392  \hline {WinMe} & {Linux} & {Works (SYSTEM permissions) } \\
393  \hline {\ } & {\ } & {\ } \\
394  \hline {WinXP} & {WinXP} & {Works } \\
395  \hline {WinXP} & {WinNT} & {Works (all files OK, but got "The data is invalid"
396 message) } \\
397  \hline {WinXP} & {WinMe} & {Error: Win32 data stream not supported. } \\
398  \hline {WinXP} & {WinMe} & {Works if {\bf Portable=yes} specified during backup.} \\
399  \hline {WinXP} & {Linux} & {Error: Win32 data stream not supported. } \\
400  \hline {WinXP} & {Linux} & {Works if {\bf Portable=yes} specified during backup.}\\
401  \hline {\ } & {\ } & {\ } \\
402  \hline {WinNT} & {WinNT} & {Works } \\
403  \hline {WinNT} & {WinXP} & {Works } \\
404  \hline {WinNT} & {WinMe} & {Error: Win32 data stream not supported. } \\
405  \hline {WinNT} & {WinMe} & {Works if {\bf Portable=yes} specified during backup.}\\
406  \hline {WinNT} & {Linux} & {Error: Win32 data stream not supported. } \\
407  \hline {WinNT} & {Linux} & {Works if {\bf Portable=yes} specified during backup. }\\
408  \hline {\ } & {\ } & {\ } \\
409  \hline {Linux} & {Linux} & {Works } \\
410  \hline {Linux} & {WinNT} & {Works (SYSTEM permissions) } \\
411  \hline {Linux} & {WinMe} & {Works } \\
412  \hline {Linux} & {WinXP} & {Works (SYSTEM permissions)}
413 \\ \hline 
414 \end{longtable}
415
416 Note: with Bacula versions 1.39.x and later, non-portable Windows data can
417 be restore to any machine.
418
419
420 \label{VSS}
421 \section{Volume Shadow Copy Service}
422 \index[general]{Volume Shadow Copy Service}
423 \index[general]{VSS}
424 In version 1.37.30 and greater, you can turn on Microsoft's Volume
425 Shadow Copy Service (VSS).      
426
427 Microsoft added VSS to Windows XP and Windows 2003. From the perspective of
428 a backup-solution for Windows, this is an extremely important step. VSS
429 allows Bacula to backup open files and even to interact with applications like
430 RDBMS to produce consistent file copies. VSS aware applications are called
431 VSS Writers, they register with the OS so that when Bacula wants to do a
432 Snapshot, the OS will notify the register Writer programs, which may then
433 create a consistent state in their application, which will be backed up.
434 Examples for these writers are "MSDE" (Microsoft database
435 engine), "Event Log Writer", "Registry Writer" plus 3rd
436 party-writers.  If you have a non-vss aware application (e.g.
437 SQL Anywhere or probably MySQL), a shadow copy is still generated
438 and the open files can be backed up, but there is no guarantee
439 that the file is consistent.
440
441 Bacula produces a message from each of the registered writer programs
442 when it is doing a VSS backup so you know which ones are correctly backed
443 up.
444
445 Bacula supports VSS on both Windows 2003 and Windows XP.
446 Technically Bacula creates a shadow copy as soon as the backup process
447 starts. It does then backup all files from the shadow copy and destroys the
448 shadow copy after the backup process. Please have in mind, that VSS
449 creates a snapshot and thus backs up the system at the state it had
450 when starting the backup. It will disregard file changes which occur during
451 the backup process.
452
453 VSS can be turned on by placing an
454
455 \index[dir]{Enable VSS}
456 \index[general]{Enable VSS}
457 \begin{verbatim}
458 Enable VSS = yes
459 \end{verbatim}
460
461 in your FileSet resource. 
462
463 The VSS aware File daemon has the letters VSS on the signon line that
464 it produces when contacted by the console. For example:
465 \begin{verbatim}
466 Tibs-fd Version: 1.37.32 (22 July 2005) VSS Windows XP MVS NT 5.1.2600
467 \end{verbatim}
468 the VSS is shown in the line above. This only means that the File daemon
469 is capable of doing VSS not that VSS is turned on for a particular backup.
470 There are two ways of telling if VSS is actually turned on during a backup.
471 The first is to look at the status output for a job, e.g.:
472 \footnotesize
473 \begin{verbatim}
474 Running Jobs:
475 JobId 1 Job NightlySave.2005-07-23_13.25.45 is running.
476     VSS Backup Job started: 23-Jul-05 13:25
477     Files=70,113 Bytes=3,987,180,650 Bytes/sec=3,244,247
478     Files Examined=75,021
479     Processing file: c:/Documents and Settings/kern/My Documents/My Pictures/Misc1/Sans titre - 39.pdd
480     SDReadSeqNo=5 fd=352
481 \end{verbatim}
482 \normalsize
483 Here, you see under Running Jobs that JobId 1 is "VSS Backup Job started ..." 
484 This means that VSS is enabled for that job.  If VSS is not enabled, it will
485 simply show "Backup Job started ..." without the letters VSS.
486
487 The second way to know that the job was backed up with VSS is to look at the 
488 Job Report, which will look something like the following:
489 \footnotesize
490 \begin{verbatim}
491 23-Jul 13:25 rufus-dir: Start Backup JobId 1, Job=NightlySave.2005-07-23_13.25.45
492 23-Jul 13:26 rufus-sd: Wrote label to prelabeled Volume "TestVolume001" on device "DDS-4" (/dev/nst0)
493 23-Jul 13:26 rufus-sd: Spooling data ...
494 23-Jul 13:26 Tibs: Generate VSS snapshots. Driver="VSS WinXP", Drive(s)="C"
495 23-Jul 13:26 Tibs: VSS Writer: "MSDEWriter", State: 1 (VSS_WS_STABLE)
496 23-Jul 13:26 Tibs: VSS Writer: "Microsoft Writer (Bootable State)", State: 1 (VSS_WS_STABLE)
497 23-Jul 13:26 Tibs: VSS Writer: "WMI Writer", State: 1 (VSS_WS_STABLE)
498 23-Jul 13:26 Tibs: VSS Writer: "Microsoft Writer (Service State)", State: 1 (VSS_WS_STABLE)
499 \end{verbatim}
500 \normalsize
501 In the above Job Report listing, you see that the VSS snapshot was generated for drive C (if
502 other drives are backed up, they will be listed on the {\bf Drive(s)="C"}  You also see the
503 reports from each of the writer program.  Here they all report VSS\_WS\_STABLE, which means
504 that you will get a consistent snapshot of the data handled by that writer.
505
506 \section{VSS Problems}
507 \index[general]{Problems!VSS}
508 \index[fd] {Problems!VSS}
509 \index[general]{VSS Problems}
510 \index[fd]{VSS Problems}
511
512 If you are experiencing problems such as VSS hanging on MSDE, first try
513 running {\bf vssadmin} to check for problems, then try running {\bf
514 ntbackup} which also uses VSS to see if it has similar problems. If so, you
515 know that the problem is in your Windows machine and not with Bacula.
516
517 The FD hang problems were reported with {\bf MSDEwriter} when:
518 \begin{itemize}
519 \item a local firewall locked local access to the MSDE TCP port (MSDEwriter
520 seems to use TCP/IP and not Named Pipes).  
521 \item msdtcs was installed to run under "localsystem": try running msdtcs
522 under  networking account (instead of local system) (com+ seems to work
523 better with this configuration).
524 \end{itemize}
525
526
527 \section{Windows Firewalls}
528 \index[general]{Firewalls!Windows}
529 \index[general]{Windows Firewalls}
530
531 If you turn on the firewalling feature on Windows (default in WinXP SP2), you
532 are likely to find that the Bacula ports are blocked and you cannot
533 communicate to the other daemons. This can be deactivated through the {\bf
534 Security Notification} dialog, which is apparently somewhere in the {\bf
535 Security Center}. I don't have this on my computer, so I cannot give the exact
536 details. 
537
538 The command: 
539
540 \footnotesize
541 \begin{verbatim}
542 netsh firewall set opmode disable
543 \end{verbatim}
544 \normalsize
545
546 is purported to disable the firewall, but this command is not accepted on my
547 WinXP Home machine. 
548
549 \section{Windows Port Usage}
550 \index[general]{Windows Port Usage}
551 \index[general]{Usage!Windows Port}
552
553 If you want to see if the File daemon has properly opened the port and is
554 listening, you can enter the following command in a shell window: 
555
556 \footnotesize
557 \begin{verbatim}
558    netstat -an | findstr 910[123]
559 \end{verbatim}
560 \normalsize
561
562 TopView is another program that has been recommend, but it is not a
563 standard Win32 program, so you must find and download it from the Internet.
564
565 \section{Windows Disaster Recovery}
566 \index[general]{Recovery!Windows Disaster}
567 \index[general]{Windows Disaster Recovery}
568
569 We don't currently have a good solution for disaster recovery on Windows as we
570 do on Linux. The main piece lacking is a Windows boot floppy or a Windows boot
571 CD. Microsoft releases a Windows Pre-installation Environment ({\bf WinPE})
572 that could possibly work, but we have not investigated it. This means that
573 until someone figures out the correct procedure, you must restore the OS from
574 the installation disks, then you can load a Bacula client and restore files.
575 Please don't count on using {\bf bextract} to extract files from your backup
576 tapes during a disaster recovery unless you have backed up those files using
577 the {\bf portable} option. {\bf bextract} does not run on Windows, and the
578 normal way Bacula saves files using the Windows API prevents the files from
579 being restored on a Unix machine. Once you have an operational Windows OS
580 loaded, you can run the File daemon and restore your user files. 
581
582 Please see 
583 \ilink{ Disaster Recovery of Win32 Systems}{Win3233} for the latest
584 suggestion, which looks very promising. 
585
586 It looks like Bart PE Builder, which creates a Windows PE (Pre-installation
587 Environment) Boot-CD, may be just what is needed to build a complete disaster
588 recovery system for Win32. This distribution can be found at 
589 \elink{http://www.nu2.nu/pebuilder/}{http://www.nu2.nu/pebuilder/}. 
590
591 \section{Windows Restore Problems}
592 \index[general]{Problems!Windows Restore}
593 \index[general]{Windows Restore Problems}
594 Please see the  
595 \ilink{Restore Chapter}{Windows} of this manual for problems
596 that you might encounter doing a restore.
597
598 section{Windows Backup Problems}
599 \index[general]{Problems!Windows Backup}
600 \index[general]{Windows Backup Problems}
601 If during a Backup, you get the message: 
602 {\bf ERR=Access is denied} and you are using the portable option,
603 you should try both adding both the non-portable (backup API) and
604 the Volume Shadow Copy options to your Director's conf file.
605
606 In the Options resource:
607 \footnotesize
608 \begin{verbatim}
609 portable = no
610 \end{verbatim}
611 \normalsize
612
613 In the FileSet resource:
614 \footnotesize
615 \begin{verbatim}
616 enablevss = yes
617 \end{verbatim}
618 \normalsize
619
620 In general, specifying these two options should allow you to backup
621 any file on a Windows system.  However, in some cases, if users
622 have allowed to have full control of their folders, even system programs
623 such a Bacula can be locked out.  In this case, you must identify
624 which folders or files are creating the problem and do the following:
625
626 \begin{enumerate}
627 \item Grant ownership of the file/folder to the Administrators group,
628 with the option to replace the owner on all child objects.
629 \item Grant full control permissions to the Administrators group,
630 and change the user's group to only have Modify permission to
631 the file/folder and all child objects.
632 \end{enumerate}
633
634 Thanks to Georger Araujo for the above information.
635
636 \section{Windows Ownership and Permissions Problems}
637 \index[general]{Problems!Windows Ownership and Permissions}
638 \index[general]{Windows Ownership and Permissions Problems}
639
640 If you restore files backed up from WinNT/XP/2K to an alternate directory,
641 Bacula may need to create some higher level directories that were not saved
642 (or restored). In this case, the File daemon will create them under the SYSTEM
643 account because that is the account that Bacula runs under as a service. As of
644 version 1.32f-3, Bacula creates these files with full access permission.
645 However, there may be cases where you have problems accessing those files even
646 if you run as administrator. In principle, Microsoft supplies you with the way
647 to cease the ownership of those files and thus change the permissions.
648 However, a much better solution to working with and changing Win32 permissions
649 is the program {\bf SetACL}, which can be found at 
650 \elink{http://setacl.sourceforge.net/}{http://setacl.sourceforge.net/}. 
651
652 If you have not installed Bacula while running as Administrator
653 and if Bacula is not running as a Process with the userid (User Name) SYSTEM, 
654 then it is very unlikely that it will have sufficient permission to
655 access all your files. 
656
657 Some users have experienced problems restoring files that participate in
658 the Active Directory. They also report that changing the userid under which
659 Bacula (bacula-fd.exe) runs, from SYSTEM to a Domain Admin userid, resolves
660 the problem.
661
662
663 \section{Manually resetting the Permissions}
664 \index[general]{Manually resetting the Permissions}
665 \index[general]{Permissions!Manually resetting the}
666
667 The following solution was provided by Dan Langille \lt{}dan at langille in
668 the dot org domain\gt{}. The steps are performed using Windows 2000 Server but
669 they should apply to most Win32 platforms. The procedure outlines how to deal
670 with a problem which arises when a restore creates a top-level new directory.
671 In this example, "top-level" means something like {\bf
672 c:\textbackslash{}src}, not {\bf c:\textbackslash{}tmp\textbackslash{}src}
673 where {\bf c:\textbackslash{}tmp} already exists. If a restore job specifies /
674 as the {\bf Where:} value, this problem will arise. 
675
676 The problem appears as a directory which cannot be browsed with Windows
677 Explorer. The symptoms include the following message when you try to click on
678 that directory: 
679
680 \includegraphics{./access-is-denied.eps} 
681
682 If you encounter this message, the following steps will change the permissions
683 to allow full access. 
684
685 \begin{enumerate}
686 \item right click on the top level directory (in this example, {\bf c:/src})
687    and  select {\bf Properties}. 
688 \item click on the Security tab. 
689 \item If the following message appears, you can ignore it, and click on {\bf
690    OK}. 
691
692 \includegraphics{./view-only.eps} 
693
694 You should see something like this: 
695
696 \includegraphics{./properties-security.eps} 
697 \item click on Advanced 
698 \item click on the Owner tab 
699 \item Change the owner to something other than the current owner (which is
700    {\bf SYSTEM} in this example as shown below). 
701
702 \includegraphics{./properties-security-advanced-owner.eps} 
703 \item ensure the "Replace owner on subcontainers and objects" box is 
704    checked 
705 \item click on OK 
706 \item When the message "You do not have permission to read the contents of
707    directory c:\textbackslash{}src\textbackslash{}basis. Do you wish to replace
708    the directory permissions with permissions granting you Full Control?", click
709 on Yes. 
710
711 \includegraphics{./confirm.eps} 
712 \item Click on OK to close the Properties tab 
713    \end{enumerate}
714
715 With the above procedure, you should now have full control over your restored
716 directory. 
717
718 In addition to the above methods of changing permissions, there is a Microsoft
719 program named {\bf cacls} that can perform similar functions.
720
721 \section{Backing Up the WinNT/XP/2K System State}
722 \index[general]{State!Backing Up the WinNT/XP/2K System}
723 \index[general]{Backing Up the WinNT/XP/2K System State}
724
725 A suggestion by Damian Coutts using Microsoft's NTBackup utility in
726 conjunction with Bacula should permit a full restore of any damaged system
727 files on Win2K/XP. His suggestion is to do an NTBackup of the critical system
728 state prior to running a Bacula backup with the following command: 
729
730 \footnotesize
731 \begin{verbatim}
732 ntbackup backup systemstate /F c:\systemstate.bkf
733 \end{verbatim}
734 \normalsize
735
736 The {\bf backup} is the command, the {\bf systemstate} says to backup only the
737 system state and not all the user files, and the {\bf /F
738 c:\textbackslash{}systemstate.bkf} specifies where to write the state file.
739 this file must then be saved and restored by Bacula. 
740
741 To restore the system state, you first reload a base operating system if the
742 OS is damaged, otherwise, this is not necessary, then you would use Bacula to
743 restore all the damaged or lost user's files and to recover the {\bf
744 c:\textbackslash{}systemstate.bkf} file. Finally if there are any damaged or
745 missing system files or registry problems, you run {\bf NTBackup} and {\bf
746 catalogue} the system statefile, and then select it for restore. The
747 documentation says you can't run a command line restore of the systemstate. 
748
749 To the best of my knowledge, this has not yet been tested. If you test it,
750 please report your results to the Bacula email list. 
751
752 \section{Considerations for Filename Specifications}
753 \index[general]{Windows!Considerations for Filename Specifications}
754
755 Please see the 
756 \ilink{Director's Configuration chapter}{win32} of this manual
757 for important considerations on how to specify Windows paths in Bacula FileSet
758 Include and Exclude directives. 
759
760 \index[general]{Unicode}
761 Bacula versions prior to 1.37.28 do not support Windows Unicode filenames.
762 As of that version, both {\bf bconsole} and {\bf wx-console} support Windows
763 Unicode filenames. There may still be some problems with multiple byte
764 characters (e.g. Chinese, ...) where it is a two byte character but the
765 displayed character is not two characters wide.
766
767 \index[general]{Win32 Path Length Restriction}
768 Path/filenames longer than 260 characters (up to 32,000) are supported
769 beginning with Bacula version 1.39.20.
770
771 \section{Win32 Specific File daemon Command Line}
772 \index[general]{Client!Win32 Specific File daemon Command Line Options}
773 \index[general]{Win32 Specific File daemon Command Line Options}
774
775 These options are not normally seen or used by the user, and are documented
776 here only for information purposes. At the current time, to change the default
777 options, you must either manually run {\bf Bacula} or you must manually edit
778 the system registry and modify the appropriate entries. 
779
780 In order to avoid option clashes between the options necessary for {\bf
781 Bacula} to run on Windows and the standard Bacula options, all Windows
782 specific options are signaled with a forward slash character (/), while as
783 usual, the standard Bacula options are signaled with a minus (-), or a minus
784 minus (\verb:--:). All the standard Bacula options can be used on the Windows
785 version. In addition, the following Windows only options are implemented: 
786
787 \begin{description}
788
789 \item [/service ]
790    \index[fd]{/service}
791    Start Bacula as a service 
792
793 \item [/run ]
794    \index[fd]{/run}
795    Run the Bacula application  
796
797 \item [/install ]
798    \index[fd]{/install}
799    Install Bacula as a service in the system registry  
800
801 \item [/remove ]
802    \index[fd]{/remove}
803    Uninstall Bacula from the system registry  
804
805 \item [/about ]
806    \index[fd]{/about}
807    Show the Bacula about dialogue box  
808
809 \item [/status ]
810    \index[fd]{/status}
811    Show the Bacula status dialogue box  
812
813 \item [/events ]
814    \index[fd]{/events}
815    Show the Bacula events dialogue box (not  yet implemented)  
816
817 \item [/kill ]
818    \index[fd]{/kill}
819    Stop any running {\bf Bacula}  
820
821 \item [/help ]
822    \index[fd]{/help}
823    Show the Bacula help dialogue box 
824 \end{description}
825
826 It is important to note that under normal circumstances the user should never
827 need to use these options as they are normally handled by the system
828 automatically once Bacula is installed. However, you may note these options in
829 some of the .bat files that have been created for your use. 
830
831 \section{Shutting down Windows Systems}
832 \index[general]{Shutting down Windows Systems}
833 \index[general]{Systems!Shutting down Windows}
834
835 Some users like to shutdown their Windows machines after a backup using a
836 Client Run After Job directive. If you want to do something similar, you might
837 take the shutdown program from the 
838 \elink{apcupsd project}{http://www.apcupsd.com} or one from the 
839 \elink{Sysinternals project}{http://www.sysinternals.com/ntw2k/freeware/psshutdown.shtml}.