How to Back Up Your Data
Daneel stores everything in your browser’s local storage and IndexedDB. This guide covers how to back up and restore that data.
Local backup (ZIP file)
Section titled “Local backup (ZIP file)”Export
Section titled “Export”- Open Settings > Data Backup.
- Click Export.
- Daneel packages your settings, vault data, indexes, agents, and MCP server configurations into a
.zipfile. - Save the file to your computer.
Import
Section titled “Import”- Open Settings > Data Backup.
- Click Import and select a previously exported
.zipfile — or drag and drop it. - Daneel validates the archive and restores your data. A progress bar shows the import status.
Cloud backup: Azure Blob Storage
Section titled “Cloud backup: Azure Blob Storage”Back up to Azure Blob Storage using a SAS (Shared Access Signature) URL. No Azure SDK or dependencies required.
- In the Azure portal, generate a SAS URL for a blob container with read and write permissions.
- Open Settings > Data Backup.
- Paste the SAS URL in the Azure Blob Storage section.
- Click Upload. Your backup is stored as
daneel.backup.zipin the container. - To restore, click Download to pull the latest backup.
The SAS URL is stored locally and excluded from data exports for security.
Cloud backup: S3-compatible storage
Section titled “Cloud backup: S3-compatible storage”Back up to any S3-compatible service (AWS S3, Cloudflare R2, Backblaze B2, MinIO).
- Open Settings > Data Backup.
- In the S3-Compatible Storage section, enter:
- Access Key ID
- Secret Access Key
- Bucket name
- Region (e.g.,
us-east-1) - Endpoint (optional, for non-AWS services like R2 or MinIO)
- Click Upload. Your backup is stored as
daneel.backup.zip. - To restore, click Download.
Signing uses SigV4 via the Web Crypto API — no AWS SDK needed.
What’s included in a backup
Section titled “What’s included in a backup”- All user settings and preferences
- Vault definitions and document metadata
- Indexed site data and embeddings
- Agent configurations
- MCP server registrations
- Knowledge graph data
Not included: API keys and cloud storage credentials (for security).
Next steps
Section titled “Next steps”- Read about the privacy model to understand where your data lives
- See Storage and Limits for details on what’s stored where