Friday, May 03, 2019

rsync - linux utility

Rsync



to help copy from src to dest - remote & local servers.
Better than scp as it copies or syncs the differences in the folders/files only.

https://www.tecmint.com/rsync-local-remote-file-synchronization-commands/

rsync also keeps the file metadata like date created/modified, user permissions etc.