Skip to content

Commit 9432a3d

Browse files
committed
Words and 💄
1 parent b1962ea commit 9432a3d

File tree

3 files changed

+6
-19
lines changed

3 files changed

+6
-19
lines changed

‎README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
This repository includes backup and recovery utilities for [GitHub Enterprise][1].
44

55
**Note**: the [GitHub Enterprise version requirements](docs/requirements.md#github-enterprise-version-requirements) have
6-
changed starting with Backup Utilities (backup-utils) v2.13.0.
6+
changed starting with Backup Utilities v2.13.0.
77

88
### Features
99

10-
The Backup Utilities implement a number of advanced capabilities for backup
10+
Backup Utilities implement a number of advanced capabilities for backup
1111
hosts, built on top of the backup and restore features already included in
1212
GitHub Enterprise.
1313

@@ -48,16 +48,3 @@ site setup or recovery, please contact our [Enterprise support team][2] instead.
4848

4949
[1]: https://enterprise.github.com
5050
[2]: https://enterprise.github.com/support/
51-
52-
53-
54-
55-
56-
57-
58-
59-
[6]: https://enterprise.github.com/help/articles/upgrading-to-a-newer-release
60-
[8]: https://enterprise.github.com/help/articles/backing-up-enterprise-data
61-
[9]: https://enterprise.github.com/help/articles/restoring-enterprise-data
62-
[10]: https://help.github.com/enterprise/2.0/admin-guide/migrating-to-a-different-platform-or-from-github-enterprise-11-10-34x/
63-
[11]: https://help.github.com/enterprise/2.0/admin-guide/

‎docs/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ datastores. This active/passive cluster configuration is designed to minimize
1111
service disruption in the event of hardware failure or major network outage
1212
affecting the primary instance. Because some forms of data corruption or loss may
1313
be replicated immediately from primary to replica, it is not a replacement for
14-
the Backup Utilities as part of your disaster recovery plan.
14+
Backup Utilities as part of your disaster recovery plan.
1515

16-
### The purpose of the Backup Utilities
16+
### The purpose of Backup Utilities
1717
Backup Utilities are a disaster recovery tool. This tool takes date-stamped
1818
snapshots of all major datastores. These snapshots are used to restore an instance
1919
to a prior state or set up a new instance without having another always-on GitHub

‎docs/requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Requirements
22

3-
The Backup Utilities should be run on a host dedicated to long-term permanent
3+
Backup Utilities should be run on a host dedicated to long-term permanent
44
storage and must have network connectivity with the GitHub Enterprise appliance.
55

66
## Backup host requirements
@@ -21,7 +21,7 @@ patterns of the GitHub appliance. We recommend allocating at least 5x the amount
2121
of storage allocated to the primary GitHub appliance for historical snapshots
2222
and growth over time.
2323

24-
The backup utilities use [hard links][5] to store data efficiently, and the
24+
Backup Utilities use [hard links][5] to store data efficiently, and the
2525
repositories on GitHub Enterprise use [symbolic links][6] so the backup snapshots
2626
must be written to a filesystem with support for symbolic and hard links.
2727

0 commit comments

Comments
 (0)