I already wrote about rsync 5 years ago in another blog post. But today I am going to write a separate article that will help you to become a master in using rsync. Rsync is one of the most useful tools for system administrator and others who are responsible to maintain DevOps tasks. So it’s worth bookmarking this article for you as a rsync reference. I am not going to write lots of stuff about what it is and why …
Tag: Rsync
To copy files from a server to another server is not a complex task anymore. This blog post will give you a solid and a very easy steps to accomplish this hard task so much easily. To transfer your files from source server to destination server you must have to enable ssh in both server. If you haven’t, then you can read it to enable ssh for your server. We will do all this copy/paste things with rsync. rSync is …