From 7b41bb11921059877e3e3a6f14a24210207371b9 Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Sun, 5 Apr 2009 22:05:40 +0000 Subject: [PATCH] The drive letter on windows does not have to be lower case. --- docs/manuals/en/install/fileset.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.39.5