1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2026-01-01 20:11:06 +01:00

One more rsync 3.0.0 option.

This commit is contained in:
Wayne Davison 2007-11-28 21:06:30 +00:00
parent 4f1af066bd
commit 25647f6ce0
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-11-28 Wayne Davison <wayned@users.sourceforge.net>
* unposted: Completion/Unix/Command/_rsync: Added one more
option for the upcoming 3.0.0 version of rsync: --contimeout.
2007-11-28 Peter Stephenson <pws@csr.com>
* Mustafa Oezkan: 24126: Completion/Unix/Command/_mount:

View file

@ -188,7 +188,8 @@ _arguments -s \
'--delay-updates[put all updated files into place at end of transfer]' \
'(-m --prune-empty-dirs)'{-m,--prune-empty-dirs}'[prune empty directory chains from file-list]' \
'--numeric-ids[do not map uid/gid values by user/group name]' \
'--timeout=[set I/O timeout in seconds]:seconds' \
'--timeout=[set I/O timeout in seconds for lulls in a transfer]:seconds' \
'--contimeout=[set connect timeout in seconds for daemon connections]:seconds' \
'(-I --ignore-times)'{-I,--ignore-times}'[do not skip files that match in size and mod-time]' \
'--size-only[skip files that match in size]' \
'--modify-window=[compare mod-times with reduced accuracy]:seconds' \