Frequently Asked Questions (FAQ)
Installation
What operating systems does FolderRewind support?
Windows 10 1809 (17763) and above, including Windows 11. Supports x64 and ARM64 architectures.
What's the difference between Microsoft Store, MSI, and MSIX?
- Store (recommended): one-click installation with Store-managed updates.
- MSI: run the installer directly with no Developer Mode requirement; this distribution format is still under testing.
- MSIX (
.7z): extract and runinstall.ps1; requires Developer Mode and is closest to the Store build.
Do not install or run the three channels side by side. MSI and MSIX/Store use separate data directories and do not migrate configs or plugins automatically. See Installation Guide.
What should I watch out for when upgrading from an older version?
v1.8 supports a direct upgrade from v1.7.4. Earlier releases should run v1.7.4 first to complete legacy config migration. Backup and restore behavior must still be retested after upgrading.
Recommended flow:
- Pick a test folder or test save.
- Run several backup-and-restore rounds.
- Move production data only after the result matches your expectation.
See v1.8 Upgrade and Startup Recovery for the complete checklist.
What should I do if the app won't launch after installation?
If you are using v1.8.0 and the old config contains zh_CN or en_US, upgrade to v1.8.1. If you cannot upgrade first, back up config.json and change only GlobalSettings.Language to system, zh-CN, or en-US. Do not delete the entire config.
For other cases:
- Confirm your OS version meets minimum requirements.
- Reinstall the latest version without mixing channels.
- Check whether security software blocked the app.
- Follow Startup recovery.
- Search or report in GitHub Issues.
Backup
Where are backup files stored?
Each config has its own target path. You can view or modify it in Config Settings.
Will backups consume too much disk space?
You can reduce usage by:
- Using Smart Incremental mode
- Enabling skip when no changes
- Setting "Keep latest backup count"
- Applying lower compression policy for large file types
Can I back up game saves while the game is running?
With MineRewind, Minecraft hot backup is supported while the game is running. For other games, backing up after pause/exit is still recommended.
Can I keep using my PC during backup?
Yes. Backups run in the background.
Can FolderRewind sync backups to the cloud?
Yes. Since v1.7.0, cloud-archive workflow support is complete. The recommended path is syncing backup directories to OneDrive (or other cloud storage) via rclone.
Main entry points are:
- enable post-backup auto cloud upload in Config Settings
- use "Sync this config from cloud" for config-level sync
- use per-item upload/download actions in History page
Note: history-page manual upload/download is available in rclone mode only.
Start here:
Why did auto backup stop unexpectedly?
You may have enabled "Stop auto tasks after repeated no-change detections". When the threshold is reached, auto backup is disabled and needs to be enabled again manually.
Restore
Will restore overwrite my current files?
Two primary modes are available:
- Clean Restore: clean target first, then restore (recommended). If Safe Restore is enabled, it can roll back automatically on failure.
- Overwrite Restore: overwrite same-name files, may keep old files
For important directories, enable both "Auto backup before restore" and "Safe Restore".
Can I restore only selected files?
Current versions restore whole folders. Partial restore is planned.
Why am I prompted for a password before restore?
That config is encrypted. Password verification is required before restore.
Why does history show an entry but "View" can't find the backup file?
The archive was likely moved or deleted manually. Use "Clear invalid entries" on the history page.
Why can deleting history be slower now?
If Safe Delete is enabled, FolderRewind will repair chain continuity before removing a backup from an incremental chain. That extra safety work takes more time than direct deletion.
Data migration
Can I migrate configs and history to a new PC?
Yes. Export/import is available in Settings.
What's the difference between "Merge" and "Replace" when importing history?
- Merge: imports only missing entries (deduplicated)
- Replace: overwrites current history with imported data
Before replace, the app attempts to create a .bak backup.
Anything special for encrypted configs across devices?
Encrypted credentials are tied to machine/user-secured storage. Validate encrypted restore flow first after migration.
Plugins
How do I install a plugin?
Install from plugin settings with zip import, or open the plugin folder for manual management.
Is MineRewind free?
Yes. MineRewind is an official free open-source plugin.
How can I develop my own plugin?
See Plugin Development Quick Start.
Feedback and community
How do I report bugs or request features?
- GitHub Issues: Report issue
- GitHub Discussions: Join discussion
Is there a Chinese-speaking community?
Yes. You are welcome to discuss in Chinese on GitHub Discussions.
Didn't find your question? Ask in GitHub Discussions.