Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.29 KB

File metadata and controls

29 lines (18 loc) · 1.29 KB

Backup and Restore Guide

Phone Record Manager stores phone binding records locally. This guide explains how to protect that data before changing phones, reinstalling Windows, or testing a new release.

Default Data Location

By default, the SQLite database is stored under:

%LOCALAPPDATA%\PhoneRecordManager\phone_records.sqlite3

If PHONE_RECORD_MANAGER_HOME is set, the database and related runtime files are stored under that custom directory instead.

Recommended Backup Flow

  1. Close Phone Record Manager before copying or importing data.
  2. Use the encrypted backup export when the backup contains real phone numbers, account names, recovery email addresses, or notes.
  3. Store the encrypted backup away from the computer that normally runs the app.
  4. Keep the backup password separate from the backup file.
  5. After restoring, open the app and spot-check several records before deleting the old copy.

CSV Export Notes

CSV export is useful for manual review or spreadsheet cleanup, but it is not encrypted. Treat exported CSV files as sensitive data and delete temporary copies when the migration is complete.

Release Package Checks

When using a release package, compare the downloaded archive with the SHA256 value published in the release notes before restoring production data.