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 […]

How to Synchronize CalDev Calendars and CarDdev Contacts with cPanel

In the previous blog, we discussed how to set up Boxtrappers feature in cPanel. In today’s blog, we will be discussing How to set up “Calendars and Contacts in cPanel”. Calendars and Contacts : This feature is useful when you want to access Calendars and Contacts on your devices. For that, you are required to […]

20+ Switches of rsync in Unix/Linux

* Switches of rsync: 1) -v, –verbose Increase verbosity. 2) -r, –recursive Recurse into directories. 3) -l, –links Copy symlinks as symlinks. 4) -p, –perms Preserve permissions. 5) -t, –times Preserve modification times. 6) -g, –group Preserve group. 7) -o, –owner preserve owner (super-user only) 8) -D Same as –devices –specials. –devices : preserve device files […]