mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 04:45:15 +00:00
diff: document limitations regarding metadata
This commit is contained in:
parent
3549635243
commit
4f6b1bb6f6
@ -29,6 +29,9 @@ directory:
|
|||||||
* T The type was changed, e.g. a file was made a symlink
|
* T The type was changed, e.g. a file was made a symlink
|
||||||
* ? Bitrot detected: The file's content has changed but all metadata is the same
|
* ? Bitrot detected: The file's content has changed but all metadata is the same
|
||||||
|
|
||||||
|
Metadata comparison will likely not work if a backup was created using the
|
||||||
|
'--ignore-inode' or '--ignore-ctime' option.
|
||||||
|
|
||||||
To only compare files in specific subfolders, you can use the
|
To only compare files in specific subfolders, you can use the
|
||||||
"<snapshotID>:<subfolder>" syntax, where "subfolder" is a path within the
|
"<snapshotID>:<subfolder>" syntax, where "subfolder" is a path within the
|
||||||
snapshot.
|
snapshot.
|
||||||
|
Loading…
Reference in New Issue
Block a user