diff --git a/arch-config/Dokumente/other-linux/scp.md b/arch-config/Dokumente/other-linux/scp.md new file mode 100644 index 00000000..76cc344c --- /dev/null +++ b/arch-config/Dokumente/other-linux/scp.md @@ -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/ +``` +