From 3a2b6bfde881ada76154e0ff1d2566bd52ce9602 Mon Sep 17 00:00:00 2001 From: Aner Zakobar Date: Fri, 19 Jun 2026 18:19:21 +0300 Subject: [PATCH] backup: 2026-06-19 18:19 --- homey.org | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/homey.org b/homey.org index eb8ab52..cfc6f95 100644 --- a/homey.org +++ b/homey.org @@ -83,3 +83,20 @@ Attic: writing ephemeral TOML config (not a real file in the store) via =ExecSta - =modules/common.nix= — Nix settings, podman network creation, sops global config - =modules/storage.nix= — external HD mount, =extraDirs= option - =modules/backup.nix= — Restic, pre/post hooks, =extraPaths= option +** TODOs + +*** TODO Enable chunked uploads to ATTIC + +Should be able to do this + +1. **Server side** – add to `attic.toml`: + +#+begin_src toml + +[store] +# Enable the chunk‑aware upload handler +enableChunkedUpload = true +# Optional: limit the size of each chunk (default 10 MiB) +maxChunkSize = 5_000_000 # 5 MiB per chunk + +#+end_src