Rsync

From wikinotes

rsync is a very flexible copy tool.

Tutorials

how rsync works https://michael.stapelberg.ch/posts/2022-07-02-rsync-how-does-it-work/

Install

Usage

# backup to filesystem when permissions forced
rsync -avz --no-perms --no-owner --no-group --progress /src /dst