diff options
| author | Sam Scholten | 2026-03-05 16:02:58 +1000 |
|---|---|---|
| committer | Sam Scholten | 2026-03-05 16:02:58 +1000 |
| commit | 71e30cc3eb3568875b4ee2eb9bce8796b2493ffd (patch) | |
| tree | 50aef3e197740a2a97f47f81de1d5f8c75194672 /README.md | |
| parent | 48e5789990298de6a2cbd4fab211d663ec6a47e7 (diff) | |
| download | usync-71e30cc3eb3568875b4ee2eb9bce8796b2493ffd.tar.gz usync-71e30cc3eb3568875b4ee2eb9bce8796b2493ffd.zip | |
Add Windows support via Git Bash with nomount cloud sync targets
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -32,6 +32,33 @@ just status # Check - `sync-cloud` - Cloud backup (rclone) - `status` - Show state +## Windows (Git Bash) + +Local sync requires both drives accessible. Cloud sync works from either drive. + +### Install + +- Git for Windows: https://git-scm.com/download/win +- just: `scoop install just` / `choco install just` +- rclone: https://rclone.org/downloads/ +- unison: https://github.com/bcpierce00/unison/releases + +### Setup + +```bash +rclone config +# Edit justfile paths for your Windows setup (Git Bash uses /c/ for C:\) +``` + +### Use + +```bash +just sync-cloud # SOURCE → cloud +just sync-cloud-from-target # TARGET → cloud +``` + +--- + ## Windows (WSL) with usbipd-win ```bash |
