This is not easy if you have a folder 4GB and 50 folders with 1GB...it still needs a new solution.
1 GB folders would compress to movable size chunks. It is VERY doable, I have done it many times in the past.
Yeah I submit ticket but as my experience, they could send me a download link around 3 to 4 days while I could not wait that.
So, instead, you'll spend days on here looking for a solution? Why not just get it started and "get er done"? NOT trying to be sarcastic, just saying...
Of course, I have cPanel and they guided me to click on Backups icon to do a full backup but it failed more times...so I am finding other ways.
Another way would be, as I initially said, compress into tar.gz files and then using shell access and "wget" on the new server to grab the files from the old server.
1. If you have shell access on the
OLD server, run
ulimt -a to see if there is a file size limit
2. Run
ulimt -a on the
NEW server to see if there is a file size limit
3. Compress each folder on the
OLD server making sure they do not exceed the limits
NOTE: Make sure all
*.tar.gz files are in a publicly accessible folder ( [URLnf="http://www.old-server-domain.com/filename.tar.gz"]www.old-server-domain.com/filename.tar.gz[/URLnf] )
4. Make a list of all the files you just created and name the file
list-of-files.txt
5. Upload the list-of-files.txt file to the
new server
5. Run
wget â€â€input list-of-files.txt on the
new server
6. Uncompress and move on (file permissions and directory structures will remain intact)