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

View file

@ -19,5 +19,4 @@ These parameters can be passed to `git annex initremote` to configure rsync:
pass to rsync to tell it where to store content.
The `annex-rsync-options` git configuration setting can be used to pass
parameters to rsync. Note that it is **not safe** to put "--delete"
in `annex-rsync-options` when using rsync special remotes.
parameters to rsync.