Commit 17f033b7 authored by Wayne Davison's avatar Wayne Davison

Temporarily switch to 4 -v options.

parent cefed3e8
...@@ -28,9 +28,7 @@ do ...@@ -28,9 +28,7 @@ do
chgrp "$g" "$name" || fail "Can't chgrp" chgrp "$g" "$name" || fail "Can't chgrp"
done done
sleep 2 sleep 2
ls -lRa "$scratchdir"
id || true
checkit "$RSYNC -rtgvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" checkit "$RSYNC -rtgvvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
exit 0 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