Copy files efficiently with deltas and preservation.
Section: Networking and Remote Access
Synchronize files over SSH
bash
bash
rsync -avz ./dist/ user@server:/var/www/app/Explanation
A deployment and backup staple thanks to speed and repeatability.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Networking and Remote Access