Data Migration
FolderRewind supports importing/exporting two data types in Settings:
- Config data (
config.jsonstructure) - History data (
history.jsonstructure)
Entry
- Open Settings.
- Find Data Migration section.
- Choose import/export as needed.
Config migration
Export config
- Click Export Config.
- Choose a save path (
.json). - Wait for success message.
Import config
- Click Import Config.
- Read confirmation prompt and continue.
- Select a config JSON file.
Importing config replaces current config data. The app attempts to back up old config as .bak first.
History migration
Export history
- Click Export History.
- Choose a save path (
.json).
Import history
- Click Import History.
- Select mode:
- Merge: import only missing entries (deduplicated)
- Replace: overwrite current history with imported file
- Select history JSON and execute.
Replace mode attempts to back up existing history as .bak first.
Recommended order on a new PC
- Install and launch FolderRewind.
- Import config.
- Import history (usually Merge first).
- Open several configs and verify source/target paths are accessible.
- Run one manual backup and one restore test.
Notes
- Across devices, drive letters and directory structures may differ. Verify path validity after import.
- Encrypted configs rely on machine-local credential storage. Validate encrypted restore flow first after migration.