Trick
How to copy a remote folder to your computer with rsync
Run rsync -avz user@server:/path/to/folder/ ./folder/ to pull a folder over SSH. After the first copy, rsync only sends what has changed.
4 min read
Tag
sync
Trick
How to copy a remote folder to your computer with rsync
Run rsync -avz user@server:/path/to/folder/ ./folder/ to pull a folder over SSH. After the first copy, rsync only sends what has changed.
4 min read