diff --git a/README.md b/README.md
index 7f5f26a..4c7e096 100644
--- a/README.md
+++ b/README.md
@@ -748,6 +748,7 @@ pwd
wget |
whoami |
whois |
+ rsync |
@@ -889,6 +890,13 @@ Gets whois information for domain.
whois domain
```
+### y. `rsync`
+Does the same job as `scp` command, but transfers only changed files. Useful when transferring the same folder to/from server multiple times.
+```bash
+rsync source_folder user@host:target_folder
+rsync user@host:target_folder target_folder
+```
+
## 1.5. Process Monitoring Operations