Skip to content

Commit 886e243

Browse files
Further clarification of the operating system requirements
1 parent cd2f257 commit 886e243

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/requirements.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ storage and must have network connectivity with the GitHub Enterprise Server app
77

88
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.
99

10-
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+
Additinoally, we encourage the use of [Docker](docker.md), as it ensures compatible versions of the aforementioned software are available to backup-utils.
1113

12-
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.
1315

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

0 commit comments

Comments
 (0)