@@ -43,18 +43,23 @@ minimize ambiguity and confusion.
43
43
--->
44
44
45
45
* ** Container** . A ** Container** for backups.
46
- The ` TIME_STAMPED_BACKUP_CONTAINING_FOLDER ` : the folder
47
- containing backups from that date onwards, depending on
48
- the **scheme**.
46
+ The ` TIME_STAMPED_BACKUP_CONTAINING_FOLDER ` : the folder
47
+ containing backups from that date onwards, depending on
48
+ the ** scheme** .
49
49
50
- * ** Delegate** The actual executionor of the job, whether
51
- the job is performed on behalf of a manager?, called by the
52
- governor, or by a fbsnapshot.
50
+ * ** Delegate** A class of scripts that actually performs a backup
51
+ operation, whether it is taking a backup, or restoring a
52
+ backup. The ** delegate** is chosen by the * manager* ,
53
+ called by an * executive* .
54
+
55
+ * ** Executioner** See: * delegate* .
56
+
57
+ * ** Executive** The script that controls a * job* , calls the
58
+ * manager* if need be that dispatches the correct * delegate* .
59
+ An executive is the top level layer of all the routines that
60
+ works on the the system, the user commands, and the scripts
61
+ that gets called by the services.
53
62
54
- * ** Executioner** It's the * delegate* , that performs the
55
- actual job, on the behalf of the **Governor**, that
56
- qualifies and selects what to be done, and then gets the
57
- **Executioner** to do it.
58
63
59
64
* ** Full-symlink-name** The ** full-symlink-name** is a
60
65
*transformation of the full path to the target of the
@@ -80,6 +85,10 @@ minimize ambiguity and confusion.
80
85
* ** KIND** (Backup kind.) Denotes if it is a ` OneShot ` or a
81
86
`Periodical` backup kind.
82
87
88
+ * ** Manager** The manager, is the single script for all
89
+ * jobs* /executives that gets sourced in, and chooses which
90
+ delegate to choose.
91
+
83
92
84
93
* ** snapshot** This word has two different meanings.
85
94
I use it for a full backup at a given point in time, as to
@@ -144,5 +153,5 @@ minimize ambiguity and confusion.
144
153
145
154
* Monthly a `calendar-intervalled` backup.
146
155
147
- Last updated:23-02-02 16:32
156
+ Last updated:23-02-03 11:20
148
157
0 commit comments