feat: add Rsync setup

This commit is contained in:
dancingCycle 2022-03-15 12:19:35 +01:00
parent 3f4c545296
commit 2f933b1497
2 changed files with 16 additions and 0 deletions

11
doc/rsync.md Normal file
View File

@ -0,0 +1,11 @@
# Setup Rsync
* update apt repository cache
```
sudo apt update
```
* install rsync
```
sudo apt-get install rsync --no-install-recommends
```

5
doc/rsync.md.license Normal file
View File

@ -0,0 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad <swingbe.de>
*
* SPDX-License-Identifier: CC0-1.0
*/