Important changes: - RSYNCOPTS must be an array, not a string. - log() is now using printf-style: Unchanged: - log "a b c" Incorrect (old syntax): - log a b c Correct (new syntax): - log "%s %s %s" "a" "b "c" - log "%s" "a b c"
Important changes: - RSYNCOPTS must be an array, not a string. - log() is now using printf-style: Unchanged: - log "a b c" Incorrect (old syntax): - log a b c Correct (new syntax): - log "%s %s %s" "a" "b "c" - log "%s" "a b c"