mirror of https://github.com/restic/restic.git
doc: fix warings
This commit is contained in:
parent
619ce8bfa2
commit
a651af70d6
|
@ -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
|
want to save the access time for files and directories, you can pass the
|
||||||
``--with-atime`` option to the ``backup`` command.
|
``--with-atime`` option to the ``backup`` command.
|
||||||
|
|
||||||
Backing up full security descriptors on Windows is only possible when the user
|
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.
|
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.
|
be backed up.
|
||||||
|
|
||||||
Note that ``restic`` does not back up some metadata associated with files. Of
|
Note that ``restic`` does not back up some metadata associated with files. Of
|
||||||
|
|
|
@ -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.
|
structure to a file using the ``--target`` flag.
|
||||||
|
|
||||||
.. code-block:: console
|
.. 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
|
||||||
|
|
Loading…
Reference in New Issue