mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 02:48:55 +00:00
doc: mention metadata that is not backed up currently
See: #3497 See: #1622 See: #2075
This commit is contained in:
parent
4bf05d91a1
commit
d71afb3d32
@ -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::
|
||||||
|
|
||||||
|
- inode flags on Unix platforms
|
||||||
|
- the "hidden" flag on Windows
|
||||||
|
- file ownership and ACLs on Windows
|
||||||
|
- file creation date on Unix platforms
|
||||||
|
|
||||||
Reading data from stdin
|
Reading data from stdin
|
||||||
***********************
|
***********************
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user