Hi,
I'm trying to move a site over from one server to another. The site is over 4.8Gb, and trying to do with a tar:
tar -cvvf backup.tar *
..and then using a SSH FTP session to copy over the files, didn't seem to work (I think the .tar got corrupt, as there was just too much in it)
I've used something before, where you just enter a command line - and it "copies" the files (CHMOD's being copied over too), onto a new server. Problem is, I can't remember the name of the command line tool I used :/
Anyone got any suggestions?
TIA
Andy
I'm trying to move a site over from one server to another. The site is over 4.8Gb, and trying to do with a tar:
tar -cvvf backup.tar *
..and then using a SSH FTP session to copy over the files, didn't seem to work (I think the .tar got corrupt, as there was just too much in it)
I've used something before, where you just enter a command line - and it "copies" the files (CHMOD's being copied over too), onto a new server. Problem is, I can't remember the name of the command line tool I used :/
Anyone got any suggestions?
TIA
Andy