File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -184,8 +184,11 @@ To schedule nightly backup snapshots instead, use:
184
184
185
185
Backup snapshots are stored in rotating increment directories named after the
186
186
date and time the snapshot was taken. Each snapshot directory contains a full
187
- backup snapshot of all relevant data stores. The following example shows a
188
- snapshot file hierarchy for hourly
187
+ backup snapshot of all relevant data stores.
188
+
189
+ The following example shows a
190
+ snapshot file hierarchy for hourly frequency. There are five snapshot directories, with the ` current ` symlink pointing to the most recent
191
+ successful snapshot:
189
192
190
193
./data
191
194
|- 20140724T010000
@@ -202,9 +205,6 @@ snapshot file hierarchy for hourly
202
205
|- repositories/
203
206
|- current -> 20140727T010000
204
207
205
- In the example above, five snapshot directories exist with the most recent
206
- successful snapshot being pointed to by the ` current ` symlink.
207
-
208
208
Note: the ` GHE_DATA_DIR ` variable set in ` backup.config ` can be used to change
209
209
the disk location where snapshots are written.
210
210
You can’t perform that action at this time.
0 commit comments