Hi,
I'm trying to copy a site from my old host, to my new one. Notmally I just do it via "tarring" up the folders, then remotly FTP'ing to the old server, and grabbing the file.
Someone recommended I use the "rsync" feature though, but I can't get it working
It just doesn't seem to do any file copying - any ideas?
TIA
Andy
I'm trying to copy a site from my old host, to my new one. Notmally I just do it via "tarring" up the folders, then remotly FTP'ing to the old server, and grabbing the file.
Someone recommended I use the "rsync" feature though, but I can't get it working
Code:
-bash-3.2$ rsync -arvv -e ssh /home/chambres/public_html chapelier@208.131.157.229:/var/[URL unfurl="true"]www/html[/URL]
opening connection using ssh -l my_user 208.131.157.229 rsync --server -vvlogDtpr . /var/[URL unfurl="true"]www/html[/URL]
my_user@208.131.157.229's password:
building file list ...
done
delta-transmission enabled
total: matches=0 hash_hits=0 false_alarms=0 data=0
sent 134 bytes received 32 bytes 30.18 bytes/sec
total size is 0 speedup is 0.00
It just doesn't seem to do any file copying - any ideas?
TIA
Andy