mirror of
https://github.com/restic/restic.git
synced 2025-01-31 11:41:23 +00:00
doc: reorder backup metadata exceptions
This commit is contained in:
parent
d71afb3d32
commit
583edc39b8
1 changed files with 3 additions and 3 deletions
|
@ -440,10 +440,10 @@ want to save the access time for files and directories, you can pass the
|
||||||
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
|
||||||
particular note are::
|
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
|
- 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 a new issue