Smart Meds Reminder

Blog

Published 2026-09-17

How to back up medication reminder data

Smart Meds Reminder can write a JSON backup file you control. Format version is 2.1 and includes meds, schedules, intake logs, doses, expirations, and settings.

In-app steps

  1. Open Settings, then Export/Import.
  2. Export creates a file named like smartmeds_backup_yyyy-MM-dd_HH-mm-ss.json in the app files area and lets you share it via FileProvider.
  3. Store the file somewhere safe (your drive, email to yourself, another folder).
  4. On restore, use Import and pick the JSON file.
  5. If you are on free and the backup has more meds than the free max, import may be limited to the first N after a dialog.

Limitations

Smart Meds Reminder is a medication reminder and log. It is not medical advice and does not replace a qualified clinician or pharmacist.

FAQ

What version is the backup schema?

DatabaseBackup.version is 2.1 in the current export code.

Does export include intake history?

Yes. The transfer set includes intakeLogs along with meds, schedules, doses, medExpirations, and settings.

Is backup automatic every night?

No. You run export when you want a file. There is no claimed nightly cloud backup.