From 6d730569affcb76153e16c99c568663932c6dbd1 Mon Sep 17 00:00:00 2001 From: sesse Date: Wed, 25 Jul 2007 17:46:26 +0000 Subject: [PATCH] Drop -c blowfish; it's slower than the default (AES). --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 9e3a897..adeea18 100755 --- a/backup.sh +++ b/backup.sh @@ -83,7 +83,7 @@ backup() # - is 'this directory' # l is 'stay in local filesystem echo "cmdline: $tar --one-file-system -cfC - $filesystem . $lastcmd --exclude-from=$exf | gzip" - if `ssh -c blowfish $computer "$tar --one-file-system -cfC - $filesystem . $lastcmd \ + if `ssh $computer "$tar --one-file-system -cfC - $filesystem . $lastcmd \ --exclude-from=$exf \ | gzip" \ | dd of=$DATE.tmp 2>/dev/null` -- 2.39.2