From ac4d6afc8bf1e649521173f9bff9da7d7397bcf6 Mon Sep 17 00:00:00 2001 From: KakiFilem Team Date: Tue, 3 Feb 2026 14:18:59 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index ffb3b85..bad7220 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -boto3==1.42.39 -psycopg2-binary==2.9.10 -python-dotenv==1.2.1 -py7zr==1.1.0 -schedule==1.2.2 +boto3==1.42.39 +psycopg2-binary==2.9.10 +python-dotenv==1.2.1 +py7zr==1.1.0 +schedule==1.2.2 \ No newline at end of file