|
From: <di...@us...> - 2008-11-19 14:59:57
|
Revision: 618
http://safekeep.svn.sourceforge.net/safekeep/?rev=618&view=rev
Author: dimi
Date: 2008-11-19 14:59:50 +0000 (Wed, 19 Nov 2008)
Log Message:
-----------
Do not compress the SSH transport.
This places significantly higher load on the system, and it's
not likely to be useful as it is handled by rdiff-backup anyway.
Modified Paths:
--------------
safekeep/trunk/safekeep
Modified: safekeep/trunk/safekeep
===================================================================
--- safekeep/trunk/safekeep 2008-11-19 14:58:18 UTC (rev 617)
+++ safekeep/trunk/safekeep 2008-11-19 14:59:50 UTC (rev 618)
@@ -710,7 +710,7 @@
args = ['rdiff-backup']
if cfg['host']:
- schema = 'ssh %s -C -i %s %%s rdiff-backup --server' % (verbosity_ssh, cfg['key_data'])
+ schema = 'ssh %s -i %s %%s rdiff-backup --server' % (verbosity_ssh, cfg['key_data'])
args.extend(['--remote-schema', schema])
if force:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|