> "To actually perform the repository-wide deduplication, a hash of each > chunk is checked against the chunks cache, which is a hash-table of all > chunks that already exist." > > https://borgbackup.readthedocs.io/en/stable/internals.html
Same approach as used in `bup` (which all come from `rsync`, IIUC). Stefan