look for gzip/gunzip .
once downloaded and installed on your server ( thats if you haven't already got it)
gunzip name.tar.gz
tar -xvf (name of file i.e. *.tar)
Note:- Have a look at tar to see if backed up relative or absolute i.e. / in from or . in front of filename )
if / you should be able to restore from anywhere . if . then
cd into directory where you want to restore files to
As DSMARWAY hints above, it's useful to check the tar archive first to establish whether relative or absolute pathnames have been used. Do this using tar -tvf <name>.tar this will give you a list of files in the archive, but won't actually write them anywhere. You can then decide on where you want to restore the files to. HTH.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.