mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-25 18:22:48 +00:00
Add check-file-size option to fsck (#591)
Some checks failed
Deploy CI - 13.0 / deploy (push) Has been cancelled
Some checks failed
Deploy CI - 13.0 / deploy (push) Has been cancelled
Co-authored-by: yangheran <heran.yang@seafile.com>
This commit is contained in:
parent
1f23e6d67a
commit
37f60e3cac
|
|
@ -127,3 +127,9 @@ The argument `top_export_path` is a directory to place the exported files. Each
|
|||
|
||||
!!! note
|
||||
Currently **only un-encrypted libraries can be exported**. Encrypted libraries will be skipped.
|
||||
|
||||
## Checking file size
|
||||
|
||||
Starting from version 13.0.9, fsck has added an option to check whether the file size matches the actual file content. Some problematic clients may upload incorrect blocks, causing the actual file size to not match the file content. With this option, you can detect files with size mismatches, along with the method and time of their upload.
|
||||
|
||||
To check whether the file size matches, add the `--check-file-size` or `-S` option to seaf-fsck.
|
||||
|
|
|
|||
Loading…
Reference in New Issue