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