Skip to content

Commit 1354eb8

Browse files
Another round of linting error fixes
1 parent 676c304 commit 1354eb8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/usage.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
After the initial backup, use the following commands:
44

55
- The `ghe-backup` command creates incremental snapshots of repository data, long with full snapshots of all other pertinent data stores.
6-
- The `ghe-restore` command restores snapshots to the same or separate GitHub
6+
- The `ghe-restore` command restores snapshots to the same or separate GitHub
77
Enterprise appliance. You must add the backup host's SSH key to the target
88
GitHub Enterprise Server appliance before using this command.
99

@@ -79,12 +79,12 @@ The `ghe-backup` and `ghe-restore` commands also have a verbose output mode
7979
(`-v`) that lists files as they're being transferred. It's often useful to
8080
enable when output is logged to a file.
8181

82-
Every time you execute `ghe-backup` we verify the storage and software setup of the host
83-
you [installed][1] Backup Utilities on, to make sure our [requirements][2] for the host are
84-
met. You can disable this check using the `--skip-checks` argument or by
82+
Every time you execute `ghe-backup` we verify the storage and software setup of the host
83+
you [installed][1] Backup Utilities on, to make sure our [requirements][2] for the host are
84+
met. You can disable this check using the `--skip-checks` argument or by
8585
adding `GHE_SKIP_CHECKS=true` to your configuration file.
8686

87-
### Restoring settings, TLS certificate, and license
87+
### Restoring settings, TLS certificate, and license
8888

8989
When restoring to a new GitHub Enterprise Server instance, settings, certificate, and
9090
license data *are* restored. These settings must be reviewed and saved before
@@ -99,7 +99,7 @@ forcing settings, certificate, and license data to be overwritten with the backu
9999
## Backup and restore with GitHub Actions enabled
100100

101101
GitHub Actions data on your external storage provider is not included in regular GitHub Enterprise Server
102-
backups, and must be backed up separately. When restoring a GitHub Enterprise Server backup with
102+
backups, and must be backed up separately. When restoring a GitHub Enterprise Server backup with
103103
GitHub Actions enabled, the following steps are required:
104104

105105
1. Enable GitHub Actions on the replacement appliance and configure it to use the same GitHub Actions

0 commit comments

Comments
 (0)