rsync Keyboard Shortcuts

Complete rsync keyboard shortcuts and commands reference — 13 shortcuts across 1 category. Quick reference cheat sheet for Windows & Mac.

Sync (13)

ShortcutActionDescription
rsync -avz src/ dest/Local syncSync local directories.
rsync -avz src/ user@host:dest/Remote syncSync to remote server.
rsync -avz --delete src/ dest/MirrorMirror including deletions.
rsync -avz --exclude='*.log'ExcludeExclude specific patterns.
rsync -avzn src/ dest/Dry runPreview without changes.
rsync -avz -e ssh src/ user@host:dest/Sync over SSHForce rsync to use SSH as the transport.
rsync -avz --progress src/ dest/Show progressDisplay per-file transfer progress.
rsync -avz --bwlimit=1000 src/ dest/Bandwidth limitLimit transfer speed in KB/s.
rsync -avz --partial src/ dest/Keep partialKeep partially transferred files for resuming.
rsync -avz --backup --backup-dir=old src/ dest/Backup replacedMove replaced files into a backup directory.
rsync -avz --size-only src/ dest/Size-only compareSkip files that match in size, ignoring timestamps.
rsync -avz --max-size=100m src/ dest/Max file sizeSkip files larger than the given size.
rsync -a --list-only user@host:dest/List remoteList remote files without transferring.
📄 View Printable Cheat Sheet — Download as PDF or print · 🧩 Combine with other tools

Frequently Asked Questions

What are the most useful rsync keyboard shortcuts?

The most essential rsync shortcuts are: rsync -avz src/ dest/ (Local sync), rsync -avz src/ user@host:dest/ (Remote sync), rsync -avz --delete src/ dest/ (Mirror). These cover the most frequent actions and can significantly speed up your workflow.

How many keyboard shortcuts does rsync have?

rsync has 13 keyboard shortcuts across 1 category on shortcut-tools.com.

How do I use rsync commands?

These are command-line commands — type them in your terminal or console. Combine them with shell history search (Ctrl + R) and aliases to work even faster.

What is the rsync shortcut for local sync?

The rsync shortcut for local sync is rsync -avz src/ dest/. Sync local directories.

What Sync shortcuts does rsync have?

rsync includes 13 Sync shortcuts, including rsync -avz src/ dest/ (Local sync) and rsync -avz src/ user@host:dest/ (Remote sync). See the full list in the Sync section above.

What's the fastest way to learn all rsync shortcuts?

Print the rsync cheat sheet and keep it next to your keyboard for the first week, then switch to active recall: open Shortcut Speedrun and practice rsync shortcuts against the clock until they're automatic.

Can I combine rsync shortcuts with other tools?

Yes — use My Stack to combine rsync shortcuts with any other platform on this site into one printable reference, which is useful if your daily workflow spans several tools.

Related Shortcut Pages

Docker npm / yarn AWS CLI PowerShell tmux GNU Screen

Search 13,500+ shortcuts across 269 platforms

Explore All Platforms Practice Shortcuts
🔧 Spotted an error or a missing shortcut? Suggest an edit on GitHub — every accepted fix goes live on this page, the API and the CLI.

🤖 Ask AI about rsync shortcuts

Open your assistant with this page preloaded as the source — great for follow-up questions like "which of these work in other apps?"

ChatGPT Claude Perplexity Gemini Grok