Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| linux:rsync [2022/09/30 02:35] – admin | linux:rsync [2024/02/28 11:56] (current) – [RSYNC transfer rate скорость копирования pv] admin | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| <code BASH> | <code BASH> | ||
| #RSYNC | #RSYNC | ||
| + | |||
| + | #localcopy with create directory influxdb2 in dst ../docker | ||
| + | rsync -aHAXvh ./influxdb2 ../docker | ||
| # Reception PUB | # Reception PUB | ||
| Line 24: | Line 27: | ||
| #example | #example | ||
| rsync -a --itemize-changes --checksum --dry-run / | rsync -a --itemize-changes --checksum --dry-run / | ||
| + | </ | ||
| + | |||
| + | # list elements | ||
| + | <code BASH> | ||
| + | # list big elements | ||
| + | \ls -l | awk ' | ||
| </ | </ | ||
| ===== RSYNC transfer rate скорость копирования pv ===== | ===== RSYNC transfer rate скорость копирования pv ===== | ||
| - | < | + | < |
| - | -- https:// | + | ## https:// |
| - | rsync --progress source destination | + | rsync --progress source destination |
| - | pv -p file1 > file2 | + | pv -p file1 > file2 |
| </ | </ | ||
| {{: | {{: | ||