[CentOS] Compare directories and files including files content from both node1 and node2

Fri Feb 10 12:51:46 UTC 2023
Kenneth Porter <shiva at sewingwitch.com>

On 2/9/2023 8:43 AM, Harshal Lakare wrote:
> 2) Use rsync to compare files between two node , if there is any difference
> between source and destination then rsync will sync differential file.

Use --dry-run to do this non-destructively, with the verbose flag to 
list the differences.