From a226ebbc535eb5bd0837887927e4c818600ac46f Mon Sep 17 00:00:00 2001 From: KakiFilem Team Date: Tue, 3 Feb 2026 14:19:49 +0800 Subject: [PATCH] release: v1.0.6 optional local backup retention Add optional KEEP_LOCAL_BACKUP environment variable to control local backup retention. Default behavior remains unchanged: backup files are deleted locally after successful upload, keeping deployments safe on Railway and other PaaS platforms with ephemeral storage. When KEEP_LOCAL_BACKUP=true is set, backups are preserved locally, which is useful for CLI usage, local machines, VPS, or NAS workflows. Documentation and CLI output were updated for clarity. No breaking changes. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bad7220..2c508a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -boto3==1.42.39 +boto3==1.42.40 psycopg2-binary==2.9.10 python-dotenv==1.2.1 py7zr==1.1.0