rsync Command Builder
Build correct rsync commands from a visual UI — local, push, and pull direction, trailing-slash visualizer (src/ copies contents vs src copies the dir), archive -a, verbose -v, compress -z, human -h, progress --progress, --delete (guarded with dry-run nudge), --delete-excluded, --exclude / --exclude-from, --partial, --bwlimit, --checksum, --numeric-ids, SSH transport (-e 'ssh -i key -p port'), preserve-detail breakdown of -a as -rlptgoD. Per-flag plain-English explanation, recipe library, history (max 20), shareable URL. 100% client-side — commands are generated, never executed.
Build correct rsync commands from a visual UI — local, push, and pull direction, trailing-slash visualizer (src/ copies contents vs src copies the dir), archive -a, verbose -v, compress -z, human -h, progress --progress, --delete (guarded with dry-run nudge), --delete-excluded, --exclude / --exclude-from, --partial, --bwlimit, --checksum, --numeric-ids, SSH transport (-e 'ssh -i key -p port'), preserve-detail breakdown of -a as -rlptgoD. Per-flag plain-English explanation, recipe library, history (max 20), shareable URL. 100% client-side — commands are generated, never executed. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.