From d6ed644e6170c18ab4667372e265248cf4268670 Mon Sep 17 00:00:00 2001 From: KakiFilem Team Date: Tue, 3 Feb 2026 14:16:27 +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. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff32c0c..ef2a32e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ { name = "Aman" } ] -license = "MIT" +license = { text = "MIT" } dependencies = [ "boto3",