Profile Export & Import
Bundle every setting, host, connection, snippet, cluster, and task into a single encrypted .vtx file — perfect for migrations and backups.
Export
Settings → About → Export Backup writes a .vtx file. Encryption is mandatory — set a strong passphrase. The file contains:
- All preferences (theme, accent, fonts, scale, shortcuts).
- SSH hosts & vault keys.
- SQL connections & saved queries.
- FTP/SFTP hosts.
- API clusters, variables, scripts, and cookies.
- Tasks and snippet libraries.
- Mission definitions.
Import
Settings → About → Import Backup. Provide the passphrase. Existing data can be merged or overwritten on a per-section basis.
VTX Format
The .vtx binary format wraps an encrypted, versioned manifest. It is forward- and backward-compatible across minor versions, and verified with HMAC-SHA-256 before any data is touched.
Backup discipline: Export before major upgrades, before reinstalling the OS, and before sharing a clean profile with a teammate.