File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
2 . Copy the [ ` backup.config-example ` ] [ 3 ] file to ` backup.config ` and modify as
15
15
necessary. The ` GHE_HOSTNAME ` value must be set to the primary GitHub Enterprise Server
16
- host name . Additional options are available and documented in the
16
+ hostname . Additional options are available and documented in the
17
17
configuration file but none are required for basic backup functionality.
18
18
19
19
As the data on a High Availability replica may be in a transient state at the time of backup,
22
22
* Backup Utilities will attempt to load the backup configuration from the following
23
23
locations, in this order:
24
24
25
- ```
25
+ ``` bash
26
26
$GHE_BACKUP_CONFIG (User configurable environment variable)
27
27
$GHE_BACKUP_ROOT /backup.config (Root directory of backup-utils install)
28
28
$HOME /.github-backup-utils/backup.config
32
32
with the ` -i < abs path to private key> ` SSH option.
33
33
34
34
3. Add the backup host' s SSH key to the GitHub appliance as an *Authorized SSH
35
- key*. See [Adding an SSH key for shell access ][4] for instructions.
35
+ key*. See [Adding your SSH key to the ssh-agent ][4] for instructions.
36
36
37
37
4. Run `bin/ghe-host-check` to verify SSH connectivity with the GitHub
38
38
appliance.
42
42
[1]: https://github.com/github/backup-utils/releases
43
43
[2]: https://github.com/github/backup-utils/releases/tag/v2.11.4
44
44
[3]: https://github.com/github/enterprise-backup-site/blob/master/backup.config-example
45
- [4]: https://enterprise .github.com/help/articles/ adding-an- ssh-key-for-shell-access
45
+ [4]: https://docs .github.com/enterprise-server/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and- adding-it-to-the- ssh-agent#adding-your-ssh- key-to-the-ssh-agent
You can’t perform that action at this time.
0 commit comments