mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 12:55:18 +00:00
Merge pull request #3565 from mathstuf/doc-missing-metadata
doc: mention metadata that is not backed up currently
This commit is contained in:
commit
aa214f99b4
@ -437,6 +437,14 @@ 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.
|
||||||
|
|
||||||
|
Note that ``restic`` does not back up some metadata associated with files. Of
|
||||||
|
particular note are::
|
||||||
|
|
||||||
|
- file creation date on Unix platforms
|
||||||
|
- inode flags on Unix platforms
|
||||||
|
- file ownership and ACLs on Windows
|
||||||
|
- the "hidden" flag on Windows
|
||||||
|
|
||||||
Reading data from stdin
|
Reading data from stdin
|
||||||
***********************
|
***********************
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user