Rsync commands to send files and folders data to remote linux servers
rsync -avzP /path/to/local/folder/ azureuser@<ipv4>:/path/to/destination/folder/ --rsync-path="sudo rsync"
rsync -avzP /path/to/local/folder/ azureuser@<ipv4>:/path/to/destination/folder/ --rsync-path="sudo rsync"