Skip to content

Commit 5fadd63

Browse files
committed
Update ghe-backup-config
1 parent 4b9cc05 commit 5fadd63

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

share/github-backup-utils/ghe-backup-config

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,15 @@ export GHE_SNAPSHOT_DIR
243243
# Base path for temporary directories and files.
244244
: ${TMPDIR:="/tmp"}
245245

246+
# Backup cadence for MS SQL. Determines the kind of backup taken, either full, differential,
247+
# or transaction log, based on when the last backup of that kind was taken. This defaults to
248+
# taking a full backup once a week, a differential backup once a day, and transaction logs every
249+
# 15 minutes.
250+
: ${GHE_MSSQL_BACKUP_CADENCE:=10080,1440,15}
251+
252+
=
253+
254+
246255
###############################################################################
247256
### Dynamic remote version config
248257

0 commit comments

Comments
 (0)