filter out --delete rsync option
rsync does not have a --no-delete, so do it this way instead
This commit is contained in:
parent
e68f128a9b
commit
39966ba4ee
3 changed files with 17 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue