From 18f6031a726c4e2e96049c8ca4f1fc3b5dcc7c00 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 12 Dec 2007 02:54:09 +0000 Subject: rdiff: incorporate sshoptions into options via remote-schema if not there --- handlers/rdiff.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'handlers') diff --git a/handlers/rdiff.in b/handlers/rdiff.in index bb704c5..0f93429 100644 --- a/handlers/rdiff.in +++ b/handlers/rdiff.in @@ -101,6 +101,10 @@ getconf host; desthost=$host getconf sshoptions check_consistency "destination" "$type" "$user" "$host" +if [ -n "$sshoptions" ] && echo $options | grep -qv "remote-schema"; then + options="$options --remote-schema 'ssh -C $sshoptions %s rdiff-backup --server'" +fi + ### CHECK CONFIG ### # If vservers are configured, check that the ones listed in $vsnames do exist. -- cgit v1.2.3