File: internals-picture.txt

package info (click to toggle)
borgbackup 1.4.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,728 kB
  • sloc: python: 26,637; pascal: 3,245; ansic: 2,597; sh: 151; makefile: 133; tcl: 94
file content (41 lines) | stat: -rw-r--r-- 1,825 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
BorgBackup from 10.000m
=======================

+--------+ +--------+     +--------+
|archive0| |archive1| ... |archiveN|
+--------+ +--------+     +--+-----+
    |          |             |
    |          |             |
    |      +---+             |
    |      |                 |
    |      |                 |
    +------+-------+         |
    |      |       |         |
 /chunk\/chunk\/chunk\...   /maybe different chunks lists\
+-----------------------------------------------------------------+
|item list                                                        |
+-----------------------------------------------------------------+
    |
    +-------------------------------------+--------------+
    |                                     |              |
    |                                     |              |
+-------------+                     +-------------+      |
|item0        |                     |item1        |      |
| - owner     |                     | - owner     |      |
| - size      |                     | - size      |     ...
| - ...       |                     | - ...       |
| - chunks    |                     | - chunks    |
+----+--------+                     +-----+-------+
     |                                    |
     | +-----+----------------------------+-----------------+
     | |     |                                              |
     +-o-----o------------+                                 |
     | |     |            |                                 |
  /chunk0\/chunk1\ ... /chunkN\     /chunk0\/chunk1\ ... /chunkN'\
 +-----------------------------+   +------------------------------+
 |file0                        |   |file0'                        |
 +-----------------------------+   +------------------------------+


Thanks to anarcat for drawing the picture!