@@ -8,28 +8,28 @@ This repository includes backup and recovery utilities for
8
8
** Note** : the [ GitHub Enterprise Server version requirements] [ 2 ] have
9
9
changed starting with Backup Utilities v2.13.0, released on 27 March 2018.
10
10
11
- ### Features
11
+ ## Features
12
12
13
13
Backup Utilities implement a number of advanced capabilities for backup
14
14
hosts, built on top of the backup and restore features already included in
15
15
GitHub Enterprise Server.
16
16
17
- - Complete GitHub Enterprise Server backup and recovery system via two simple
17
+ - Complete GitHub Enterprise Server backup and recovery system via two simple
18
18
utilities:<br >` ghe-backup ` and ` ghe-restore ` .
19
- - Online backups. The GitHub appliance need not be put in maintenance mode for
19
+ - Online backups. The GitHub appliance need not be put in maintenance mode for
20
20
the duration of the backup run.
21
- - Incremental backup of Git repository data. Only changes since the last
21
+ - Incremental backup of Git repository data. Only changes since the last
22
22
snapshot are transferred, leading to faster backup runs and lower network
23
23
bandwidth and machine utilization.
24
- - Efficient snapshot storage. Only data added since the previous snapshot
24
+ - Efficient snapshot storage. Only data added since the previous snapshot
25
25
consumes new space on the backup host.
26
- - Multiple backup snapshots with configurable retention periods.
27
- - Backup commands run under the lowest CPU/IO priority on the GitHub appliance,
26
+ - Multiple backup snapshots with configurable retention periods.
27
+ - Backup commands run under the lowest CPU/IO priority on the GitHub appliance,
28
28
reducing performance impact while backups are in progress.
29
- - Runs under most Linux/Unix environments.
30
- - MIT licensed, open source software maintained by GitHub, Inc.
29
+ - Runs under most Linux/Unix environments.
30
+ - MIT licensed, open source software maintained by GitHub, Inc.
31
31
32
- ### Documentation
32
+ ## Documentation
33
33
34
34
- ** [ Requirements] ( docs/requirements.md ) **
35
35
- ** [ Backup host requirements] ( docs/requirements.md#backup-host-requirements ) **
@@ -42,7 +42,7 @@ GitHub Enterprise Server.
42
42
- ** [ How does Backup Utilities differ from a High Availability replica?] ( docs/faq.md ) **
43
43
- ** [ Docker] ( docs/docker.md ) **
44
44
45
- ### Support
45
+ ## Support
46
46
47
47
If you find a bug or would like to request a feature in Backup Utilities, please
48
48
open an issue or pull request on this repository. If you have a question related
@@ -53,3 +53,4 @@ instead.
53
53
[ 1 ] : https://github.com/enterprise
54
54
[ 2 ] : docs/requirements.md#github-enterprise-version-requirements
55
55
[ 3 ] : https://support.github.com/
56
+
0 commit comments