computers:tricksandtips
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| computers:tricksandtips [2026/08/31 19:47] – [rsync limiting bandwidth] david | computers:tricksandtips [2026/08/31 19:48] (current) – [rsync in parallel] david | ||
|---|---|---|---|
| Line 443: | Line 443: | ||
| < | < | ||
| - | ls *.dat | parallel -j 4 rsync -av --checksum --partial --append-verify -e "ssh -p 22" {} username@< | + | ls *.dat | parallel -j 4 rsync -av --checksum --partial --append-verify -e "ssh -p 22" {} username@< |
| </ | </ | ||
| ===== rsync through tar ===== | ===== rsync through tar ===== | ||
computers/tricksandtips.txt · Last modified: by david
