On 07/25/2012 06:02 AM, Jez Wain wrote:
> + tar --overwrite -xf archive.tar -C dst2 --warning=no-timestamp
> + diff src/file1 dst2/file1
> + diff target1 dst2/target1
> 1c1
> < target1
> ---
> > file1

OK, so that's the tar invocation that messes up.  Can you rerun
the script, but this time truss the messed-up invocation, and send
the truss output?  You might want to compress the truss output before
sending it, as an attachment.  That is, instead of the script
doing this:

tar --overwrite -xf archive.tar -C dst2 --warning=no-timestamp

Have it do this:

truss -o truss.txt tar --overwrite -xf archive.tar -C dst2 
--warning=no-timestamp


Reply via email to