Skip to content

Commit fe9364e

Browse files
author
Matthew Fisher
committed
ref(backup): bump default base backup interval to 4h
This means that base backups will occur once every 4 hours rather than once every 12 hours. This should speed up recovery times significantly with only a minor bump on CPU usage every 4 hours.
1 parent 43fef3c commit fe9364e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/bin/backup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
export BACKUP_FREQUENCY=${BACKUP_FREQUENCY:-12h}
3+
export BACKUP_FREQUENCY=${BACKUP_FREQUENCY:-4h}
44
export BACKUPS_TO_RETAIN=${BACKUPS_TO_RETAIN:-5}
55

66
while true; do

0 commit comments

Comments
 (0)