Sync
/var/www/ → user@host:/backup/www/
Sample command
rsync -avz --progress /var/www/ user@host:/backup/www/
Developer Tools
Configure source, destination, and common rsync flags visually to generate incremental sync commands in your browser. Useful for server migrations, backups, and script preparation.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
开发工具
Configure source, destination, and common rsync flags visually to generate incremental sync commands in your browser. Useful for server migrations, backups, and script preparation.
填写 Source Path 和 Destination Path 后会生成 rsync 命令。
Sync
/var/www/ → user@host:/backup/www/
Sample command
rsync -avz --progress /var/www/ user@host:/backup/www/
It removes extra files on the destination. Use dry-run first because mistakes can delete data.
No. It only generates command text. You execute it in your terminal.
Tools
Continue with another translated tool for a nearby task.
SSH Config Builder
Generate ~/.ssh/config Host blocks from a form with alias, hostname, port, user, identity file, and optional keep-alive or jump host settings. Useful for turning long ssh commands into reusable aliases.
Docker Run to Compose
Convert docker run commands into docker-compose.yml locally in your browser, recognizing ports, volumes, environment variables, and images. Useful for turning one-off runs into reusable compose files.
FFmpeg Command Builder
Pick input/output files, video and audio codecs, and quality presets to generate FFmpeg commands for H.264, H.265, VP9, AV1, and more in your browser. Useful when you need a consistent transcode recipe to copy into scripts.