Commit c26c51a7 authored by Wayne Davison's avatar Wayne Davison

Commenting out link-dest test for now.

parent e9973668
......@@ -29,9 +29,9 @@ $RSYNC -av --exclude=/text --exclude=etc-ltr-list "$fromdir/" "$chkdir/"
checkit "$RSYNC -avv --no-whole-file \
--compare-dest=\"$alt1dir\" --compare-dest=\"$alt2dir\" \
\"$fromdir/\" \"$todir/\"" "$chkdir" "$todir"
checkit "$RSYNC -avv --no-whole-file \
--link-dest=\"$alt1dir\" --link-dest=\"$alt2dir\" \
\"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
#checkit "$RSYNC -avv --no-whole-file \
# --copy-dest=\"$alt1dir\" --copy-dest=\"$alt2dir\" \
# \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
# The script would have aborted on error, so getting here means we've won.
exit 0
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