Skip to content

Commit 6ac4c7d

Browse files
committed
Limit how many db backups to keep in s3
Let's go with 90 days worth.
1 parent 471e444 commit 6ac4c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/inventory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ all:
2929
# S3 backup configuration
3030
s3_backup_enabled: true
3131
s3_backup_bucket: "tiddlyhost-backups"
32-
s3_backup_retention_days: 0
32+
s3_backup_retention_days: 90
3333

3434
prerelease_empty: https://tiddlywiki.com/prerelease/empty.html

0 commit comments

Comments
 (0)