ShadowSync
USB to PC mirroring with a fast staging cache
ShadowSync keeps your USB folders mirrored on the work machine without copying everything every time. The tray icon watches for a configured drive, syncs only what changed, and keeps a shadow cache ready for safe pushes and fast ejections.
-
Start fast
Plug in a USB drive, pick the real source folders in the wizard, and ShadowSync infers the mounted drive from those paths.
-
USB stays primary
Pull sync keeps the USB side as the source until you explicitly choose to push changes back.
-
Shadow cache
Each job can stage through a shadow cache or run direct. Cached jobs reuse a local staging folder for faster repeat syncs.
-
Tray + wizard control
Right-click for
Sync from USB now,Sync to USB now, update checks, logs, or the recovery wizard when the config breaks.
How data moves
flowchart LR
A["USB source"] --> B["Shadow cache"]
B --> C["Local working folder"]
A -. "direct mode" .-> C
C -. "cached push" .-> B
C -. "direct push" .-> A
B -. "publish back" .-> A
D["Local manifest + USB marker"] -- skips unchanged --> B
ShadowSync can run in two modes per job:
- Cached mode:
USB -> shadow -> localandlocal -> shadow -> USB - Direct mode:
USB -> localandlocal -> USB
The wizard now writes absolute USB source folders for each job and derives the drive root from those paths. Hand-edited configs can still use relative source values if drive.letter or drive.path is set.
Quick start checklist
- Follow the Getting Started guide to install or unzip ShadowSync for your platform.
- Use the setup wizard to declare each USB job with an absolute USB source folder and an absolute local target folder.
- Watch the tray for progress—if another instance is running you get a safety prompt, and the wizard reopens if the config breaks.
- Use the
Sync to USB nowmenu when you want to publish edits; cached jobs reuse the same staging area and direct jobs write straight to the USB. - Eject from the tray when you are done. If
eject_after_syncis enabled, a successful sync can also eject automatically.
Learn more
Configurationexplains how jobs, polling, and shadow options behave.Tray Appcovers the context menu, double-instance guard, and the wizard.Sync modeldeep dives on delete rules, manifest caching, and shadow rebuilds.Reset and Cleanupgives the scripts for Windows, macOS, and Linux.Installer and ReleasesandRelease Artifactslive under the Developer section if you're curious how the packages are assembled.