~ubuntu-branches/ubuntu/oneiric/backupninja/oneiric

« back to all changes in this revision

Viewing changes to handlers/rdiff.in

  • Committer: Bazaar Package Importer
  • Author(s): Micah Anderson
  • Date: 2008-01-16 15:44:13 UTC
  • Revision ID: james.westby@ubuntu.com-20080116154413-re504b7dbl5y5dtw
Tags: 0.9.5-3
* Add improved duplicity support (>= 0.4.4) command line syntax:
  . run remove-older-than when $keep is not set to yes (Closes: #458816),
  . and run "duplicity cleanup" before any other duplicity command
  . full/incremental backup switch also migrated to the new syntax.
* Remove versioned Suggest on duplicity
* Add patch from Matthew Palmer to rdiff handler to incorporate sshoptions
  into options via remote-schema not already specified (Closes: #424639)
* Fixed Vcs-Svn field (Closes: #455814)

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
getconf sshoptions
102
102
check_consistency "destination" "$type" "$user" "$host"
103
103
 
 
104
if [ -n "$sshoptions" ] && echo $options | grep -qv "remote-schema"; then
 
105
        options="$options --remote-schema 'ssh -C $sshoptions %s rdiff-backup --server'"
 
106
fi
 
107
 
104
108
### CHECK CONFIG ###
105
109
 
106
110
# If vservers are configured, check that the ones listed in $vsnames do exist.