commandCraft
// interactive rsync command builder
⚠ DRY RUN active — rsync will simulate the transfer and show what would happen without moving any files.
source →
dest →
Trailing slash on source matters: /src/ copies contents; /src copies the directory itself.
generated command
$ rsync /path/to/source/ /path/to/dest/
⚠ This command contains characters that have special meaning in the shell (such as $, `, ;, |, &). Review the command carefully before pasting into a terminal.