Commit 9fd995
2025-10-28 19:46:03 theophile: rsync command and initial page| /dev/null .. jellyfin.md | |
| @@ 0,0 1,7 @@ | |
| + | # Jellyfin |
| + | |
| + | ## Rsync commands |
| + | |
| + | ``` |
| + | rsync -vur --chown="docker:docker" --delete --exclude='*.srt' /local/path/ user@remote:/remote/path/ |
| + | ``` |