What is Rsync over SSH?

Rsync is a very flexible network-enabled syncing tool. It can also refer to the network protocol developed to utilize this tool.  Rsync stands for Remote Sync. Normally rsync is used to transfer file from one server (source) to another server (destination). Basic Syntax 1)  Create some test files with the following commands: cd ~ mkdir […]

Command for Rsync over SSH – Unix/Linux

Command for Rsync over SSH   Common Syntax for Rsync: # rsync [options] Source Destinations. Set up a secure backup with rsync + SSH of one system to the other. backup.example.com# rsync -avz –numeric-ids –delete root@myserver.example.com:/path/ /backup/myserver/ To do the backup, you have to be root on the remote server, because some files are only root […]

List of 51 Linux Commands for Beginners 

Linux is a top-rated platform on the internet.  Linux is a free and open-source operating system, meaning anyone can use, modify, and distribute it without cost or restrictions. It powers many devices and systems, including personal computers, servers, supercomputers, smartphones (Android), and embedded devices. As per the stats, nearly 97% of websites on the internet use Linux servers and 55.9% of professional developers […]