MOXIE DIGITAL - LIVE DATA BACKUP / UPDATE SAFETY

This build keeps live business data update-safe.

Protected automatically:
- Customer/user accounts
- Orders and verified payments
- Issued licenses
- Support tickets
- Site/admin settings
- Uploaded Setup / EXE / MSI / ZIP packages
- Uploaded PDF guides
- Admin-uploaded site images
- User profile avatars

How it works:
1. Firebase remains the primary live database.
2. Every database save is also encrypted and mirrored to a persistent folder outside the website release folder.
3. Uploaded files are mirrored outside the website release folder as well.
4. If a new website ZIP replaces public_html files, the application automatically restores missing uploaded files from persistent storage.
5. If Firebase is temporarily unavailable, the newest encrypted persistent backup is used and remote sync retries automatically.

Admin controls:
Admin -> Backup
- Create Backup Now
- Download Encrypted Backup
- Restore Selected Backup
- View automatic backup/update-safe status

IMPORTANT:
- Normal website code updates may replace the website folder safely.
- Do not manually delete the hosting account's hidden .moxie_live_data folder outside the website root.
- A full hosting-account deletion/server migration still requires a downloaded backup and the persistent encryption key/server data.
