Data Directory
RTILA X stores all data in a local directory.
Location
Section titled “Location”~/.rtila-x/On Windows: C:\Users\YourUsername\.rtila-x\
On macOS: /Users/YourUsername/.rtila-x/
On Linux: /home/YourUsername/.rtila-x/
Directory Structure
Section titled “Directory Structure”~/.rtila-x/├── database/│ ├── data/│ │ └── backups/ # Database backups│ ├── migrations/ # Database migrations│ └── hooks/ # Database hooks├── profiles/│ ├── default/ # Default browser profile│ ├── <profile-id>/ # Custom browser profiles│ └── <profile-id>/├── models/ # Downloaded AI models├── logs/ # Log files├── qdrant/ # RAG vector database└── rtila-extension/ # Extracted Chrome extensionOpening the Data Directory
Section titled “Opening the Data Directory”Via Preferences
Section titled “Via Preferences”- Go to Preferences → General → Administration → Open Administration Tools.
- Click Open Application Data Folder.
Manually
Section titled “Manually”Navigate to ~/.rtila-x/ in your file explorer.
Backing Up
Section titled “Backing Up”To back up all RTILA data:
- Close RTILA X.
- Copy the entire
~/.rtila-x/directory. - Store the copy safely.
To restore:
- Close RTILA X.
- Replace
~/.rtila-x/with your backup. - Restart RTILA X.
⚠️ Warning: Replacing the data directory overwrites all current data.
Clearing Data
Section titled “Clearing Data”To reset RTILA X to a fresh state:
- Close RTILA X.
- Delete the
~/.rtila-x/directory. - Restart RTILA X.
⚠️ Warning: This deletes all projects, data, settings, and profiles. Back up first.