rsync: stop passing $excludes as a single argument.

This commit is contained in:
intrigeri 2012-06-15 20:27:01 +02:00
parent f7488968c0
commit 1b48bc4444

View File

@ -1116,7 +1116,7 @@ for SECTION in $include; do
set_dest
info "Syncing $SECTION on $dest_path..."
debug $nice $rsync "${rsync_options[@]}" $filelist_flag "$excludes" $batch_option $orig $dest_path
debug $nice $rsync "${rsync_options[@]}" $filelist_flag $excludes $batch_option $orig $dest_path
set_pipefail
$nice $rsync "${rsync_options[@]}" $filelist_flag "$excludes" $batch_option $orig $dest_path | tee -a $log