Jon Dufresne
2013-10-10 17:43:57 UTC
Does Fabric support SSH compression? Is this something that I need to
configure at the SSH level or the Fabric level?
For transmitting large amounts of text. SSH compression would greatly
improve performance.
I'm doing something like the following:
run('mysqldump bigdatabase', stdout=open('local.sql'))
Thanks,
Jon
configure at the SSH level or the Fabric level?
For transmitting large amounts of text. SSH compression would greatly
improve performance.
I'm doing something like the following:
run('mysqldump bigdatabase', stdout=open('local.sql'))
Thanks,
Jon