Closed nstCactus closed 5 years ago
Add a compression option to enable the rsync -z flag when in synchronize mode.
compression
-z
The default value could be true to speed up builds and false could be passed to make it work on server not supporting compression.
true
false
Add a
compression
option to enable the rsync-z
flag when in synchronize mode.The default value could be
true
to speed up builds andfalse
could be passed to make it work on server not supporting compression.