I have a little dilemma here...
I needed to move about 70 GB worth of files from one of my servers to the other, so I decided that tarring them up and sending the archive would be the fastest way.
However, the receiving server only has 5 GB of space left after receiving the tar archive.
Is there some way I can extract the tar 'in-place'? I don't need to keep the archive after it has been extracted, so I was wondering if it is possible to do this.
Edit: It should be noted that the archive has already been sent, and I'd like to avoid resending via a different method.