File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ GHE_NUM_SNAPSHOTS=10
20
20
# ghe-pruning-snapshots will need to be invoked separately via cron
21
21
#GHE_PRUNING_SCHEDULED=yes
22
22
23
- # If set to true or when backup is run with `-s` or `- -skip-checks` ghe-host-check
23
+ # If set to true or when backup is run with `--skip-checks` ghe-host-check
24
24
# disk space validation and s/w version checks on the backup-host will be disabled.
25
- # GHE_SKIP_CHECKS=false
25
+ #GHE_SKIP_CHECKS=false
26
26
27
27
# The hostname of the GitHub appliance to restore. If you've set up a separate
28
28
# GitHub appliance to act as a standby for recovery, specify its IP or hostname
Original file line number Diff line number Diff line change 9
9
# / -h | --help Show this message.
10
10
# / --version Display version information.
11
11
# / -i | --incremental Incremental backup
12
- # / -s | --skip-checks Skip storage/sw version checks
12
+ # / --skip-checks Skip storage/sw version checks
13
13
# /
14
14
15
15
set -e
@@ -33,7 +33,7 @@ while true; do
33
33
export GHE_INCREMENTAL=true
34
34
shift
35
35
;;
36
- -s|- -skip-checks)
36
+ --skip-checks)
37
37
export GHE_SKIP_CHECKS=true
38
38
shift
39
39
;;
You can’t perform that action at this time.
0 commit comments