internals-picture.txt 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. BorgBackup from 10.000m
  2. =======================
  3. +--------+ +--------+ +--------+
  4. |archive0| |archive1| ... |archiveN|
  5. +--------+ +--------+ +--+-----+
  6. | | |
  7. | | |
  8. | +---+ |
  9. | | |
  10. | | |
  11. +------+-------+ |
  12. | | | |
  13. /chunk\/chunk\/chunk\... /maybe different chunks lists\
  14. +-----------------------------------------------------------------+
  15. |item list |
  16. +-----------------------------------------------------------------+
  17. |
  18. +-------------------------------------+--------------+
  19. | | |
  20. | | |
  21. +-------------+ +-------------+ |
  22. |item0 | |item1 | |
  23. | - owner | | - owner | |
  24. | - size | | - size | ...
  25. | - ... | | - ... |
  26. | - chunks | | - chunks |
  27. +----+--------+ +-----+-------+
  28. | |
  29. | +-----+----------------------------+-----------------+
  30. | | | |
  31. +-o-----o------------+ |
  32. | | | | |
  33. /chunk0\/chunk1\ ... /chunkN\ /chunk0\/chunk1\ ... /chunkN'\
  34. +-----------------------------+ +------------------------------+
  35. |file0 | |file0' |
  36. +-----------------------------+ +------------------------------+
  37. Thanks to anarcat for drawing the picture!