Commit c09ebb8c authored by Wayne Davison's avatar Wayne Davison

Call rsync via $RSYNC.

parent 042dc736
......@@ -38,7 +38,7 @@ rm -rf "$todir"
# enabled (this has had a problem twice now, so we need this).
mkdir "$chkdir"
cp -p "$name1" "$chkdir"
rsync -avvi -f '-! */' "$fromdir/" "$chkdir/"
$RSYNC -avvi -f '-! */' "$fromdir/" "$chkdir/"
checkit "$RSYNC -aHivv \"$name1\" \"$todir/\"" "$chkdir" "$todir"
# The script would have aborted on error, so getting here means we've won.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment