diamond Premium

Backup & Restore

Manage your Nostr data backups

Data Statistics Overview of your stored data
{{ stats().eventsCount }}
Events
{{ stats().relaysCount }}
Relays
{{ stats().formattedSize }}
Total Size
cloud_download Save Backup

Create a backup of all your events and data stored in Nostria. The backup will be saved as a zip file on your device.

@if (isSaving()) {
{{ progress().toFixed(0) }}%
}
restore Import Backup

Import events from a previously created Nostria backup file. This will add any missing events to your local database.

@if (isImporting()) {
{{ importProgress().toFixed(0) }}%
}

About Backups

Nostria keeps all your data in your browser's local storage. While this provides privacy, it means your data could be lost if you clear your browser data or switch devices.

Regular backups ensure that you can restore your data when needed. Backups contain all of your events, relay information, and profile data.

Important Notes: