Skip to main content

FolderRewind v1.6.1 Released

· 2 min read
Leafuke
FolderRewind 开发者

FolderRewind v1.6.1

v1.6.1 focuses on stability, performance, and long-running maintainability. It fixes important filter-matching issues and improves metadata storage and background task behavior.

Download advice

It is recommended to install FolderRewind from Microsoft Store first.

If you use the side-loaded build, run one backup + restore validation in a test directory after upgrading before switching to production data.

Update Content

  1. Fixed restore-whitelist full-path rules not taking effect.
  2. Fixed blacklist/whitelist matching being too broad in some cases.
  3. Fixed template-related UI rendering issues.
  4. Split metadata storage files to improve long-term performance.
  5. Switched to 7z-zstd and enabled zstd compression by default.
  6. Added support for low-priority task scheduling.
  7. Improved safe-delete performance.
  8. Other minor bug fixes.

Highlights

Filter behavior fixes

v1.6.1 fixes key matching issues in filter logic, especially:

  • full-path restore-whitelist entries not applied correctly
  • overly broad blacklist/whitelist matches

This makes filter and restore-policy behavior more predictable in long-running setups.

Metadata and compression improvements

v1.6.1 also improves storage and runtime characteristics:

  • metadata file split reduces long-term maintenance overhead
  • zstd support is now enabled by default through 7z-zstd
  • safe delete is further optimized

If you run high-frequency backup tasks, this update should feel more stable.

Better background-task ergonomics

You can now run tasks at lower priority, which is useful for backup workloads running while you work or play.

  • review blacklist/whitelist rules and make them more precise where possible
  • run one restore drill on critical configs to verify whitelist behavior
  • if tasks are heavy, try low-priority mode

Get the update