# Jellyfin ## Rsync commands ``` rsync -vur --chown="docker:docker" --delete --exclude='*.srt' /local/path/ user@remote:/remote/path/ ```