2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-26 23:06:32 +00:00

doc: fix syntax error

This commit is contained in:
Michael Eischer 2024-07-05 20:12:41 +02:00
parent ae978d60cc
commit a90665028f
2 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ case, specify the ``--skip-if-unchanged`` option.
Note that when using absolute paths to specify the backup target, then also 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 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 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. the corresponding folder and use relative paths.
.. code-block:: console .. code-block:: console

View File

@ -69,7 +69,7 @@ There are case insensitive variants of ``--exclude`` and ``--include`` called
ignore the casing of paths. ignore the casing of paths.
There are also ``--include-file``, ``--exclude-file``, ``--iinclude-file`` and 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 Restoring symbolic links on windows is only possible when the user has
``SeCreateSymbolicLinkPrivilege`` privilege or is running as admin. This is a ``SeCreateSymbolicLinkPrivilege`` privilege or is running as admin. This is a