From: Dan Langille Date: Sun, 5 Apr 2009 22:05:40 +0000 (+0000) Subject: The drive letter on windows does not have to be lower case. X-Git-Tag: Release-3.0.0~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7b41bb11921059877e3e3a6f14a24210207371b9;p=bacula%2Fdocs The drive letter on windows does not have to be lower case. --- diff --git a/docs/manuals/en/install/fileset.tex b/docs/manuals/en/install/fileset.tex index f7e2eb3f..1a232af5 100644 --- a/docs/manuals/en/install/fileset.tex +++ b/docs/manuals/en/install/fileset.tex @@ -123,9 +123,10 @@ appears as itself). You should always specify a full path for every directory and file that you list in the FileSet. In addition, on Windows machines, you should {\bf -always} prefix the directory or filename with the drive specification in -lower case (e.g. {\bf c:/xxx}) using Unix directory name separators -(forward slash). +always} prefix the directory or filename with the drive specification +(e.g. {\bf c:/xxx}) using Unix directory name separators +(forward slash). The drive letter itself can be upper or lower case (e.g. +c:/xxx or C:/xxx). Bacula's default for processing directories is to recursively descend in the directory saving all files and subdirectories. Bacula will not by