thanks morsing, it works. is it right when i use tar xvf uploads.tar to extract the files on it? the command doesn't have errors but i don't know where did the files go. is it possible to create/extract the files on a specified directory?
on solaris tar you don't have the -C on -x ... (cd /my_new_location ; tar xvf /home/me/my.tar) would work ...
btw when using tar make sure you always use relative paths, saves a lot of trouble later. instead of 'tar cvf /tmp/etc.tar /etc' it is better to 'cd / ; tar cvf /tmp/etc.tar etc'
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.