Add option to not use rsync --checksum

This commit is contained in:
Ciaran Gultnieks 2015-01-11 15:33:41 +00:00
parent 52de223435
commit e8d7e69630
2 changed files with 9 additions and 4 deletions

View file

@ -250,7 +250,7 @@ __complete_stats() {
__complete_server() {
opts="-i -v -q"
lopts="--identity-file --local-copy-dir --sync-from-local-copy-dir
--verbose --quiet update"
--verbose --quiet --no-checksum update"
__complete_options
}