I would like to extract a tar archive that was made using full paths to a different sub-directory and NOT the full path that is contained in the tar. Is there a way to "redirect" this from my existing tar archive? Here is what I mean:
tar archive containing:
/usr/local/stuff/*
Extract to:
/mount1/...
I just want everything to be placed under a different directory, say mount1 in this example. Thanks.
Start Free Trial