backup: 2026-06-19 18:19
This commit is contained in:
@@ -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 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
|
||||||
|
|||||||
Reference in New Issue
Block a user