Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
linux:rsync [2024/02/28 11:56] – [RSYNC transfer rate скорость копирования pv] admin | linux:rsync [2024/02/28 11:56] (current) – [RSYNC transfer rate скорость копирования pv] admin | ||
---|---|---|---|
Line 36: | Line 36: | ||
===== RSYNC transfer rate скорость копирования pv ===== | ===== RSYNC transfer rate скорость копирования pv ===== | ||
<code BASH> | <code BASH> | ||
- | -- https:// | + | ## https:// |
- | rsync --progress source destination | + | rsync --progress source destination |
- | pv -p file1 > file2 | + | pv -p file1 > file2 |
</ | </ | ||
{{: | {{: |