Implement Unraid VM backup job

This commit is contained in:
2026-05-14 13:01:18 -07:00
parent 3fd347d1f6
commit 95166b0dab
4 changed files with 398 additions and 4 deletions
+4 -4
View File
@@ -174,7 +174,7 @@ Remaining version 0.01 cleanup before moving deeper into new gameplay:
- [x] Define GitHub/LFS free-tier storage guardrails.
- [x] Define backup expectations for NAS and repository.
- [x] Implement Linastorage incremental project backup job.
- [ ] Implement quiesced VM backup job for Windows-Builder and Ubuntu-Codex.
- [x] Implement quiesced VM backup job for Windows-Builder and Ubuntu-Codex.
- [ ] Create repeatable dedicated server build instructions.
- [~] Finish required plugin documentation.
- [ ] Confirm the project opens cleanly from a fresh checkout, not just the current working share.
@@ -313,7 +313,7 @@ Current tooling decisions:
- [x] Decide and document VM snapshot cadence before major engine/tool changes.
- [x] Define Unraid share backup policy.
- [x] Implement Linastorage incremental project backup job with deleted-file retention.
- [ ] Implement quiesced VM backup job for Windows-Builder and Ubuntu-Codex.
- [x] Implement quiesced VM backup job for Windows-Builder and Ubuntu-Codex.
- [ ] Add recurring restore-test log for project and VM backups.
- [ ] Define GitHub branch protection and review rules.
- [ ] Add a build log retention policy.
@@ -1415,7 +1415,7 @@ Earliest incomplete foundation items:
- [x] Define GitHub/LFS free-tier storage guardrails.
- [x] Define backup expectations for NAS and repository.
- [x] Implement Linastorage incremental project backup job.
- [ ] Implement quiesced VM backup job for Windows-Builder and Ubuntu-Codex.
- [x] Implement quiesced VM backup job for Windows-Builder and Ubuntu-Codex.
- [ ] Create repeatable dedicated server build instructions.
- [~] Finish required plugin documentation.
- [ ] Confirm project opens cleanly from a fresh checkout.
@@ -1433,4 +1433,4 @@ Earliest incomplete foundation items:
Immediate next item:
- [ ] Implement quiesced VM backup job for Windows-Builder and Ubuntu-Codex.
- [ ] Create repeatable dedicated server build instructions.