Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
rsync
Remote sync tool
Syntax
rsync [OPTION]... SOURCE DESTCommon Options
-aArchive mode-vVerbose output-zCompress during transfer-PShow progress--deleteDelete extraneous files-eSpecify remote shellCommon Examples
rsync -avz source/ dest/Sync directories
rsync -avz local/ user@host:remote/Sync to remote
rsync -avz --delete source/ dest/Exact sync
Related Tools
More Code & Dev Tools
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...
CSS Gradient Generator
Generate CSS gradients online. Linear and radial gradients w...
Timestamp Converter
Convert between Unix timestamp and human-readable date. Supp...
WebSocket Tester
Test WebSocket connections and messages in real-time. Connec...
Color Extractor
Extract colors from images online. Get dominant colors and c...
XML Formatter
Format and minify XML online. Beautify XML code or compress ...
Git Cheatsheet
Quick reference for common Git commands. Search, copy, and u...
Port Checker
Check if a port is open online. Test port availability and c...
IP Calculator
Calculate IP ranges, subnet masks, and CIDR notation. Networ...
Cron Expression Generator
Generate and validate Cron expressions online. Convert Cron ...
HTTP Status Codes
Reference guide for HTTP status codes. Learn the meaning of ...
HTML Formatter
Format and minify HTML online. Beautify HTML code or compres...