To copy from one server to other server with incremental based we can go with rsync as shown below.
rsync -avz username@IP:/var/www/html/Foldername/* 2019bkp/ &
To copy from one server to other server with incremental based we can go with rsync as shown below.
rsync -avz username@IP:/var/www/html/Foldername/* 2019bkp/ &