mirror of
https://github.com/octoleo/restic.git
synced 2024-11-23 05:12:10 +00:00
doc: fix syntax error
This commit is contained in:
parent
ae978d60cc
commit
a90665028f
@ -242,7 +242,7 @@ case, specify the ``--skip-if-unchanged`` option.
|
||||
Note that when using absolute paths to specify the backup target, then also
|
||||
changes to the parent folders result in a changed snapshot. For example, a backup
|
||||
of ``/home/user/work`` will create a new snapshot if the metadata of either
|
||||
``/``, ``/home`` or ``/home/user`` change. To avoid this problem run restic from
|
||||
``/``, ``/home`` or ``/home/user`` change. To avoid this problem run restic from
|
||||
the corresponding folder and use relative paths.
|
||||
|
||||
.. code-block:: console
|
||||
|
@ -69,7 +69,7 @@ There are case insensitive variants of ``--exclude`` and ``--include`` called
|
||||
ignore the casing of paths.
|
||||
|
||||
There are also ``--include-file``, ``--exclude-file``, ``--iinclude-file`` and
|
||||
``--iexclude-file`` flags that read the include and exclude patterns from a file.
|
||||
``--iexclude-file`` flags that read the include and exclude patterns from a file.
|
||||
|
||||
Restoring symbolic links on windows is only possible when the user has
|
||||
``SeCreateSymbolicLinkPrivilege`` privilege or is running as admin. This is a
|
||||
|
Loading…
Reference in New Issue
Block a user