definitions.rst 946 B

12345678910111213141516171819202122232425262728293031
  1. .. _definitions:
  2. .. include:: global.rst.inc
  3. Definitions
  4. ===========
  5. .. _deduplication_def:
  6. Deduplication
  7. Deduplication is a technique for improving storage utilization by eliminating
  8. 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 archives.
  18. The data in a repository is both deduplicated and encrypted making it both
  19. efficient and safe.
  20. Key file
  21. When a repository is initialized a key file containing a password protected
  22. encryption key is created. It is vital to keep this file safe since the repository
  23. data is totally inaccessible without it.