Conversation
Back up Galaxy settings, the FLM workspace, themes, saved profiles, and the installed-model inventory into a portable ZIP, then restore it on the same device after reinstalling or switching forks. - Export and import are governed by device_backup_keys.json, which classifies every persistent Param as include or exclude; a test fails when a new Param is not classified. Credentials, pairing, navigation history, recordings, and model binaries are never included. - Restores validate the archive and checksums, budget disk space, snapshot what they replace, and roll back from a recovery record on failure or interruption; Galaxy rolls back an interrupted restore at startup once parked. - Saved models are re-downloaded through Model Manager after a restore, then the device reboots, with an option to reboot without downloading. - A failed model download always releases its gate so it cannot strand later downloads or the restore flow. Co-authored-by: AngusBell97 <124716116+AngusBell97@users.noreply.github.com>
dirwin31
force-pushed
the
FullBackup
branch
from
September 22, 2026 23:21
5f19219 to
ab478db
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Inspired by AngusBell97 and cherry picked work from Closed By Owner PR142
Summary:
Adds a Full Backup section to System Tools
Allow you to save your entire StarPilot setup to a file and restore it later on the same device, even after reinstalling, resetting, or switching forks.
Changes:
Dependency: This branch builds on the update-page changes in #159
Verification: