Skadate / Oxwall : how to migrate source code from one server to anothet via SSH

If you have a large website with a lot of user files ( more then 1GB) it is better to move files from one server to another directly via SSH instead of doing this via File Managers of both servers.

server1 – server where your source code is located it.
server2 – server where you would like to move your source code.
Continue reading

SkaDate / Oxwall : how to archive ( back up) source code of a large website via SSH

It is almost impossible ( or will take ages) to back up source code of a large website mainly due to /ow_userfiles/ directory that contains your users’s photos, avatars and etc. If this directory is more then 1GB it is better to compress your source code using “tar” command via SSH.

Continue reading