-
Notifications
You must be signed in to change notification settings - Fork 0
How LRGEX Works
lrg4you edited this page Aug 4, 2026
·
4 revisions
LRGEX Restore
- You tell it which folders matter
- It compresses and stores them in your cloud folder
- When you reinstall Windows, you click Restore All
- Everything goes back to where it belongs
That's it. That's the whole product.
- Right-click any folder in Windows Explorer → "Add to LRGEX Restore" (enable once via Tools)
- Or use the Browse button inside the app
- The folder is compressed (tar + zstd) and stored in your cloud-synced folder
- Every time files change, a new backup is created automatically (on schedule)
- Old versions are kept as snapshots (you control how many)
- Click Restore All (or restore a single folder)
- The app checks every folder before touching anything
- Each folder decompresses to a temporary location first
- Only on full success does it swap into place — never a half-written folder
- Paths automatically adapt to your new Windows username
- If a folder needs admin (Program Files), it tells you clearly
-
Portable paths: Uses
%USERPROFILE%,%LOCALAPPDATA%, and Windows Known Folder API — survives username changes - Path healing: If a path references an old username, it automatically replaces it with your current one
- Atomic restore: Decompresses to temp first, swaps on success — your data is never half-restored
- Locked file handling: Files in use are skipped and reported, never crash the backup
YourCloudFolder/
├── LRGEXRestore.exe ← The app itself
├── backup/ ← Compressed backups
│ ├── Saved Games/
│ ├── hermes/
│ └── ...
├── _versions/ ← Snapshot history
└── .lrgex/ ← Internal state (hidden)
├── config.json
└── sync.log
Everything in one folder. That folder is in your cloud. Survives any format.
Created by LRGEX 2026