From e64bf7cf57915b0fa8e5b3cec93a2d768c541840 Mon Sep 17 00:00:00 2001 From: Daniel Legt Date: Thu, 18 Jan 2024 22:25:38 +0200 Subject: [PATCH] Fixed missing config option --- gitea/config.example.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitea/config.example.sh b/gitea/config.example.sh index 4ee1541..274d1a1 100755 --- a/gitea/config.example.sh +++ b/gitea/config.example.sh @@ -16,3 +16,6 @@ DISCORD_WEBHOOK= # Google Drive Settings GOOGLE_DRIVE_FOLDER_ID= +# The amount of backups to be kept in google drive, this has nothing to do with time it's just a set number +# and will, logically, remove the oldest first. +GOOGLE_DRIVE_KEEP_BACKUP_COUNT=16 \ No newline at end of file