Developer Tools

Rsync Command Builder — Incremental Sync Commands

Configure source, destination, and common rsync flags visually to generate incremental sync commands in your browser. Useful for server migrations, backups, and script preparation.

RsyncSyncBackup

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.

Use cases

  • Sync a local directory to a remote backup path
  • Migrate large directories while preserving metadata
  • Generate commands with progress and dry-run options

How to use

  1. Enter source and destination paths
  2. Select the rsync options you need
  3. Copy the command and dry-run before executing

Example input and output

Sync

/var/www/ → user@host:/backup/www/

Sample command

rsync -avz --progress /var/www/ user@host:/backup/www/

FAQ

Is --delete safe?

It removes extra files on the destination. Use dry-run first because mistakes can delete data.

Does the tool run the sync?

No. It only generates command text. You execute it in your terminal.

Tools

Related tools

Continue with another translated tool for a nearby task.

SSH Config Builder

SSH Config Builder — Host Alias Generator

Available

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.

SSH Config Ops

Docker Run to Compose

Docker Run to Compose — YAML Converter

Available

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.

Docker Compose YAML

FFmpeg Command Builder

FFmpeg Command Builder — Transcode Command Generator

Available

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.

FFmpeg Transcode Video