⚙️ Store Settings
Your shop's profile — shows on every receipt
🛟 Backups — own your data
Every night Banco makes an encrypted copy of your database and uploads it to your own Backblaze storage. With the repo, your key and your passphrase you can rebuild the shop from zero — on any computer. This page proves it's working.
Not set in .env: . Run python3 scripts/init-banco.py to fill them.
☁️ Cloud check
Connects to your bucket right now and lists the encrypted backups it finds. Nothing leaves this shop — it only reads.
| File | Size | Age |
|---|---|---|
🖥️ Run on the shop computer
These run in a terminal on the shop's computer (they need the database + encryption tools). Copy, paste, press Enter.
./scripts/backup-to-b2.sh
./scripts/restore-from-b2.sh
Full walkthrough: onboarding/06-own-your-data-backups.md