-
Notifications
You must be signed in to change notification settings - Fork 0
Versioning
lrg4you edited this page Aug 4, 2026
·
2 revisions
LRGEX Restore
Every time a folder changes, LRGEX Restore creates a snapshot of the previous version before overwriting it.
- First backup: folder is compressed and stored
- Files change: new backup is created, old version is snapshotted
- Snapshot uses NTFS hardlinks (instant, zero extra disk space on same volume)
- You control how many versions to keep (default: 5)
- Corrupted file: Restore the folder from the previous snapshot
- Accidental deletion: The old version still has your file
- Bad edit: Roll back to before the change
- Ransomware: Your snapshots are in the cloud
Each synced folder shows its version history in the app. You can preview any version before restoring.
Snapshots use NTFS hardlinks when possible — meaning the old version takes zero additional disk space on the same volume. Only when the storage is on a different volume does it copy the full archive.
The snapshot format is the same compressed archive as the main backup, so any version can be restored independently.
Created by LRGEX 2026