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

Allow to disable ssh compression #54

Open
s-m-e opened this issue Jul 21, 2019 · 2 comments
Open

Allow to disable ssh compression #54

s-m-e opened this issue Jul 21, 2019 · 2 comments

Comments

@s-m-e
Copy link

s-m-e commented Jul 21, 2019

Disabling ssh's own compression (which might be on by default in users' settings) speeds things up considerably in certain scenarios. You might want to add -o Compression=no here.

@masc3d
Copy link
Owner

masc3d commented Jul 22, 2019

could optionally override this but only in case lzop compression is enabled via backup job.

alternatively this could also be configured via ssh_config ref #55

@s-m-e
Copy link
Author

s-m-e commented Jul 29, 2019

Yep, same as #55. Though, in this case, if you know your btrfs data is already compressed, you could just automatically deactivate ssh's compression in your code. It's one less thing to configure for your users and it makes a sure difference.

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

No branches or pull requests

2 participants