Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use rsync compression #138

Open
Dennis4b opened this issue May 11, 2019 · 2 comments
Open

Don't use rsync compression #138

Dennis4b opened this issue May 11, 2019 · 2 comments

Comments

@Dennis4b
Copy link

The current rsync archive command includes the "-z" flag, which enables compression.

This doesn't really save any bandwidth as mp4 video files do not compress well, however taxes the CPU of the Pi which is now the bottleneck in transferring.

Removing this flag doubles my transfer rates and no longer bottlenecks on CPU.

@SemoTech
Copy link

SemoTech commented Jul 8, 2019

@Dennis4b Can you please indicate in detail what changes need to be made and to which file(s) in order to disable compression? Thank you.

@ifnull
Copy link

ifnull commented Aug 3, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants