Rsync: Difference between revisions

From wikinotes
No edit summary
No edit summary
 
Line 1: Line 1:
rsync is a very flexible copy tool.
rsync is a very flexible copy tool.
= Tutorials =
<blockquote>
{| class="wikitable"
|-
| how rsync works || https://michael.stapelberg.ch/posts/2022-07-02-rsync-how-does-it-work/
|-
|}
</blockquote><!-- Tutorials -->


= Install =
= Install =

Latest revision as of 16:38, 2 July 2022

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