X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Fmanuals%2Fen%2Fmain%2Ffileset.tex;fp=docs%2Fmanuals%2Fen%2Fmain%2Ffileset.tex;h=248436d9dc782e193725ed91cfbd435be87edd10;hb=69de76de360d4f78a304de82bd4d08ac84235a0f;hp=3bf78b6304341d7a3c6dfc222ad2a1d999953103;hpb=6851bcb9e95a17f47f0a27c9c2170eaa901d0c9f;p=bacula%2Fdocs diff --git a/docs/manuals/en/main/fileset.tex b/docs/manuals/en/main/fileset.tex index 3bf78b63..248436d9 100644 --- a/docs/manuals/en/main/fileset.tex +++ b/docs/manuals/en/main/fileset.tex @@ -1835,7 +1835,7 @@ FileSet { Include { File = /home/xxx/test Options { - regex = ".*\.c$" + regex = ".*\\.c$" } } } @@ -1851,4 +1851,5 @@ estimate job= listing 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}.