setup/doc/rsync.md

12 lines
145 B
Markdown
Raw Permalink Normal View History

2022-03-15 12:19:35 +01:00
# Setup Rsync
* update apt repository cache
```
sudo apt update
```
* install rsync
```
sudo apt-get install rsync --no-install-recommends
```