View Single Post
  #9  
Old 05-12-2016, 02:48 AM
 
kevinrm kevinrm is offline
 

X-Wizard
  
Join Date: Aug 2003
Posts: 1,003
 

Default Re: X-Cart 5.2.14: Vendor rating, Order messages, Bugfixes

Quote:
Originally Posted by qualiteam
You create an archive of the public_html directory, that's why it creates public_html inside the directory where you try to unpack the file.

Try this:
Code:
cd /home/ocha/public_html tar -zcvf [your-path]/storebak.tar.gz .htaccess *

I did that, it created the file storebak.tar.gz in /home/ocha/public_html/dev

Now to unpack this, I assume I...

1) cd /home/ocha/public_html/dev

2) tar -zxvf storebak.tar.gz

Correct?
__________________
X-Cart 5.4.1.39 Live
PHP 7.4.33
5.5.5-10.3.38-MariaDB MariaDB
Apache 2.4
CENTOS 7.8 64Bit Single Quad-Core E3-1241v3 3.4Ghz 8M 1600 w/ HT
32GB RAM 2x 512GB Samsung 850 Pro SSD RAID 1
Reply With Quote