Skip to content

Commit 6fac0b1

Browse files
author
Matthew Fisher
authored
Merge pull request #165 from bacongobbler/bump-base-backup-time
ref(backup): bump default base backup interval to 4h
2 parents 1beb9fd + fe9364e commit 6fac0b1

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)