- Joined
- Aug 29, 2013
- Messages
- 111
- Points
- 18
I could not compress all files in Public_html folder because it was 5GB of data and it made my browser interrupted any time or stopping the process...I used compress function in cPanel.
For moving files from a VPS to a VPS, I can use this command via SSH
and it worked as well. But for a shared to a VPS then it was impossible, are there any fast ways to move big data from a shared to a VPS?
Any suggestions?
For moving files from a VPS to a VPS, I can use this command via SSH
Code:
zip -r myfilename.zip * .htaccess
Any suggestions?