I want to know how to make a simple backup from one server to another.
I have 2 servers (one for websites, the other is empty) and I would make up the folder html (/var/www/html/ of apache) via SSH and SFTP in a folder inside of the home's account that I will create in the empty server.
Then I would do a sync (I heard of rsync command). Once a day will sync for backup.
The backup must be in one copy and if the full server is down for any problems, the synchronization don't delete back in the empty server.
It's possibile?
How can make this procedure safe and fast?
Thanks to the whole Ubuntu Community!!!