Blame

9fd995 theophile 2025-10-28 19:46:03 1
# Jellyfin
2
3
## Rsync commands
4
5
```
6
rsync -vur --chown="docker:docker" --delete --exclude='*.srt' /local/path/ user@remote:/remote/path/
7
```