Skip to main content

First Restore

Learn how to restore a folder to any historical state.

Upgrade notice

For configs upgraded from older versions, validate restore results in a test directory first before applying to production data.

Before you start

  • You have completed First Backup and have at least one available backup record

Step 1: Enter the history page

  1. On the home page, click the target config card to enter the Config Management Page.
  2. In the folder list, select the folder you want to restore.
  3. Click the History button on the right side of the toolbar.

The folder list and History button location in the Config Management Page

Step 2: Understand the history timeline

After entering the history page, you will see a timeline view similar to a Git commit log:

History timeline page with time on the left, connecting lines and colored nodes in the middle, and backup info cards on the right

Layout overview:

  • Left: backup date and time
  • Middle: vertical connecting line + colored dot nodes indicating backup status
  • Right: backup info cards containing file size, notes, and action buttons

Node color meanings:

  • Blue: normal backup record
  • Sky blue: cloud-only copy (local file no longer exists)
  • Orange-red: backup file missing
  • Gold: backup marked as "important"

Step 3: Select a restore point

Find the point in time you want to restore to. Use the filter bar at the top to narrow the range:

  • Config selection: switch between different configs
  • Folder selection: switch between different folders under the same config
  • Notes search: filter backup records by keyword

Step 4: Run the restore

  1. On the target backup card, click the Restore button.
  2. In the confirmation dialog, choose a restore mode:

Restore confirmation dialog showing Safe Restore and Overwrite Restore options

  • Safe Restore (clean target): cleans the target directory first, then restores the backup content. Recommended.
    • If Safe Restore is enabled, the system creates a snapshot before cleaning and automatically rolls back if the restore fails.
  • Overwrite Restore: overwrites same-name files directly without deleting extra files in the target directory.
    • May leave old files behind.
  1. Click confirm and wait for the restore to complete.
Encrypted configs

If the config has encryption enabled, a password prompt will appear before the restore. Enter the password set when the backup was created.

Important
  • Safe Restore mode deletes existing content in the target directory (except files in the restore whitelist).
  • If unsure, enable Auto backup before restore and Safe Restore in config settings first.

Step 5: Verify the restore result

Open the target directory and check whether the files have been restored to the expected state.

In Config Settings > Restore Policy, it is recommended to enable:

SettingPurpose
Auto backup before restoreAllows rolling back to the pre-restore state if something goes wrong
Safe RestoreAutomatically rolls back if Safe Restore mode fails
Restore WhitelistPreserves specified files/folders during Safe Restore

Troubleshooting

ProblemPossible causeSolution
Backup file missingArchive was manually deleted or movedRun "Clear Invalid" to clean up invalid records
Password verification failedIncorrect password enteredConfirm the encryption password for this config
Restore failed midwayInsufficient disk space or files in useCheck disk space and close programs using the files
Unexpected result after restoreOverwrite Restore mode was used by mistakeRe-run with Safe Restore

Next step