# usync Sync any two paths with cloud backup. ## Setup ```bash git clone && cd usync just install-deps # Edit justfile: set SOURCE and TARGET paths rclone config just setup ``` ## Use ```bash just sync-paths # Between paths just sync-cloud # To cloud just status # Check ``` ## Structure ``` SOURCE/usync/ # Your files TARGET/usync/ # Copy cloud:/usync/ # Backup ``` ## Commands - `setup` - Create directories - `check` - Verify paths - `sync-paths` - Fast sync (unison) - `sync-cloud` - Cloud backup (rclone) - `status` - Show state ## Files - `justfile` - Set SOURCE and TARGET paths - `unison-profile.prf` - Sync settings