User Tools

Site Tools


informatique:logiciels:rsync

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
informatique:logiciels:rsync [2021/07/16 14:40] – [Paramètres courants] --info progress2 pteuinformatique:logiciels:rsync [2025/07/13 10:35] (current) – [Exemples d'utilisation] rsync parallèles pteu
Line 83: Line 83:
  /backup_local  /backup_local
 </code> </code>
 +
 +Pour lancer des rsync parallèles afin d'accélérer les trasnferts (si les disques suivent le débit réseau):
 +<code bash>
 +ls /data/bck | xargs -n1 -P4 -I% rsync -Pa % bckserver.com:/data/bck/
 +</code>
 +(src: [[https://stackoverflow.com/questions/24058544/speed-up-rsync-with-simultaneous-concurrent-file-transfers|https://stackoverflow.com/questions/24058544/speed-up-rsync-with-simultaneous-concurrent-file-transfers]])
 =====Liens===== =====Liens=====
  
   * [[http://man.developpez.com/man1/rsync.1.php|man traduit en français]]   * [[http://man.developpez.com/man1/rsync.1.php|man traduit en français]]
  
informatique/logiciels/rsync.txt · Last modified: 2025/07/13 10:35 by pteu