Fix links broken during conversion to rst

This commit is contained in:
Thor77 2017-04-30 18:25:45 +02:00
parent 1e4bcf3367
commit 228566c0a1
1 changed files with 5 additions and 8 deletions

View File

@ -372,13 +372,11 @@ specify them with multiple ``--exclude``'s or one ``--exclude-file``
foo/**/bar foo/**/bar
$ restic -r /tmp/backup backup ~/work --exclude=*.c --exclude-file=exclude $ restic -r /tmp/backup backup ~/work --exclude=*.c --exclude-file=exclude
Patterns use Patterns use `filepath.Glob <https://golang.org/pkg/path/filepath/#Glob>`__ internally,
```filepath.Glob`` <https://golang.org/pkg/path/filepath/#Glob>`__ see `filepath.Match <https://golang.org/pkg/path/filepath/#Match>`__ for syntax.
internally, see Additionally ``**`` excludes arbitrary subdirectories.
```filepath.Match`` <https://golang.org/pkg/path/filepath/#Match>`__ for
syntax. Additionally ``**`` excludes arbitrary subdirectories.
Environment-variables in exclude-files are expanded with Environment-variables in exclude-files are expanded with
```os.ExpandEnv`` <https://golang.org/pkg/os/#ExpandEnv>`__. `os.ExpandEnv <https://golang.org/pkg/os/#ExpandEnv>`__.
By specifying the option ``--one-file-system`` you can instruct restic By specifying the option ``--one-file-system`` you can instruct restic
to only backup files from the file systems the initially specified files to only backup files from the file systems the initially specified files
@ -821,8 +819,7 @@ The debug log will always contain all log messages restic generates. You
can also instruct restic to print some or all debug messages to stderr. can also instruct restic to print some or all debug messages to stderr.
These can also be limited to e.g. a list of source files or a list of These can also be limited to e.g. a list of source files or a list of
patterns for function names. The patterns are globbing patterns (see the patterns for function names. The patterns are globbing patterns (see the
documentation for documentation for `path.Glob <https://golang.org/pkg/path/#Glob>`__), multiple
```path.Glob`` <https://golang.org/pkg/path/#Glob>`__), multiple
patterns are separated by commas. Patterns are case sensitive. patterns are separated by commas. Patterns are case sensitive.
Printing all log messages to the console can be achieved by setting the Printing all log messages to the console can be achieved by setting the