backup: 2026-06-19 18:19

This commit is contained in:
2026-06-19 18:19:21 +03:00
parent 16c7ccac8a
commit 3a2b6bfde8
+17
View File
@@ -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/common.nix= — Nix settings, podman network creation, sops global config
- =modules/storage.nix= — external HD mount, =extraDirs= option - =modules/storage.nix= — external HD mount, =extraDirs= option
- =modules/backup.nix= — Restic, pre/post hooks, =extraPaths= 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 chunkaware upload handler
enableChunkedUpload = true
# Optional: limit the size of each chunk (default 10MiB)
maxChunkSize = 5_000_000 # 5MiB per chunk
#+end_src