meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next 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 mchuswiki: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
 +
 +===== Локальное копирование =====
 +<code>
 +
 +rsync -aHAXW --numeric-ids --info=progress2  /source /target
 +</code>