Đoàn Hoàng Nam
Active member
I have copy my old data and internal_data by one of these command
or
I have check all file copied but after fill all information to http://beta.abc.com/admin.php?import/config I receive "The directory data does not contain the expected contents."
Bash:
rsync -avz /home/abc.com/public_html/internal_data /home/beta.abc.com/public_html/internal_data
rsync -avz /home/abc.com/public_html/data /home/beta.abc.com/public_html/data
Bash:
cp -a /home/abc.com/public_html/internal_data /home/beta.abc.com/public_html/internal_data
cp -a /home/abc.com/public_html/data /home/beta.abc.com/public_html/data
I have check all file copied but after fill all information to http://beta.abc.com/admin.php?import/config I receive "The directory data does not contain the expected contents."