computers:tricksandtips
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computers:tricksandtips [2026/03/13 16:43] – [rclone] david | computers:tricksandtips [2026/08/31 19:48] (current) – [rsync in parallel] david | ||
|---|---|---|---|
| Line 438: | Line 438: | ||
| </ | </ | ||
| + | ===== rsync in parallel ===== | ||
| + | |||
| + | If you want to launch several rsync' | ||
| + | |||
| + | < | ||
| + | ls *.dat | parallel -j 4 rsync -av --checksum --partial --append-verify -e "ssh -p 22" {} username@< | ||
| + | </ | ||
| ===== rsync through tar ===== | ===== rsync through tar ===== | ||
computers/tricksandtips.1773420210.txt.gz · Last modified: by david
