User Tools

Site Tools


computers:tricksandtips

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
computers:tricksandtips [2026/03/13 16:43] – [rclone] davidcomputers:tricksandtips [2026/08/31 19:48] (current) – [rsync in parallel] david
Line 438: Line 438:
 </code> </code>
  
 +===== rsync in parallel =====
 +
 +If you want to launch several rsync's to use more bandwidth, try **parallel** which you may need to install.
 +
 +<code>
 +ls *.dat | parallel -j 4 rsync -av --checksum --partial --append-verify -e "ssh -p 22" {} username@<PUBLIC_IP>:/path/to/destination/server/
 +</code>
 ===== rsync through tar ===== ===== rsync through tar =====
  
computers/tricksandtips.1773420210.txt.gz · Last modified: by david