From bdf5958856ac7d00ecc1defb98eebe151ae98a56 Mon Sep 17 00:00:00 2001 From: jester Date: Thu, 16 Apr 2026 12:49:14 +0000 Subject: [PATCH] Add dev container backup recommendation --- OPEN_THREADS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/OPEN_THREADS.md b/OPEN_THREADS.md index 8a36922..d97d24a 100644 --- a/OPEN_THREADS.md +++ b/OPEN_THREADS.md @@ -33,6 +33,15 @@ Outstanding: - shell profile consistency - runtime PATH injection +### Dev Container Backups +Recommendation: +- implement dev backups as workspace snapshots, not whole-container backups +- primary scope should be `/home/dev/workspace` +- restore should rebuild from config, then restore workspace snapshot +- treat dotfiles / user settings as optional follow-up, not default backup scope +- avoid backing up reproducible runtime payloads and caches by default +- plan remote storage early for dev backups so node loss does not equal workspace loss + ### Code Server Addon Status: Installed, running, browser-verified end-to-end.