meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:rsync:performance_setup [2022/03/23 12:10] – ↷ Page moved and renamed from oss:guide:rsync_fast_remote_copy to wiki:rsync:performance_setup mchus | wiki:rsync:performance_setup [2024/12/19 07:56] (current) – mchus | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| * **-W** copy files whole (w/o delta-xfer algorithm) | * **-W** copy files whole (w/o delta-xfer algorithm) | ||
| * **--numeric-ids** don't map uid/gid values by user/group name | * **--numeric-ids** don't map uid/gid values by user/group name | ||
| + | |||
| + | ===== Локальное копирование ===== | ||
| + | < | ||
| + | |||
| + | rsync -aHAXW --numeric-ids --info=progress2 | ||
| + | </ | ||