Extract .tar


Afiqomp

Recommended Posts

If you're working via SSH directly on the server issue the following command to extract the tar:

tar -xvf homedir.tar
This will extract the contents of homedir.tar into a directory named homedir in your present working directory. To extract the files into a specified directory outside of your present working directory, issue this command:
tar -xvf homedir.tar -C /path/to/dir/here

Alternatively just contact our support department and we can do this for you :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...