From b3ad0629413048708809206239577e824e2f74ba Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 15 Jul 2026 13:00:27 +0200 Subject: [PATCH] Mark restore/export planning TODO as completed The keep-local-backups toggle, download, and delete-local-copy work just shipped resolves this item; move it into Completed. Co-Authored-By: Claude Sonnet 5 --- TODO.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index a2dab7b..12e851b 100644 --- a/TODO.md +++ b/TODO.md @@ -34,15 +34,13 @@ - Add clearer setup diagnostics. - Surface `pvesh` access errors, missing storage, bad rclone path, missing remote, and remote path test failures separately. - Add a setup “test connection” action before saving completed setup. -- Add restore/export planning. - - Decide whether the app should support downloading remote archives back locally or only manage backup creation/deletion. - - If implemented, restore must be explicit and should not auto-overwrite local files. ## In Progress ## Completed +- Add restore/export planning: global "keep local backups" setting, download a completed backup's archive back into the local dump directory on demand, and delete a locally-retained copy independently of the remote object. Restore itself is still explicit and manual via the Proxmox UI, not automated. - Make timezones configureable - show a "in xx:xx:xx" counting down to the next backup a bit more - when deleting a backup that is already deleted, nuke its metadata row entirely