doc: fix warings

This commit is contained in:
Michael Eischer 2024-05-26 14:32:09 +02:00
parent 619ce8bfa2
commit a651af70d6
2 changed files with 5 additions and 4 deletions

View File

@ -515,7 +515,7 @@ want to save the access time for files and directories, you can pass the
``--with-atime`` option to the ``backup`` command.
Backing up full security descriptors on Windows is only possible when the user
has ``SeBackupPrivilege``privilege or is running as admin. This is a restriction
has ``SeBackupPrivilege`` privilege or is running as admin. This is a restriction
of Windows not restic.
If either of these conditions are not met, only the owner, group and DACL will
be backed up.

View File

@ -184,4 +184,5 @@ It is also possible to ``dump`` the contents of a selected snapshot and folder
structure to a file using the ``--target`` flag.
.. code-block:: console
$ restic -r /srv/restic-repo dump latest / --target /home/linux.user/output.tar -a tar