Data Export
GoPaste lets you export your entire clipboard history as a JSON file, giving you full control over your data.
Exporting
- Open Settings from the system tray
- Navigate to the Data section
- Click Export
- Choose a save location
The exported file contains all your clipboard items in JSON format, including timestamps, content types, and favorites status.
JSON Format
json
[
{
"id": 1,
"content": "Hello, World!",
"type": "text",
"created_at": "2026-01-15T10:30:00Z",
"is_favorite": false,
"is_pinned": false
}
]Use Cases
- Backup: Keep a backup before upgrading or reinstalling
- Migration: Move your history to a new machine
- Analysis: Process your clipboard history with other tools
Coming Soon
JSON import is planned for a future release, allowing you to restore from a backup file.