Rsync

From wikinotes
Revision as of 16:38, 2 July 2022 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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