forked from TrueCloudLab/restic
Merge pull request #2444 from chanibal/patch-2
Docs: fixed escaping of argument in documentation
This commit is contained in:
commit
3a5c9aadad
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ the exclude options are:
|
|||
- ``--iexclude`` Same as ``--exclude`` but ignores the case of paths
|
||||
- ``--exclude-caches`` Specified once to exclude folders containing a special file
|
||||
- ``--exclude-file`` Specified one or more times to exclude items listed in a given file
|
||||
- ``--exclude-if-present foo`` Specified one or more times to exclude a folder's content if it contains a file called ``foo``` (optionally having a given header, no wildcards for the file name supported)
|
||||
- ``--exclude-if-present foo`` Specified one or more times to exclude a folder's content if it contains a file called ``foo`` (optionally having a given header, no wildcards for the file name supported)
|
||||
|
||||
Please see ``restic help backup`` for more specific information about each exclude option.
|
||||
|
||||
|
|
Loading…
Reference in a new issue