Skip to content

Commit e8c5ebc

Browse files
Added bc requirement to host (this was not backported previously)
1 parent 224d975 commit e8c5ebc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/requirements.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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 system (Ubuntu is highly recommended) with [bash][1], [git][2], [OpenSSH][3] 5.6 or newer, [rsync][4] v2.6.4 or newer* (see [below](#april-2023-update-of-rsync-requirements) for exceptions), and [jq][11] v1.5 or newer.
8+
Backup host software requirements are modest: Linux or other modern Unix operating system (Ubuntu is highly recommended) with [bash][1], [git][2], [OpenSSH][3] 5.6 or newer, [rsync][4] v2.6.4 or newer* (see [below](#april-2023-update-of-rsync-requirements) for exceptions), [jq][11] v1.5 or newer, and [bc][12] v1.07 or newer.
99

1010
The parallel backup and restore feature will require [GNU awk][10] and [moreutils][9] to be installed.
1111

@@ -78,3 +78,4 @@ Due to how some components of Backup Utilities (e.g. MSSQL) take incremental bac
7878
[9]: https://joeyh.name/code/moreutils
7979
[10]: https://www.gnu.org/software/gawk
8080
[11]: https://stedolan.github.io/jq/
81+
[12]: https://www.gnu.org/software/bc/

0 commit comments

Comments
 (0)