Skip to content

Commit d868561

Browse files
committed
fix README.rst
Signed-off-by: Stephen L. <lrq3000@gmail.com>
1 parent 4b7b742 commit d868561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Of course, you can also protect the whole file, not only the header, using pyFil
3636
`structural_adaptive_ecc.py`. You can also detect any corruption using `rfigc.py`.
3737

3838
Quickstart
39-
---------
39+
----------
4040

4141
- To generate a monitoring database (to later check if files were changed, but no possibility of repairing):
4242

@@ -517,7 +517,7 @@ files, whatever their size is: for example, if we have a set of 40k
517517
files for a total size of 60 GB, with a resiliency\_rate of 30% and
518518
header\_size of 1KB (we limit to the first 1K bytes/characters = our
519519
file header), then, without counting the hash per block and other
520-
meta-data, the final ECC file will be about 2\ *resiliency\_rate *
520+
meta-data, the final ECC file will be about 2 \* resiliency\_rate \*
521521
number\_of\_files \* header\_size = 24.5 MB. This size can be lower if
522522
there are many files smaller than 1KB. This is a pretty low storage
523523
overhead to backup the headers of such a big number of files.

0 commit comments

Comments
 (0)