rsync shellescape disable option

Rsync special remotes can be configured with shellescape=no to avoid shell
quoting that is normally done when using rsync over ssh. This is known to
be needed for certian rsync hosting providers (specificially
hidrive.strato.com) that use rsync over ssh but do not pass it through the
shell.
This commit is contained in:
Joey Hess 2012-05-02 13:08:31 -04:00
parent 17fd57bd81
commit 6d61067599
3 changed files with 30 additions and 9 deletions

10
debian/changelog vendored
View file

@ -1,3 +1,13 @@
git-annex (3.20120431) UNRELEASED; urgency=low
* Rsync special remotes can be configured with shellescape=no
to avoid shell quoting that is normally done when using rsync over ssh.
This is known to be needed for certian rsync hosting providers
(specificially hidrive.strato.com) that use rsync over ssh but do not
pass it through the shell.
-- Joey Hess <joeyh@debian.org> Wed, 02 May 2012 13:06:18 -0400
git-annex (3.20120430) unstable; urgency=low
* Fix use of annex.diskreserve config setting.