mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-10 18:37:40 -04:00
Call rsync via $RSYNC.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user