diff options
| author | intrigeri <intrigeri@boum.org> | 2006-10-07 01:23:21 +0000 | 
|---|---|---|
| committer | intrigeri <intrigeri@boum.org> | 2006-10-07 01:23:21 +0000 | 
| commit | 054f9fb2ad5d87f99c76ed129b9a85401f97b47e (patch) | |
| tree | 924050c825f0efbbc6657872d90829c18287459d /NEWS | |
| parent | d395ae94a5657afcc878adcd851d8e8c53df98de (diff) | |
| download | backupninja-054f9fb2ad5d87f99c76ed129b9a85401f97b47e.tar.gz backupninja-054f9fb2ad5d87f99c76ed129b9a85401f97b47e.tar.bz2 | |
dup: document how to write sftp-compatible (and thus new-duplicity-compatible)
sshoptions setting (Closes: #388543)
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 8 | 
1 files changed, 8 insertions, 0 deletions
| @@ -14,6 +14,14 @@ backupninja (0.9.4-1) UNRELEASED  	  Please read the new /usr/share/doc/backupninja/examples/example.dup  	  or /usr/share/doc/backupninja/examples/example.rdiff file, and update  	  your own configuration files if needed. + +	* duplicity: duplicity now uses sftp, which does not support all scp +	  command line options; you thus have to convert the sshoptions setting +	  in your *.dup configuration files, to sftp-compatible syntax; for +	  example, you can replace: +	    sshoptions = -i /root/.ssh/id_dsa_duplicity +	  with: +	    sshoptions = -o IdentityFile=/root/.ssh/id_dsa_duplicity  backupninja (0.9.2-1) unstable; urgency=low | 
