1
0
mirror of https://github.com/restic/restic.git synced 2024-07-05 09:10:56 +02:00

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

@ -514,10 +514,10 @@ written, and the next backup needs to write new metadata again. If you really
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
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
of Windows not restic.
If either of these conditions are not met, only the owner, group and DACL will
If either of these conditions are not met, only the owner, group and DACL will
be backed up.
Note that ``restic`` does not back up some metadata associated with files. Of

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
$ restic -r /srv/restic-repo dump latest / --target /home/linux.user/output.tar -a tar