update rsync2

This commit is contained in:
2018-07-02 23:50:43 +04:00
parent c510b02821
commit 6a58bf1a67

View File

@@ -128,13 +128,12 @@ rsync2() {
--compress \
--human-readable \
--update \
--inplace \
--times \
--no-whole-file \
--itemize-changes \
--stats \
--fuzzy \
--verbose \
--links \
"${(@)@}"
}