diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-01-05 01:06:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-01-05 01:06:44 -0300 |
commit | 052c905dacd9aa8b3aea745216934c18d8442b82 (patch) | |
tree | 5b9a1e215335d246c93070807d5b3c590765043b /docs/todo.md | |
parent | 3246ad6f501251c34fd4bfdb46001e460cd6536d (diff) | |
download | hydra-052c905dacd9aa8b3aea745216934c18d8442b82.tar.gz hydra-052c905dacd9aa8b3aea745216934c18d8442b82.tar.bz2 |
Chore: TODO: hydractl: sync-media: review sidecar/metadata handling
Diffstat (limited to 'docs/todo.md')
-rw-r--r-- | docs/todo.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/todo.md b/docs/todo.md index f40950a..fd6eaa2 100644 --- a/docs/todo.md +++ b/docs/todo.md @@ -25,9 +25,12 @@ > [perhaps a '--transport=<tn>' or '--vendor=<vn>' option is needed] * [ ] Mount/umount system volume supporting split partiton scheme (`root`, `var`, `home` etc). - * [ ] Try to detected the device partition (`/dev/sdb1` etc) based + * [ ] Try to detect the device partition (`/dev/sdb1` etc) based on the LUKS2 label. * [ ] Syncing: + * [ ] Shall `sync-media` do a `git unannex` on sidecar and other metadata + files and manage them through Git instead, or keep them as unlocked + files? * [ ] Syncing packages: a frontend to `apt-offline` that uses `git-annex` repositories: getting, installing, cleaning. One node can request packages through an external drive, and another can fetch then. |