Versions and recovery
Versions record the state of the whole Space, including its .eidos files and ordinary files. Save a version after completing a meaningful set of changes, such as “Organized customer records” or “Before publishing.”
Versions stay local and do not require an account.
Turn on Versions
Section titled “Turn on Versions”- Open a Space.
- Select the Versions button—the clock icon—in the top-right corner.
- Select Enable versioning.
Eidos Lite saves the current Space as its first version. The next time you open the panel, it shows Changes and History.
Exclude files from Versions
Section titled “Exclude files from Versions”Add a .gitignore or .graftignore file to the Space when generated files, caches, secrets, or other local-only content should stay out of version management. Eidos Lite reads these files from the Space root and from nested directories. Matching files that are not already tracked do not appear under Changes and are not added to new Versions.
Both files use Git’s ignore-pattern syntax. Use .gitignore when the rules should also apply to Git, or .graftignore for Eidos Lite’s version management only. When both files in the same directory match a path, the .graftignore rule takes precedence; rules in deeper directories take precedence over rules inherited from parent directories.
For example:
node_modules/*.tmpprivate/Ignore rules do not delete local files. A path that was already tracked before a matching rule was added remains under version management, and its existing history is preserved.
Save a version
Section titled “Save a version”- Finish a group of edits, then open Versions.
- Review the changed files under Changes.
- Add an optional Version note, such as “Added August invoices.”
- Select Save version.
The saved version now appears under History.
Review an earlier change
Section titled “Review an earlier change”- Open Versions and switch to History.
- Select a version to see which files changed.
- Select a file to inspect supported text or table differences.
Reviewing History does not change the current files.
Restore an earlier version
Section titled “Restore an earlier version”Restoring returns the whole Space to the selected version, not only the file currently open.
- Check Changes for unsaved work. If there is any, save it as a version first.
- Open History and select the version you want.
- Select Restore this version.
- Confirm with Restore Space.
Eidos Lite saves another version to record the restore. You can still return to the state from before the restore.
Versions are not backups
Section titled “Versions are not backups”Version history lives on the same computer as the Space. A lost device or failed drive can affect both. Back up the whole Space as described in Data, attachments, and backups.