You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: