diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-27 20:30:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-27 20:31:56 -0400 |
commit | 39966ba4eeb6046c511d3f3b630a3ee2ced5019a (patch) | |
tree | 736288a558d829ba0c801c1082382b69507f8b17 /doc/special_remotes | |
parent | e68f128a9bf46c8f4ebe51fcb3b6f63955cadd2e (diff) |
filter out --delete rsync option
rsync does not have a --no-delete, so do it this way instead
Diffstat (limited to 'doc/special_remotes')
-rw-r--r-- | doc/special_remotes/rsync.mdwn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/special_remotes/rsync.mdwn b/doc/special_remotes/rsync.mdwn index 593644291..b13f9ace7 100644 --- a/doc/special_remotes/rsync.mdwn +++ b/doc/special_remotes/rsync.mdwn @@ -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. |