diff options
-rwxr-xr-x | bin/byteback-backup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/byteback-backup b/bin/byteback-backup index 11ed312..55511c2 100755 --- a/bin/byteback-backup +++ b/bin/byteback-backup @@ -164,6 +164,8 @@ def ssh(*ssh_args) '-o', 'BatchMode=yes', '-o', 'ConnectionAttempts=5', '-o', 'ConnectTimeout=30', + '-o', 'Compression=yes', + '-o', 'CompressionLevel=3', '-o', 'ServerAliveInterval=60', '-o', 'TCPKeepAlive=yes', '-x', '-a', |