← All Tools

Rsync Command Builder

Build rsync commands visually — configure source, destination, flags, excludes, and SSH options, then copy the command.

Presets
Source & Destination
Common Flags
SSH Options
Exclude Patterns
Generated Command
rsync -av /home/user/project/ user@server:/var/www/project/

Tip: a trailing slash on the source means "copy the contents of this directory" — without it, rsync copies the directory itself.

Copied!