You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,13 +73,18 @@ appliance at IP "5.5.5.5":
73
73
Restore of 5.5.5.5:122 from snapshot 20180326T020444 finished.
74
74
To complete the restore process, please visit https://5.5.5.5/setup/settings to review and save the appliance configuration.
75
75
76
-
A different backup snapshot may be selected by passing the `-s` argument and the
77
-
datestamp-named directory from the backup location.
76
+
A different backup snapshot may be selected by passing the `-s` argument to `ghe-restore`and specifcying the
77
+
datestamp-named directory from the backup location as the value.
78
78
79
79
The `ghe-backup` and `ghe-restore` commands also have a verbose output mode
80
80
(`-v`) that lists files as they're being transferred. It's often useful to
81
81
enable when output is logged to a file.
82
82
83
+
Every time you execute `ghe-backup` we verify the storage and software setup of the host
84
+
you [installed][1] Backup Utilities on, to make sure our [requirements][2] for the host are
85
+
met. You can disable this check using the `--skip-checks` argument or by
86
+
adding `GHE_SKIP_CHECKS=true` to your configuration file.
87
+
83
88
### Restoring settings, TLS certificate, and license
84
89
85
90
When restoring to a new GitHub Enterprise Server instance, settings, certificate, and
@@ -107,3 +112,4 @@ GitHub Actions enabled, the following steps are required:
107
112
Please refer to [GHES Documentation](https://docs.github.com/en/enterprise-server/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled) for more details.
0 commit comments