It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
apt-get install rsync
yum install rsync -y
rsync -v -e ssh [email protected]:~/file.html /tmp
rsync -r -a -v -e "ssh -l root" --delete /local/folder server.server.tld:/folder
rsync -r -a -v -e "ssh -l root" --delete server.server.tld:/folder/ /local/folder
rsync -r -a -v --delete rsync://sync.server.server.tld/folder /home/folder
rsync -zavrR --delete --links --rsh="ssh -l root" my.old.server.tld:/home/folder /home/folder
Comments
-e "ssl -l root" parameter is not needed when you use "ssh syntax" with addresses. So we can change: to: (note that ~/ is missing too because : is pointing automatically to users home directory)
Normally I use: so ownership, modification time and so on is preserved.
Is anybody know how clone one linux TimeWeb server to another? Not so full but for installed LAMP only.
We do not have a tutorial on how to clone your server from TimeWeb. However, you can first install LAMP on your server and then just copy the site's data to VPS. You can use a tutorial on how to install LAMP below:
https://community.time4vps.com/discussion/55/for-ubuntu-debian-how-to-install-apache-mysql-php-lamp-stack/p1