setup/doc/rsync.md

12 lines
145 B
Markdown

# Setup Rsync
* update apt repository cache
```
sudo apt update
```
* install rsync
```
sudo apt-get install rsync --no-install-recommends
```