Added note on SCP

This commit is contained in:
RealStickman 2020-10-13 21:39:09 +02:00
parent b2d6da5270
commit 90fef76f9e

View File

@ -0,0 +1,7 @@
# SCP
**Example copy of movies from local pc to server**
```bash
scp -r /mnt/1d90c4d5-21d2-4455-bb4a-814de8496744/MediaLibrary/Movies/ root@144.76.31.55:/home/jellyfin/
```