We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33bf70 commit 83bba2eCopy full SHA for 83bba2e
share/github-backup-utils/ghe-backup-mssql
@@ -180,6 +180,9 @@ if [ -n "$backup_command" ]; then
180
ghe-ssh "$GHE_HOSTNAME" -- "$backup_command" || failures="$failures mssql"
181
bm_end "$(basename $0)"
182
183
+ # Configure the backup cadence on the appliance, which is used for diagnostics
184
+ ghe-ssh "$GHE_HOSTNAME" -- "ghe-config mssql.backup.cadence $cadence"
185
+
186
# Transfer backup files from appliance to backup host
187
appliance_dir="$GHE_REMOTE_DATA_DIR/user/mssql/backups"
188
backups=$(echo "set -o pipefail; if sudo test -d \"$appliance_dir\"; then \
0 commit comments