mirror of
https://github.com/restic/restic.git
synced 2025-01-03 13:45:20 +00:00
doc: Fix grammar in design.rst
This commit is contained in:
parent
cc254dfefe
commit
4aaf10c356
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ Backups and Deduplication
|
||||||
For creating a backup, restic scans the source directory for all files,
|
For creating a backup, restic scans the source directory for all files,
|
||||||
sub-directories and other entries. The data from each file is split into
|
sub-directories and other entries. The data from each file is split into
|
||||||
variable length Blobs cut at offsets defined by a sliding window of 64
|
variable length Blobs cut at offsets defined by a sliding window of 64
|
||||||
byte. The implementation uses Rabin Fingerprints for implementing this
|
bytes. The implementation uses Rabin Fingerprints for implementing this
|
||||||
Content Defined Chunking (CDC). An irreducible polynomial is selected at
|
Content Defined Chunking (CDC). An irreducible polynomial is selected at
|
||||||
random and saved in the file ``config`` when a repository is
|
random and saved in the file ``config`` when a repository is
|
||||||
initialized, so that watermark attacks are much harder.
|
initialized, so that watermark attacks are much harder.
|
||||||
|
|
Loading…
Reference in a new issue