jrj wrote:
> (** Cannot do /usr/bin/gtar dumps)
This says that GNU tar is installed in /usr/bin/gtar on the client,
but since amverify runs on the server, it is apparantly not in that
same location, so it could not run it.
Version 2.4.2 tries to handle this better by looking for a basename
match as well as a complete match, i.e. if the basename of the version
of GNU tar on your server is "gtar", amverify would have used it.
Why does it try to match the name at all? If you know the file on tape is a
tar file, why not just run the designated tar command on the tape server?
Ben