Commit 042dc736 authored by Wayne Davison's avatar Wayne Davison

Make sure that the $chkdir has the same mtime/etc. as the

$fromdir.
parent 7a6e294f
......@@ -38,6 +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/"
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