7 Mar
2023
7 Mar
'23
22:14
On 3/7/23 16:11, David C. Rankin wrote:
On 3/7/23 10:11, Mark Misulich wrote:
rsync -av /home/mark/ lxmark@xxx.xxx.x.x:/home/lxmark
rsync -uav /home/mark/ lxmark@xxx.xxx.x.x:/home/lxmark
(add the -u option to only update files that are newer on the source or don't exist on the destination)
You can also add -P (same as --partial --progress) to keep partially transferred files in case of a disconnect and show the progress of the transfer. -- David C. Rankin, J.D.,P.E.