]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/main/fileset.tex
Tweak correct type + bad use of backets
[bacula/docs] / docs / manuals / en / main / fileset.tex
index 3bf78b6304341d7a3c6dfc222ad2a1d999953103..593d17669c735b9b081490dd3496b929afd4949c 100644 (file)
@@ -1835,7 +1835,7 @@ FileSet {
   Include {
     File = /home/xxx/test
     Options {
-       regex = ".*\.c$"
+       regex = ".*\\.c$"
     }
   }
 }
@@ -1851,4 +1851,5 @@ estimate job=<any-job-name> listing client=<desired-client> fileset=Test
 \end{verbatim}
 \normalsize
 
-to give you a listing of all files that match.
+to give you a listing of all files that match.  In the above
+example, it should be only files with names ending in  {\bf .c}.