Before you find yourself another reason to end up in the
have you had opportunity to confirm you don’t see any more coding errors (“RE”) when running “auto” with this new update ?
I am in no way an expert with Tar, but from a quick Google search, I think you have your arguments backwards.
To extract a tar file you would just do:
tar xvf PlexDBRepair-Test.tar.gz
And that would extract the contents to wherever the file is located.
In your case, since you want to extract it to a folder called PlexDBRepair-Test-1.10.02, I think you would want to use the command:
tar xvf PlexDBRepair-Test.tar.gz -C ./PlexDBRepair-Test.tar.gz
(Note I am not 100% certain on that, but Chuck is definitely the Linux/shell expert so would be able to confirm.)
The only thing I do know I am definitely correct about is that your tar command did not work properly because if you look at the 2nd error, it failed to change directory to the “DBRepair-Test-1.10.02” directory because it does not exist.