mirror of
https://github.com/kopia/kopia.git
synced 2026-04-25 09:55:50 +03:00
2
Repository
Jarek Kowalski edited this page 2017-06-30 23:28:46 -07:00
Repository is a content-addressable storage, which stores arbitrary Objects (files, directory listings, etc.) that can be referenced using Object Identifiers, which are human-readable strings.
Repository stores objects in a de-duplicated fashion - any piece of content is stored once and its identifier is derived from the content itself.
Repository objects are typically encrypted with a an encryption key that's derived from the contents and a secret key stored in the Vault.