@@ -8,28 +8,28 @@ This repository includes backup and recovery utilities for
88** Note** : the [ GitHub Enterprise Server version requirements] [ 2 ] have
99changed starting with Backup Utilities v2.13.0, released on 27 March 2018.
1010
11- ### Features
11+ ## Features
1212
1313Backup Utilities implement a number of advanced capabilities for backup
1414hosts, built on top of the backup and restore features already included in
1515GitHub Enterprise Server.
1616
17- - Complete GitHub Enterprise Server backup and recovery system via two simple
17+ - Complete GitHub Enterprise Server backup and recovery system via two simple
1818 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
2020 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
2222 snapshot are transferred, leading to faster backup runs and lower network
2323 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
2525 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,
2828 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.
3131
32- ### Documentation
32+ ## Documentation
3333
3434- ** [ Requirements] ( docs/requirements.md ) **
3535 - ** [ Backup host requirements] ( docs/requirements.md#backup-host-requirements ) **
@@ -42,7 +42,7 @@ GitHub Enterprise Server.
4242- ** [ How does Backup Utilities differ from a High Availability replica?] ( docs/faq.md ) **
4343- ** [ Docker] ( docs/docker.md ) **
4444
45- ### Support
45+ ## Support
4646
4747If you find a bug or would like to request a feature in Backup Utilities, please
4848open an issue or pull request on this repository. If you have a question related
@@ -53,3 +53,4 @@ instead.
5353[ 1 ] : https://github.com/enterprise
5454[ 2 ] : docs/requirements.md#github-enterprise-version-requirements
5555[ 3 ] : https://support.github.com/
56+
0 commit comments