Commit d0a6cdb6 authored by Wayne Davison's avatar Wayne Davison

Make sure that the dirs we are merging have the same timestamps.

parent 19531e1f
...@@ -18,6 +18,8 @@ fromdir="$tmpdir/from" ...@@ -18,6 +18,8 @@ fromdir="$tmpdir/from"
extrafile="$extradir/./$deepstr/extra.added.value" extrafile="$extradir/./$deepstr/extra.added.value"
echo wowza >"$extrafile" echo wowza >"$extrafile"
$RSYNC -av --existing --include='*/' --exclude='*' "$fromdir/" "$extradir/"
outfile="$scratchdir/rsync.out" outfile="$scratchdir/rsync.out"
cd "$fromdir" cd "$fromdir"
......
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