Skip to content
Snippets Groups Projects
Commit 1b48bc44 authored by intrigeri's avatar intrigeri
Browse files

rsync: stop passing $excludes as a single argument.

parent f7488968
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment