filter out --delete rsync option

rsync does not have a --no-delete, so do it this way instead
This commit is contained in:
Joey Hess 2011-04-27 20:30:43 -04:00
parent e68f128a9b
commit 39966ba4ee
3 changed files with 17 additions and 6 deletions

2
debian/changelog vendored
View file

@ -3,7 +3,7 @@ git-annex (0.20110426) UNRELEASED; urgency=low
* Switch back to haskell SHA library, so git-annex remains buildable on
Debian stable.
* Added rsync special remotes. This could be used, for example, to
store annexed content on rsync.net, encrypted naturally. Or anywhere else.
store annexed content on rsync.net (encrypted naturally). Or anywhere else.
-- Joey Hess <joeyh@debian.org> Tue, 26 Apr 2011 11:23:54 -0400