Add rsync commands
This commit is contained in:
parent
3912d20cb0
commit
78d3010d34
18
arch-config/Dokumente/rsync.md
Normal file
18
arch-config/Dokumente/rsync.md
Normal file
@ -0,0 +1,18 @@
|
||||
# Rsync
|
||||
|
||||
## Commands
|
||||
|
||||
Update Movies
|
||||
```bash
|
||||
rsync -uvrP --bwlimit=4096 /mnt/1d90c4d5-21d2-4455-bb4a-814de8496744/MediaLibrary/Movies/ root@jellyfin.realstickman.net:/home/jellyfin/Movies
|
||||
```
|
||||
|
||||
Update Shows
|
||||
```bash
|
||||
rsync -uvrP --bwlimit=4096 /mnt/1d90c4d5-21d2-4455-bb4a-814de8496744/MediaLibrary/Shows/ root@jellyfin.realstickman.net:/home/jellyfin/Shows
|
||||
```
|
||||
|
||||
Update Musik
|
||||
```bash
|
||||
rsync -uvrP --bwlimit=4096 /home/marc/Musik/ root@jellyfin.realstickman.net:/home/jellyfin/Musik
|
||||
```
|
Loading…
Reference in New Issue
Block a user