]> git.llucax.com Git - software/bacap.git/commitdiff
Don't provide any default options for ssh
authorLeandro Lucarella <llucax@gmail.com>
Fri, 1 Oct 2010 23:45:28 +0000 (20:45 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Fri, 1 Oct 2010 23:48:47 +0000 (20:48 -0300)
Asuming the user will have a fast and trusted network is not the better
default, it seems more reasonable to trust the user default options.

bacap

diff --git a/bacap b/bacap
index 8c649ed099fe4d0df4aea98e2edd2ce420c8546a..9de8dc2b65c2da1bf4be1c3d6eb1bbb632e46679 100755 (executable)
--- a/bacap
+++ b/bacap
@@ -41,7 +41,7 @@ RSYNC_FLAGS="-aAXHx --numeric-ids --delete"
 RSYNC_VERBOSE_FLAGS="-v --stats"
 
 # rsync remote shell to use
-RSYNC_RSH="ssh -c arcfour -o Compression=no -x"
+RSYNC_RSH="ssh"
 
 #_INCLUDE_END_