Backup & Export Service
Solve the “what if Picora disappears” anxiety. Picora Backup automatically packages your full archive every week and pushes it to a destination you control.
Targets supported
- Email (attachment if < 25 MB; otherwise download link valid 30 days)
- WebDAV (works with Nextcloud / Synology / 坚果云)
- Google Drive (OAuth)
- Aliyun Drive (CN platform)
- S3-compatible (AWS / R2 / B2 / MinIO)
What’s in the ZIP
picora-backup-{ownerId}-{YYYY-MM-DD}.zip├── README.md ← Restore guide├── manifest.json ← Full asset metadata├── url-mapping.csv ← Old URLs → file paths├── images/{YYYY-MM}/*.jpg├── videos/{YYYY-MM}/*.mp4├── audio/{YYYY-MM}/*.mp3├── docs/kb-{slug}/*.md ← Knowledge base markdown└── aigc/{projectName}/ ← AIGC project assets + prompts.mdLarge archives (> 4 GB) are split into multi-part ZIPs.
Pricing
| Plan | Cost | Frequency |
|---|---|---|
| Monthly Subscription | $0.99 / month | Weekly or Monthly auto-backup |
| One-time Export | $9.99 | Single full archive (free CLI included) |
CLI export
The @picora/export-cli npm package (shipped with one-time export) restores into a fresh Picora account or any S3-compatible storage:
npx @picora/export-cli restore picora-backup-xxx.zip \ --target s3://your-bucket \ --rewrite-urls