Skip to main content

Backup Modes

FolderRewind provides multiple backup methods powered by the 7-Zip engine, designed for different scenarios.

Upgrade compatibility note

If you upgraded from an older version, revalidate backup chains and restore results with test data before using them in production.

Quick recommendation

  • Beginner default: Full Backup + enable "Skip when no changes"
  • Frequent daily use: Smart Incremental + chain limit + safe delete
  • Temporary rolling state: Overwrite (keep only the latest archive)

Mode comparison

ModeDescriptionAdvantageBest for
FullCreates a complete new archive every timeSimple and stable restoreBeginners, milestones
Smart IncrementalPacks only changed files and builds an improved incremental chainFaster, saves spaceLarge folders with frequent backups
OverwriteUpdates the latest archive instead of creating many history filesMinimal storage, simple workflowTemporary sync or cache-like folders
Note

"Smart Incremental" in product wording corresponds to Incremental/Smart behavior in code.

Across major updates, chain generation, truncation, and restore behavior may change, so upgraded configs should always be revalidated once.

How to configure

  1. Open Config Settings for the target config.
  2. Go to Backup Policy.
  3. Select mode from Backup Mode:
    • Full backup (new file each run)
    • Smart incremental (changed files only)
    • Overwrite backup (update latest backup)
  4. Save and run one manual backup for validation.

Choosing tips

  • Minecraft saves: Smart Incremental
  • Work docs/projects: Smart Incremental or Full (based on disk and restore preference)
  • Important archives: Full + encrypted config
  • Temporary/cache folders: Overwrite

In Config Settings → Backup Policy, also check:

  • Skip backup when no changes
  • Keep latest backup count (0 means unlimited)
  • Smart chain length limit (only for Smart Incremental)
  • Safe delete (helps avoid broken restore chains during cleanup)
  • Remote forced full backup (temporarily bypass the current mode and run one Full backup in automation/integration scenarios)

Compression and performance

FolderRewind supports 7z/zip compression with tunable level, method, and threads:

  • Higher compression level = smaller size but slower speed
  • CPU threads: 0 means automatic
  • File-type rules: use lower compression for already-compressed files like *.zip/*.mp4

Starter presets

  • General office files: Full + skip-no-change + keep 30
  • Dev projects: Smart Incremental + chain limit 20 + safe delete + keep 60
  • Large game saves: Smart Incremental + skip-no-change + automation + periodic restore validation