Skip to content

Commit 0062c7d

Browse files
Merge pull request #989 from github/djj-clarify-requirements
Clarify OS requirements
2 parents 5484cf0 + b2deaea commit 0062c7d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/requirements.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ storage and must have network connectivity with the GitHub Enterprise Server app
55

66
## Backup host requirements
77

8-
Backup host software requirements are modest: Linux or other modern Unix operating
9-
system (Ubuntu is highly recommended) with [bash][1], [git][2], [OpenSSH][3] 5.6 or newer, [rsync][4] v2.6.4 or newer, and [jq][11] v1.5 or newer.
8+
Backup host software requirements are modest: Ubuntu Linux operating system with [bash][1], [git][2], [OpenSSH][3] 5.6 or newer, [rsync][4] v2.6.4 or newer, and [jq][11] v1.5 or newer.
109

11-
The parallel backup and restore feature will require [GNU awk][10] and [moreutils][9] to be installed.
10+
Ubuntu is the operating system we use to test `backup-utils` and it’s what we recommend you use too. You are welcome to use a different operating system, and we'll do our best to help you if you run into issues. But we can't guarantee that we'll be able to resolve issues that are specific to that operating system.
11+
12+
Additionally, we encourage the use of [Docker](docker.md), as it ensures compatible versions of the aforementioned software are available to backup-utils.
1213

13-
We encourage the use of [Docker](docker.md), as it ensures compatible versions of the aforementioned software are available to backup-utils.
14+
The parallel backup and restore feature will require [GNU awk][10] and [moreutils][9] to be installed.
1415

1516
The backup host must be able to establish outbound network connections to the
1617
GitHub appliance over SSH. TCP port 122 is used to backup GitHub Enterprise Server.

0 commit comments

Comments
 (0)