Skip to content

Commit 411772c

Browse files
committed
remove flag
1 parent 6edf68c commit 411772c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

backup.config-example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ GHE_NUM_SNAPSHOTS=10
2020
# ghe-pruning-snapshots will need to be invoked separately via cron
2121
#GHE_PRUNING_SCHEDULED=yes
2222

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
2424
# 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
2626

2727
# The hostname of the GitHub appliance to restore. If you've set up a separate
2828
# GitHub appliance to act as a standby for recovery, specify its IP or hostname

bin/ghe-backup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#/ -h | --help Show this message.
1010
#/ --version Display version information.
1111
#/ -i | --incremental Incremental backup
12-
#/ -s | --skip-checks Skip storage/sw version checks
12+
#/ --skip-checks Skip storage/sw version checks
1313
#/
1414

1515
set -e
@@ -33,7 +33,7 @@ while true; do
3333
export GHE_INCREMENTAL=true
3434
shift
3535
;;
36-
-s|--skip-checks)
36+
--skip-checks)
3737
export GHE_SKIP_CHECKS=true
3838
shift
3939
;;

0 commit comments

Comments
 (0)