]> git.sur5r.net Git - bacula/docs/blob - docs/techlogs/2002/kes10Oct02
Bring Windows specific documentation more up to date corrects bug #1818
[bacula/docs] / docs / techlogs / 2002 / kes10Oct02
1               Technical notes on version 1.26 10Oct02  
2                      10 October 2002
3                        Kern Sibbald
4
5 General:
6 - Changed Job name conventions to avoid : which is an illegal
7   character on Windows.
8
9 Changes submitted this submission:
10 - Added check for inet_pton to configure.in. If it does not
11   exist (e.g. Windows) use inet_aton
12 - Documentation on GZIP.
13 - Another restore doc example.
14 - Documented btape fill command.
15 - Set default restore directory from /tmp to /tmp/bacula-restores
16 - Add additional no find error messages to sql_get.c
17 - Creating a bootstrap file on Windows failed because the Job name
18   contained colons which are illegal on Windows. Replaced the
19   colons with periods.  This corrects the Windows restore problem.
20 - Print number of files to be restored in "restore" command.
21 - On Windows systems, if there is a prefix, completely eliminate
22   any drive: at the beginning of a path.
23 - Minor corrections to the tree routines to handle Windows
24   files such as c:/ better. Previously it insisted on /c:/, which
25   would then not be found in the catalog for a "dir" command.
26 - Modified cd command in restore to try /c: if c: fails.
27 - Add a new S_ISWIN32 bit to the st_mode word so that low level
28   routines that create files do not print error messages.
29 - More work must be done to restore all Windows files correctly.
30   Currently the following bits are not handled:
31     Archive
32     Hidden
33     System 
34   Also, all the dates are not properly restored.