]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/main/fileset.tex
Improve some text
[bacula/docs] / docs / manuals / en / main / fileset.tex
index 6407a295430f6b2343eef570525bd1cd84246468..3d18330b26714ef3c67522ddff74def1165d266e 100644 (file)
@@ -1521,12 +1521,13 @@ C:/Documents and Settings/*/My Documents/My Pictures/*
 To understand how this can be achieved, there are two important points to
 remember:
 
-Firstly, Bacula walks over the filesystem depth-first starting from the File =
-lines.  It stops descending when a directory is excluded, so you must include
-all ancestor directories of each directory containing files to be included.
+Firstly, Bacula traverses the filesystem starting from the File = lines.
+It stops descending when a directory is excluded, so you must include all
+ancestor (higher level) directories of each directory containing files to
+be included.
 
 Secondly, each directory and file is compared to the Options clauses in the
-order they appear in the FileSet.  When a match is found, no further clauses
+order they appear in the FileSet.  When a match is found, no further Optionss
 are compared and the directory or file is either included or excluded.
 
 The FileSet resource definition below implements this by including specifc