terminology.rst 945 B

12345678910111213141516171819202122232425262728293031
  1. .. _terminology:
  2. .. include:: global.rst.inc
  3. Terminology
  4. ===========
  5. .. _deduplication_def:
  6. Deduplication
  7. Deduplication is a technique for improving storage utilization by
  8. eliminating redundant data.
  9. .. _archive_def:
  10. Archive
  11. An archive is a collection of files along with metadata that include file
  12. permissions, directory structure and various file attributes.
  13. Since each archive in a repository must have a unique name a good naming
  14. convention is ``hostname-YYYY-MM-DD``.
  15. .. _repository_def:
  16. Repository
  17. A repository is a filesystem directory storing data from zero or more
  18. archives. The data in a repository is both deduplicated and encrypted
  19. making it both efficient and safe.
  20. Key file
  21. When a repository is initialized a key file containing a password
  22. protected encryption key is created. It is vital to keep this file safe
  23. since the repository data is totally inaccessible without it.