From a651af70d692a80108540a50610b947183cbcd8f Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 26 May 2024 14:32:09 +0200 Subject: [PATCH] doc: fix warings --- doc/040_backup.rst | 6 +++--- doc/050_restore.rst | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/040_backup.rst b/doc/040_backup.rst index 782aa7030..efaa73255 100644 --- a/doc/040_backup.rst +++ b/doc/040_backup.rst @@ -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 diff --git a/doc/050_restore.rst b/doc/050_restore.rst index 193a00870..ce17a1cf7 100644 --- a/doc/050_restore.rst +++ b/doc/050_restore.rst @@ -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 \ No newline at end of file + + $ restic -r /srv/restic-repo dump latest / --target /home/linux.user/output.tar -a tar